Corrected help string of show ip punt 42/9742/3
authorSwarup Nayak <swarupnpvt@gmail.com>
Wed, 6 Dec 2017 13:25:43 +0000 (18:55 +0530)
committerSwarup Nayak <swarupnpvt@gmail.com>
Thu, 7 Dec 2017 05:38:00 +0000 (05:38 +0000)
Change-Id: I32ec3ff341e70ceaa6203df5a9e7c3ffdae20a06
Signed-off-by: Swarup Nayak <swarupnpvt@gmail.com>
src/vnet/ip/ip4_punt_drop.c
src/vnet/ip/ip6_punt_drop.c

index 72f36f3..ceb1bb8 100644 (file)
@@ -501,7 +501,7 @@ VLIB_CLI_COMMAND (show_ip4_punt_redirect_command, static) =
 {
   .path = "show ip punt redirect",
   .function = ip4_punt_redirect_show_cmd,
-  .short_help = "show ip punt redirect [add|del] rx [<interface>|all] via [<nh>] <tx_interface>",
+  .short_help = "show ip punt redirect",
   .is_mp_safe = 1,
 };
 /* *INDENT-ON* */
index a1f0ebe..4c4240e 100644 (file)
@@ -382,7 +382,7 @@ VLIB_CLI_COMMAND (show_ip6_punt_redirect_command, static) =
 {
   .path = "show ip6 punt redirect",
   .function = ip6_punt_redirect_show_cmd,
-  .short_help = "show ip6 punt redirect [add|del] rx [<interface>|all] via [<nh>] <tx_interface>",
+  .short_help = "show ip6 punt redirect",
   .is_mp_safe = 1,
 };
 /* *INDENT-ON* */