NAT: VPP-1537 IPFIX per worker processing
[vpp.git] / src / plugins / nat / nat44_cli.c
index 9aaa849..d33ee5f 100644 (file)
@@ -126,6 +126,9 @@ snat_ipfix_logging_enable_disable_command_fn (vlib_main_t * vm,
   int rv = 0;
   clib_error_t *error = 0;
 
+  // TODO: fix if you don't add domain id, "nat ipfix logging", won't
+  // enable logging
+
   /* Get a line of input. */
   if (!unformat_user (input, unformat_line_input, line_input))
     return 0;