]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix and adjust topotest/bgp_aigp
authorEnke Chen <enchen@paloaltonetworks.com>
Tue, 15 Oct 2024 01:47:59 +0000 (18:47 -0700)
committerEnke Chen <enchen@paloaltonetworks.com>
Tue, 15 Oct 2024 01:54:07 +0000 (18:54 -0700)
commit1ee7e63a6c432662ef3a9a2bd0e1c41298bdf196
tree931bf7314da956900b2cde9838981b64831d232e
parent081422e8e71085d3a3d4d2ff0bc1e1abaff0d52e
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>
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