]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Test if RFC 8212 is not involved for BGP confederations
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 27 Jun 2024 19:53:24 +0000 (22:53 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 1 Jul 2024 14:19:52 +0000 (14:19 +0000)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit dd6a679e3a0e9415827643942bcc103c48a89adb)

tests/topotests/bgp_confed1/r2/bgpd.conf

index fe13dfe729943e8fda188ee90ce650ddcddb82cf..ba2da4160e3d3d970b981a50a7b339231739dd7e 100644 (file)
@@ -4,7 +4,6 @@
 !debug bgp updates out
 !
 router bgp 200
- no bgp ebgp-requires-policy
  bgp confederation identifier 300
  bgp confederation peers 300
  neighbor 192.0.2.1 remote-as 100
@@ -12,7 +11,9 @@ router bgp 200
  !
  address-family ipv4 unicast
   network 203.0.113.16/28
+  neighbor 192.0.2.1 route-map any in
+  neighbor 192.0.2.1 route-map any out
   neighbor 192.0.2.18 default-originate
  exit-address-family
 !
-
+route-map any permit 10