mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 08:23:56 +00:00
Unbreak "show ip route" command.
This commit is contained in:
parent
f4d58ce5aa
commit
39ff11dc92
@ -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:
|
||||
|
@ -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")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user