]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix and adjust topotest/bgp_aigp 17110/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:09 +0000 (14:25 +0000)
commit8f03a3c1fe2f513d6f9917f62a885a8479b5084a
tree6d773dea2ae9d25deabf09c664c885f1a1d99a47
parentfc90aceebeeb09f1b93fc62391ec7aa8ec596e12
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