diff options
author | hasso <hasso> | 2004-09-11 16:33:28 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-11 16:33:28 +0000 |
commit | 8d0f15fd1b842eb9ca7b3d116c7b6de63af3c195 (patch) | |
tree | 9da5d415573c56919107d478482b65fe013df65a /zebra | |
parent | 13c48f728080ebe3b20252e124f42f85d240770b (diff) |
Cosmetical fixes in vty help.
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/irdp_interface.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/irdp_interface.c b/zebra/irdp_interface.c index 572b7b95..59e5de14 100644 --- a/zebra/irdp_interface.c +++ b/zebra/irdp_interface.c @@ -411,6 +411,7 @@ DEFUN (ip_irdp_broadcast, DEFUN (no_ip_irdp, no_ip_irdp_cmd, "no ip irdp", + NO_STR IP_STR "Disable ICMP Router discovery on this interface\n") { @@ -445,6 +446,7 @@ DEFUN (ip_irdp_shutdown, DEFUN (no_ip_irdp_shutdown, no_ip_irdp_shutdown_cmd, "no ip irdp shutdown", + NO_STR IP_STR "ICMP Router discovery no shutdown on this interface\n") { @@ -628,6 +630,7 @@ DEFUN (ip_irdp_address_preference, DEFUN (no_ip_irdp_address_preference, no_ip_irdp_address_preference_cmd, "no ip irdp address A.B.C.D preference <0-2147483647>", + NO_STR IP_STR "Alter ICMP Router discovery preference this interface\n" "Removes IRDP non-default preference\n" |