summaryrefslogtreecommitdiff
path: root/zebra
diff options
context:
space:
mode:
authorhasso <hasso>2004-03-11 15:54:02 +0000
committerhasso <hasso>2004-03-11 15:54:02 +0000
commite23949c0e79d0e5f9ae662b4c661e838f35681ef (patch)
tree3463d525c83e1defe4815c0e0688294877ebd0d9 /zebra
parent00b0bbcd5ca015a25142cc33ac035e9d75f2417e (diff)
Fix help. "ipv6 ..." commands are for IPv6.
Diffstat (limited to 'zebra')
-rw-r--r--zebra/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index f2374316..3520371b 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -1275,7 +1275,7 @@ ipv6_address_uninstall (struct vty *vty, struct interface *ifp, char *addr_str,
DEFUN (ipv6_address,
ipv6_address_cmd,
"ipv6 address X:X::X:X/M",
- "Interface Internet Protocol config commands\n"
+ "Interface IPv6 config commands\n"
"Set the IP address of an interface\n"
"IPv6 address (e.g. 3ffe:506::1/48)\n")
{
@@ -1286,7 +1286,7 @@ DEFUN (no_ipv6_address,
no_ipv6_address_cmd,
"no ipv6 address X:X::X:X/M",
NO_STR
- "Interface Internet Protocol config commands\n"
+ "Interface IPv6 config commands\n"
"Set the IP address of an interface\n"
"IPv6 address (e.g. 3ffe:506::1/48)\n")
{