]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix and adjust topotest/bgp_aigp 17109/head
authorEnke Chen <enchen@paloaltonetworks.com>
Tue, 15 Oct 2024 01:47:59 +0000 (18:47 -0700)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 15 Oct 2024 14:25:06 +0000 (14:25 +0000)
commit4fc971a53e11a7da3ec26c977b51315122fa9512
tree053c59e611655b363c2247c8aceb35c55c091030
parent3394680c23417f9d952dad85b5058dc4cbb7a561
tests: fix and adjust topotest/bgp_aigp

Fix and adjust the topotest post the fix for route selection with
AIGP.

When there are multiple IGP domains (OSPF in this case), the nexthop
for a BGP route with the AIGP attribute must be resolved in its own
IGP domain.

The changes in r2/bgpd.conf and r3/bgpd.conf are needed as incorrect
IGP metrics are received from NHT for the recursive nexthops. Once
the issue is resolved, the changes can be reverted.

Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
(cherry picked from commit 1ee7e63a6c432662ef3a9a2bd0e1c41298bdf196)
12 files changed:
tests/topotests/bgp_aigp/r1/ospfd.conf
tests/topotests/bgp_aigp/r2/bgpd.conf
tests/topotests/bgp_aigp/r2/ospfd.conf
tests/topotests/bgp_aigp/r3/bgpd.conf
tests/topotests/bgp_aigp/r3/ospfd.conf
tests/topotests/bgp_aigp/r4/bgpd.conf
tests/topotests/bgp_aigp/r4/ospfd.conf
tests/topotests/bgp_aigp/r5/bgpd.conf
tests/topotests/bgp_aigp/r5/ospfd.conf
tests/topotests/bgp_aigp/r6/bgpd.conf
tests/topotests/bgp_aigp/r6/ospfd.conf
tests/topotests/bgp_aigp/test_bgp_aigp.py