ipip: Add option to tunnel create help string 93/28993/2
authorNeale Ranns <nranns@cisco.com>
Tue, 22 Sep 2020 13:20:27 +0000 (13:20 +0000)
committerMatthew Smith <mgsmith@netgate.com>
Tue, 22 Sep 2020 20:02:47 +0000 (20:02 +0000)
Type: style

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I3703b9a882b7577025f495d500daf08a916891b9

src/vnet/gre/interface.c
src/vnet/ipip/ipip_cli.c

index 48eec35..f0c2897 100644 (file)
@@ -709,7 +709,8 @@ done:
 VLIB_CLI_COMMAND (create_gre_tunnel_command, static) = {
   .path = "create gre tunnel",
   .short_help = "create gre tunnel src <addr> dst <addr> [instance <n>] "
-                "[outer-fib-id <fib>] [teb | erspan <session-id>] [del]",
+                "[outer-fib-id <fib>] [teb | erspan <session-id>] [del] "
+                "[multipoint]",
   .function = create_gre_tunnel_command_fn,
 };
 /* *INDENT-ON* */
index d341055..510806b 100644 (file)
@@ -163,7 +163,7 @@ done:
 VLIB_CLI_COMMAND(create_ipip_tunnel_command, static) = {
     .path = "create ipip tunnel",
     .short_help = "create ipip tunnel src <addr> dst <addr> [instance <n>] "
-                  "[outer-table-id <ID>]",
+                  "[outer-table-id <ID>] [p2mp]",
     .function = create_ipip_tunnel_command_fn,
 };
 VLIB_CLI_COMMAND(delete_ipip_tunnel_command, static) = {