summaryrefslogtreecommitdiff
path: root/ripngd
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-11 16:33:28 +0000
committerhasso <hasso>2004-09-11 16:33:28 +0000
commit8d0f15fd1b842eb9ca7b3d116c7b6de63af3c195 (patch)
tree9da5d415573c56919107d478482b65fe013df65a /ripngd
parent13c48f728080ebe3b20252e124f42f85d240770b (diff)
Cosmetical fixes in vty help.
Diffstat (limited to 'ripngd')
-rw-r--r--ripngd/ripngd.c6
1 files changed, 3 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)