]> git.puffer.fish Git - mirror/frr.git/commitdiff
Fix "show ipv6 route <proto>" command.
authorhasso <hasso>
Sat, 18 Dec 2004 16:03:28 +0000 (16:03 +0000)
committerhasso <hasso>
Sat, 18 Dec 2004 16:03:28 +0000 (16:03 +0000)
zebra/ChangeLog
zebra/zebra_vty.c

index 8d09f502fd5598bb9ac2034f3cb62a5315ab697a..10db25314f8f9b40193163024d59dcb1bda6f404 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-18 Hasso Tepper <hasso at quagga.net>
+
+       * zebra_vty.c: Fix "show ipv6 route <proto>" command help and make it
+         work for isis routes.
+
 2004-12-09  Greg Troxel  <gdt@fnord.ir.bbn.com>
 
        * kernel_socket.c (rtmsg_debug): char * => const char *
index ae4083ed32a655352d80d75f4b5acb08799a3d4d..9830e5b1e1dfba1a0329f946fef420ecb3100325 100644 (file)
@@ -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")
 {