From 39ff11dc92d004b59d1ec786fd54b27111fee0b5 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 12 Oct 2004 15:55:19 +0000 Subject: Unbreak "show ip route" command. --- zebra/zebra_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zebra/zebra_vty.c') 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") { -- cgit v1.2.1