From: Ignas Bacius Date: Tue, 18 Feb 2020 10:33:09 +0000 (+0200) Subject: misc: fix typo in set-ipfix-exporter CLI short_help X-Git-Tag: v21.01-rc0~385 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f3a522fb3f3a82e579fbdd3f4bb94e399ad95bb1;p=vpp.git misc: fix typo in set-ipfix-exporter CLI short_help Type: fix Change-Id: Id6687780b9a740323bd2eef58447864e70dc0235 Signed-off-by: Ignas Bacius --- diff --git a/src/vnet/ipfix-export/flow_report.c b/src/vnet/ipfix-export/flow_report.c index d904479c9c9..1976ffc0796 100644 --- a/src/vnet/ipfix-export/flow_report.c +++ b/src/vnet/ipfix-export/flow_report.c @@ -569,7 +569,7 @@ VLIB_CLI_COMMAND (set_ipfix_exporter_command, static) = { "collector [port ] " "src [fib-id ] " "[path-mtu ] " - "[template-interval ]", + "[template-interval ] " "[udp-checksum]", .function = set_ipfix_exporter_command_fn, };