]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if `disable-addpath-rx` knob works
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 2 Sep 2021 19:51:05 +0000 (22:51 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 3 Sep 2021 12:05:03 +0000 (15:05 +0300)
commitcb747ed90b753ab15962a3ffca759720cbf5aa4d
tree120d4fa60a05c7b1646079e6daeec7adf281dec8
parent7c0e43123dfb576dcb1d7425a4d8d3b065e5e71b
tests: Check if `disable-addpath-rx` knob works

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_disable_addpath_rx/__init__.py [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_disable_addpath_rx/test_disable_addpath_rx.py [new file with mode: 0644]