]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if the route over eBGP is preferred when eBGP-OAD is used
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 11 Jan 2024 08:34:05 +0000 (10:34 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 11 Jan 2024 08:53:57 +0000 (10:53 +0200)
commit1c491dfbe646f885b0a570666da3ba1e062c2a6c
tree48031609798aba83a715b556ecfec981addea5c3
parent584b031a4d0b7e20cd3835c8945451dcdac07998
tests: Check if the route over eBGP is preferred when eBGP-OAD is used

If at least one of the candidate routes was received via EBGP, remove from
consideration all routes that were received via EBGP-OAD and IBGP.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_oad/r1/frr.conf
tests/topotests/bgp_oad/r2/frr.conf
tests/topotests/bgp_oad/r3/frr.conf
tests/topotests/bgp_oad/r4/frr.conf [new file with mode: 0644]
tests/topotests/bgp_oad/r5/frr.conf [new file with mode: 0644]
tests/topotests/bgp_oad/test_bgp_oad.py