aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipfix-export
diff options
context:
space:
mode:
authorIgnas Bacius <ignas@noia.network>2020-02-18 12:33:09 +0200
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-05-16 02:35:33 +0000
commitf3a522fb3f3a82e579fbdd3f4bb94e399ad95bb1 (patch)
tree72c8ec8044bd0b0226673dcf9d7436a4469350c5 /src/vnet/ipfix-export
parenta416493d3b9017181054d5ff24d5efdcdb5bf39f (diff)
misc: fix typo in set-ipfix-exporter CLI short_help
Type: fix Change-Id: Id6687780b9a740323bd2eef58447864e70dc0235 Signed-off-by: Ignas Bacius <ignas@noia.network>
Diffstat (limited to 'src/vnet/ipfix-export')
-rw-r--r--src/vnet/ipfix-export/flow_report.c2
1 files changed, 1 insertions, 1 deletions
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 <ip4-address> [port <port>] "
"src <ip4-address> [fib-id <fib-id>] "
"[path-mtu <path-mtu>] "
- "[template-interval <template-interval>]",
+ "[template-interval <template-interval>] "
"[udp-checksum]",
.function = set_ipfix_exporter_command_fn,
};