]> git.puffer.fish Git - mirror/frr.git/commitdiff
Unbreak "show ip route" command.
authorhasso <hasso>
Tue, 12 Oct 2004 15:55:19 +0000 (15:55 +0000)
committerhasso <hasso>
Tue, 12 Oct 2004 15:55:19 +0000 (15:55 +0000)
zebra/ChangeLog
zebra/zebra_vty.c

index d22e47bd75e527450ec87d1700e11e33892f9b28..a40764950cb52f248ee1f539fe3c5565edff1d2f 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-12 Hasso Tepper <hasso at quagga.net>
+
+       * zebra_vty.c: Unbreak "show ip route" command help and make it work
+         for isis routes.
+
 2004-10-07 Hasso Tepper <hasso at quagga.net>
 
        * connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c:
index b2f09325a5e18b6f5286e69ea80c7136729c2dca..044448e13cd265eed5508b03cca90907caff741e 100644 (file)
@@ -872,15 +872,15 @@ DEFUN (show_ip_route_supernets,
 
 DEFUN (show_ip_route_protocol,
        show_ip_route_protocol_cmd,
-       "show ip route (bgp|connected|kernel|ospf|rip|static)",
+       "show ip route (bgp|connected|isis|kernel|ospf|rip|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 (OSPF)\n"
-       "ISO IS-IS (ISIS)\n"
        "Routing Information Protocol (RIP)\n"
        "Static routes\n")
 {