summaryrefslogtreecommitdiff
path: root/zebra/router-id.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 /zebra/router-id.c
parent18c57037100955cd6588ccc62d0d63923bed7d07 (diff)
lib, vtysh, zebra: Fix per CR comments
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/router-id.c')
-rw-r--r--zebra/router-id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/router-id.c b/zebra/router-id.c
index f4306ba21e..318986c1b7 100644
--- a/zebra/router-id.c
+++ b/zebra/router-id.c
@@ -215,7 +215,7 @@ router_id_write (struct vty *vty)
DEFUN (router_id,
router_id_cmd,
- "router-id A.B.C.D [vrf VRFNAME]",
+ "router-id A.B.C.D [vrf NAME]",
"Manually set the router-id\n"
"IP address to use for router-id\n"
VRF_CMD_HELP_STR)
@@ -243,7 +243,7 @@ DEFUN (router_id,
DEFUN (no_router_id,
no_router_id_cmd,
- "no router-id [A.B.C.D [vrf VRFNAME]]",
+ "no router-id [A.B.C.D [vrf NAME]]",
NO_STR
"Remove the manually configured router-id\n"
"IP address to use for router-id\n"