mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00

Tests are taking up too much space, turn off debug logging for normal runs. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
!debug bgp neighbor-events
|
|
!debug bgp nht
|
|
!debug bgp updates in
|
|
!debug bgp updates out
|
|
!
|
|
router bgp 100
|
|
no bgp ebgp-requires-policy
|
|
!
|
|
neighbor 192.0.2.2 remote-as 300
|
|
address-family ipv4 unicast
|
|
network 203.0.113.0/28
|
|
exit-address-family
|
|
!
|