]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if labeled-unicast works correctly with addpath capability
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 6 Dec 2022 16:24:13 +0000 (18:24 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 6 Dec 2022 16:24:13 +0000 (18:24 +0200)
commitb0ade0a1114cb213e2813de760e0eadbe711ef11
treeca05cb0da3826868237aad6e872f824e232fbc0b
parent90bf4243fb80cc66e7dfbeb9712c43a3938b985c
tests: Check if labeled-unicast works correctly with addpath capability

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_labeled_unicast_addpath/__init__.py [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_labeled_unicast_addpath/test_bgp_labeled_unicast_addpath.py [new file with mode: 0644]