summaryrefslogtreecommitdiff
path: root/zebra/zebra_vty.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-12-18 16:03:28 +0000
committerhasso <hasso>2004-12-18 16:03:28 +0000
commitb8adec1f98b155c6bf5e54067c8e31ae1de3c133 (patch)
treefc3114960ddcc24a3dfc120b7152b35cff7c42b9 /zebra/zebra_vty.c
parentee3e115747e5ef48c5580072f680a0f96512b7c0 (diff)
Fix "show ipv6 route <proto>" command.
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r--zebra/zebra_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c
index ae4083ed..9830e5b1 100644
--- a/zebra/zebra_vty.c
+++ b/zebra/zebra_vty.c
@@ -1732,15 +1732,15 @@ DEFUN (show_ipv6_route_prefix_longer,
DEFUN (show_ipv6_route_protocol,
show_ipv6_route_protocol_cmd,
- "show ipv6 route (bgp|connected|kernel|ospf6|ripng|static)",
+ "show ipv6 route (bgp|connected|isis|kernel|ospf6|ripng|static)",
SHOW_STR
IP_STR
"IP routing table\n"
"Border Gateway Protocol (BGP)\n"
"Connected\n"
+ "ISO IS-IS (ISIS)\n"
"Kernel\n"
"Open Shortest Path First (OSPFv3)\n"
- "ISO IS-IS (ISIS)\n"
"Routing Information Protocol (RIPng)\n"
"Static routes\n")
{