diff options
author | hasso <hasso> | 2004-09-11 16:33:28 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-11 16:33:28 +0000 |
commit | 84d317f0fdec4095d995edb4b8e0fc9678d977f9 (patch) | |
tree | 15de8854fb73cf5b7f8ef62ac7b584f48e9af722 | |
parent | eef0ea00794f3f8700d5176659f3b10f7e274c52 (diff) | |
download | quagga-84d317f0fdec4095d995edb4b8e0fc9678d977f9.tar.bz2 quagga-84d317f0fdec4095d995edb4b8e0fc9678d977f9.tar.xz |
Cosmetical fixes in vty help.
-rw-r--r-- | ripngd/ripngd.c | 6 | ||||
-rw-r--r-- | zebra/irdp_interface.c | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c index e203dc40..b1edd6f2 100644 --- a/ripngd/ripngd.c +++ b/ripngd/ripngd.c @@ -2033,7 +2033,7 @@ DEFUN (show_ipv6_ripng, show_ipv6_ripng_cmd, "show ipv6 ripng", SHOW_STR - IP_STR + IPV6_STR "Show RIPng routes\n") { struct route_node *rp; @@ -2153,7 +2153,7 @@ DEFUN (show_ipv6_ripng_status, show_ipv6_ripng_status_cmd, "show ipv6 ripng status", SHOW_STR - IP_STR + IPV6_STR "Show RIPng routes\n" "IPv6 routing protocol process parameters and statistics\n") { @@ -2603,7 +2603,7 @@ ALIAS (no_ripng_timers, DEFUN (show_ipv6_protocols, show_ipv6_protocols_cmd, "show ipv6 protocols", SHOW_STR - IP_STR + IPV6_STR "Routing protocol information") { if (! ripng) 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" |