From 613fd9a631a19b009fa11958ca9f24e1d3b6e8aa Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 6 Sep 2024 22:40:45 +0200 Subject: [PATCH] tests: Add zebra configuration for dst Signed-off-by: Carmine Scarpitta --- .../topotests/srv6_sid_manager/dst/zebra.conf | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/topotests/srv6_sid_manager/dst/zebra.conf diff --git a/tests/topotests/srv6_sid_manager/dst/zebra.conf b/tests/topotests/srv6_sid_manager/dst/zebra.conf new file mode 100644 index 0000000000..80741856cb --- /dev/null +++ b/tests/topotests/srv6_sid_manager/dst/zebra.conf @@ -0,0 +1,22 @@ +log file zebra.log +! +hostname dst +! +! debug zebra kernel +! debug zebra packet +! debug zebra mpls +! +interface lo + ip address 9.9.9.2/32 + ipv6 address fc00:0:9::1/128 +! +interface eth-rt6 + ip address 10.0.10.2/24 + ipv6 address 2001:db8:10::2/64 +! +ip forwarding +! +ip route 2001:db8:1::1 2001:db8:10::1 +! +line vty +! -- 2.39.5