]> git.puffer.fish Git - matthieu/frr.git/commitdiff
topotests: fix accept_own test, bgp label value conflict with ldp
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 7 Sep 2023 16:31:47 +0000 (18:31 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 18 Oct 2023 07:41:02 +0000 (09:41 +0200)
When configuring manual label value in BGP L3VPN, the label
allocation conflicts with the LDP label pool which is in use.
Choose BGP label values different that the ones from LDP.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_accept_own/pe1/bgpd.conf

index 15466b4259c28e326256cc5e297bc8cf6e8a38b1..1f7abac98f2a5e67f8b7c33a7c1a6086ebc9c435 100644 (file)
@@ -25,7 +25,7 @@ router bgp 65001 vrf Customer
  neighbor 192.168.1.1 timers connect 1
  address-family ipv4 unicast
   redistribute connected
-  label vpn export 10
+  label vpn export 250
   rd vpn export 192.168.1.2:2
   rt vpn import 192.168.1.2:2
   rt vpn export 192.168.1.2:2
@@ -40,7 +40,7 @@ router bgp 65001 vrf Service
  neighbor 192.168.2.1 timers 1 3
  neighbor 192.168.2.1 timers connect 1
  address-family ipv4 unicast
-  label vpn export 20
+  label vpn export 350
   rd vpn export 192.168.2.2:2
   rt vpn import 192.168.2.2:2
   rt vpn export 192.168.2.2:2