summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@users.noreply.github.com>2022-12-01 07:46:52 -0300
committerGitHub <noreply@github.com>2022-12-01 07:46:52 -0300
commit60ee19e20b8e770bd18a5561c835bf6b069fcb9c (patch)
tree765b89bf4c6ec43e85fcdd34bd80360dbe721628
parenta677c44802499f2d8a4a5b34022025c963bf2a5e (diff)
parent6e502a0a758d0e3587c8ec23fe9a691ebe5e0f08 (diff)
Merge pull request #12425 from cscarpitta/fix/fix-bgp-srv6l3vpn-to-bgp-vrf2-topotest
tests: Fix `bgp_srv6l3vpn_to_bgp_vrf2` topotest failures
-rw-r--r--tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf2
-rw-r--r--tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf
index c06175193e..30a0f8fe78 100644
--- a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf
+++ b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/bgpd.conf
@@ -1,5 +1,7 @@
frr defaults traditional
!
+bgp send-extra-data zebra
+!
hostname r1
password zebra
!
diff --git a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf
index 05170572a4..7ca23002ac 100644
--- a/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf
+++ b/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r2/bgpd.conf
@@ -1,5 +1,7 @@
frr defaults traditional
!
+bgp send-extra-data zebra
+!
hostname r2
password zebra
!