Skip to content

Commit

Permalink
topotests: fix accept_own test, bgp label value conflict with ldp
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pguibert6WIND committed Sep 12, 2023
1 parent 00ddc90 commit 400fde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/topotests/bgp_accept_own/pe1/bgpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 150
rd vpn export 192.168.1.2:2
rt vpn import 192.168.1.2:2
rt vpn export 192.168.1.2:2
Expand All @@ -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 250
rd vpn export 192.168.2.2:2
rt vpn import 192.168.2.2:2
rt vpn export 192.168.2.2:2
Expand Down

0 comments on commit 400fde6

Please sign in to comment.