Merge pull request #1609 from rschaten/master

net/frr: show bgp status for IPv4 and IPv6 in diagnostics
This commit is contained in:
Fabian Franz BSc
2020-01-01 15:52:03 +01:00
committed by GitHub
@@ -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"