]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Fix `bgp_srv6l3vpn_to_bgp_vrf3` topotest 13407/head
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Fri, 28 Apr 2023 15:11:32 +0000 (17:11 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Fri, 28 Apr 2023 15:37:03 +0000 (17:37 +0200)
The `bgp_srv6l3vpn_to_bgp_vrf3` topotest tests the SRv6 L3VPN
functionality. It applies the appropriate configuration in `bgpd` and
`zebra`, and then checks that the RIB is updated correctly.

The topotest expects to find the AS-Path in the RIB, which is only
present if the `bgp send-extra-data zebra` option is enabled in the
`bgpd` configuration.

The `bgp send-extra-data zebra` option has been accidentally commented
out in commit https://github.com/FRRouting/frr/commit/2007e2dbd0d5c42d9fe6cbe92b34be10654834ef.

This commit fixes the `bgp_srv6l3vpn_to_bgp_vrf3` topotest by re-adding
the missing `bgp send-extra-data zebra` option.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r2/bgpd.conf

index 4ab5b98c12a2bccbaaab7da269a173d6afa7cc26..8700f12d635c51890e209407ea70f84da0fa1811 100644 (file)
@@ -1,6 +1,6 @@
 frr defaults traditional
 !
-!bgp send-extra-data zebra
+bgp send-extra-data zebra
 !
 hostname r2
 password zebra