]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add topotest for SRv6 IPv4 traffic steering 17988/head
authorCarmine Scarpitta <cscarpit@cisco.com>
Tue, 24 Dec 2024 08:42:34 +0000 (09:42 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Mon, 3 Feb 2025 21:21:16 +0000 (22:21 +0100)
commit1add31d129ddbe53afd8ac83717f7818c1fb228a
treeb6ce5d56aef8a848384dfcc1c0bfce156ccdf892
parent478550efc404332cf44ed05905aecec8c9c3eaba
tests: Add topotest for SRv6 IPv4 traffic steering

Add a topotest to verify the newly introduced CLI to support
steering of IPv4 traffic over an SRv6 SID list.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
tests/topotests/srv6_static_route_ipv4/__init__.py [new file with mode: 0644]
tests/topotests/srv6_static_route_ipv4/expected_srv6_route.json [new file with mode: 0644]
tests/topotests/srv6_static_route_ipv4/r1/frr.conf [new file with mode: 0644]
tests/topotests/srv6_static_route_ipv4/r1/setup.sh [new file with mode: 0644]
tests/topotests/srv6_static_route_ipv4/test_srv6_route.py [new file with mode: 0755]