From 6f42b097571cb52c1c37398e0cfe83e72e6332fe Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 11 Feb 2025 16:47:22 +0200 Subject: [PATCH] tests: Disable link-local capability to check if we can use GUA NHs Signed-off-by: Donatas Abraitis --- .../bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py b/tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py index 8382fea188..53cdb5cd54 100644 --- a/tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py +++ b/tests/topotests/bgp_ipv4_over_ipv6/test_rfc5549_ebgp_unnumbered_nbr.py @@ -688,6 +688,9 @@ def test_configure_gua_on_unnumbered_intf(request): interface r1-r2-eth5 ipv6 address 5001:dead:beef::1/126 ! + router bgp + ! Disable link-local capability to test if we can send GUA addresses also + no neighbor r1-r2-eth5 capability link-local """ ) -- 2.39.5