summaryrefslogtreecommitdiff
path: root/lib/if.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-16 13:09:37 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-06-16 13:09:37 -0400
commitd7a75a6ca6739e5bdbf23fa8f732bb29a3913df6 (patch)
tree8499c0027f1ea1ddc3ac3c1773bfc66ab59a961f /lib/if.c
parent18c57037100955cd6588ccc62d0d63923bed7d07 (diff)
lib, vtysh, zebra: Fix per CR comments
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/if.c')
-rw-r--r--lib/if.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/if.c b/lib/if.c
index d4b3d3f7a4..dc417f8e3c 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -678,7 +678,7 @@ if_sunwzebra_get (const char *name, size_t nlen, vrf_id_t vrf_id)
DEFUN (interface,
interface_cmd,
- "interface IFNAME [vrf VRFNAME]",
+ "interface IFNAME [vrf NAME]",
"Select an interface to configure\n"
"Interface's name\n"
VRF_CMD_HELP_STR)
@@ -723,7 +723,7 @@ DEFUN (interface,
DEFUN_NOSH (no_interface,
no_interface_cmd,
- "no interface IFNAME [vrf VRFNAME]",
+ "no interface IFNAME [vrf NAME]",
NO_STR
"Delete a pseudo interface's configuration\n"
"Interface's name\n"
@@ -774,7 +774,7 @@ if_cmd_init (void)
/* For debug purpose. */
DEFUN (show_address,
show_address_cmd,
- "show address [vrf VRFNAME]",
+ "show address [vrf NAME]",
SHOW_STR
"address\n"
VRF_CMD_HELP_STR)