mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #1609 from rschaten/master
net/frr: show bgp status for IPv4 and IPv6 in diagnostics
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user