Unbreak "show ip route" command.

This commit is contained in:
hasso 2004-10-12 15:55:19 +00:00
parent f4d58ce5aa
commit 39ff11dc92
2 changed files with 7 additions and 2 deletions

View 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> 2004-10-07 Hasso Tepper <hasso at quagga.net>
* connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c: * connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c:

View File

@ -872,15 +872,15 @@ DEFUN (show_ip_route_supernets,
DEFUN (show_ip_route_protocol, DEFUN (show_ip_route_protocol,
show_ip_route_protocol_cmd, 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 SHOW_STR
IP_STR IP_STR
"IP routing table\n" "IP routing table\n"
"Border Gateway Protocol (BGP)\n" "Border Gateway Protocol (BGP)\n"
"Connected\n" "Connected\n"
"ISO IS-IS (ISIS)\n"
"Kernel\n" "Kernel\n"
"Open Shortest Path First (OSPF)\n" "Open Shortest Path First (OSPF)\n"
"ISO IS-IS (ISIS)\n"
"Routing Information Protocol (RIP)\n" "Routing Information Protocol (RIP)\n"
"Static routes\n") "Static routes\n")
{ {