]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if addpath with disabled RX flag is working correctly in RS setup
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 7 Mar 2025 13:51:21 +0000 (15:51 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Mon, 17 Mar 2025 14:02:16 +0000 (16:02 +0200)
commit4c79c560d1680b26c5e7d2d633f53f9f9f0b2d42
tree72c4b1941086342ff4ccc71edd8eb818552a846f
parenteecfea97689c537a0e261f5ac47409847d9a51b7
tests: Check if addpath with disabled RX flag is working correctly in RS setup

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