From b8adec1f98b155c6bf5e54067c8e31ae1de3c133 Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 18 Dec 2004 16:03:28 +0000 Subject: Fix "show ipv6 route " command. --- zebra/ChangeLog | 5 +++++ zebra/zebra_vty.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'zebra') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 8d09f502..10db2531 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,8 @@ +2004-12-18 Hasso Tepper + + * zebra_vty.c: Fix "show ipv6 route " command help and make it + work for isis routes. + 2004-12-09 Greg Troxel * kernel_socket.c (rtmsg_debug): char * => const char * 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") { -- cgit v1.2.1