diff options
Diffstat (limited to 'zebra/router-id.c')
| -rw-r--r-- | zebra/router-id.c | 4 |
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" |
