diff options
author | hasso <hasso> | 2004-10-12 15:55:19 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-12 15:55:19 +0000 |
commit | d73613cca874501cf60705685e1c1dbac852182c (patch) | |
tree | ba2d22e37636dad4b7ff98176302397d5f2eca0f /zebra/zebra_vty.c | |
parent | c057c05d3264a93ec9c22ab820562951f0391faa (diff) | |
download | quagga-d73613cca874501cf60705685e1c1dbac852182c.tar.bz2 quagga-d73613cca874501cf60705685e1c1dbac852182c.tar.xz |
Unbreak "show ip route" command.
Diffstat (limited to 'zebra/zebra_vty.c')
-rw-r--r-- | zebra/zebra_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index b2f09325..044448e1 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -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") { |