]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Disable debug log for bgp_vpnv4_asbr.r2
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 27 Oct 2023 11:08:10 +0000 (14:08 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 27 Oct 2023 11:09:02 +0000 (14:09 +0300)
For the same reason as we disable debug logs for CI everywhere.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_route_server_client/r1/bgpd.conf
tests/topotests/bgp_vpnv4_asbr/r1/bgpd.conf
tests/topotests/bgp_vpnv4_asbr/r2/bgpd.conf
tests/topotests/bgp_vpnv4_asbr/r3/bgpd.conf

index 9826b671f975ba00512cfb13c9f6ee529eb1044c..e464e6c50b884350fd2247819b410905fb5e9371 100644 (file)
@@ -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
index 3bbcc20e9eb8bdc0c4ccc3b1200afb0da2168d10..473e56b32a35fcd2b43eb921adcb25c3ff5fba60 100644 (file)
@@ -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
index 4c84d52bd98956fe2ac86836f4d06e7b16878f3b..c7244c0e1f80ccb060bc6549febbfdcc9b0e2b70 100644 (file)
@@ -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
index c5d5727fbaed61dfa4084cc5130e0dfe0927c038..b7592e444d52d95dbfc3e257b008100a2c49919d 100644 (file)
@@ -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