Skip to content

Commit ba6605d

Browse files
committed
topotests: bgp_srv6l3vpn_sid, fix add 'mpls bgp forwarding'
Like it has been done on previous commits, use the inter-AS option B mechanism to autorise ebgp connection to convey directly MPLS paths without any MPLS backbone support. Signed-off-by: Philippe Guibert <[email protected]>
1 parent 9cb2e35 commit ba6605d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/topotests/bgp_srv6l3vpn_sid/r1/bgpd.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ log commands
1717
!debug bgp vpn leak-to-vrf
1818
!debug bgp vpn rmap-event
1919
!
20+
interface eth0
21+
mpls bgp forwarding
22+
!
2023
router bgp 1
2124
bgp router-id 192.0.2.1
2225
no bgp ebgp-requires-policy

tests/topotests/bgp_srv6l3vpn_sid/r2/bgpd.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ log commands
1818
!debug bgp vpn leak-to-vrf
1919
!debug bgp vpn rmap-event
2020
!
21+
interface eth0
22+
mpls bgp forwarding
23+
!
2124
router bgp 2
2225
bgp router-id 192.0.2.2
2326
no bgp ebgp-requires-policy

0 commit comments

Comments
 (0)