]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if routes with addpath are cleared if they are stale
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 7 Nov 2024 11:17:12 +0000 (13:17 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 7 Nov 2024 12:05:36 +0000 (14:05 +0200)
commit444bdc4cc04908fbda08114fd2f845b3be088e01
tree807476581383b422424d4d6a04a408da6b6a7af2
parent895d586a5f4a15be0475296d7a5a374927d17dad
tests: Check if routes with addpath are cleared if they are stale

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