mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:24:30 +00:00
tests: Disable debug log for bgp_vpnv4_asbr.r2
For the same reason as we disable debug logs for CI everywhere. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
a709218b53
commit
26d0f530a3
@ -2,6 +2,7 @@
|
||||
router bgp 65001
|
||||
bgp router-id 10.10.10.1
|
||||
no bgp ebgp-requires-policy
|
||||
no bgp enforce-first-as
|
||||
neighbor 2001:db8:1::1 remote-as external
|
||||
neighbor 2001:db8:1::1 timers 3 10
|
||||
neighbor 2001:db8:1::1 timers connect 5
|
||||
|
@ -1,6 +1,7 @@
|
||||
router bgp 65500
|
||||
bgp router-id 192.0.2.1
|
||||
no bgp ebgp-requires-policy
|
||||
no bgp enforce-first-as
|
||||
neighbor 192.0.2.100 remote-as 65500
|
||||
neighbor 192.0.2.100 update-source lo
|
||||
neighbor 192.168.0.100 remote-as 65500
|
||||
|
@ -1,9 +1,10 @@
|
||||
debug bgp nht
|
||||
debug bgp zebra
|
||||
debug bgp labelpool
|
||||
!debug bgp nht
|
||||
!debug bgp zebra
|
||||
!debug bgp labelpool
|
||||
router bgp 65500
|
||||
bgp router-id 192.0.2.2
|
||||
no bgp ebgp-requires-policy
|
||||
no bgp enforce-first-as
|
||||
neighbor 192.0.2.100 remote-as 65500
|
||||
neighbor 192.0.2.100 update-source lo
|
||||
neighbor 192.168.0.100 remote-as 65500
|
||||
|
@ -1,6 +1,7 @@
|
||||
router bgp 65501
|
||||
bgp router-id 192.0.2.3
|
||||
no bgp ebgp-requires-policy
|
||||
no bgp enforce-first-as
|
||||
neighbor 192.168.1.200 remote-as 65502
|
||||
address-family ipv4 unicast
|
||||
no neighbor 192.168.1.200 activate
|
||||
|
Loading…
Reference in New Issue
Block a user