net/frr: show bgp status for IPv4 and IPv6 in diagnostics

This commit is contained in:
Ronald Schaten
2019-12-06 12:06:17 +01:00
parent 5fb8568174
commit c87cc56aba
@@ -5,7 +5,7 @@ case "$1" in
vtysh -d bgpd -c "show ip bgp"
;;
summary)
vtysh -d bgpd -c "show ip bgp summary"
vtysh -d bgpd -c "show bgp summary"
;;
neighbor)
vtysh -d bgpd -c "show ip bgp neighbors $2"