From 9275d8423debc8f7c7200b5b2d5649aec140c5a5 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 6 Sep 2024 22:38:06 +0200 Subject: [PATCH] tests: Add zebra configuration for ce3 Signed-off-by: Carmine Scarpitta --- tests/topotests/srv6_sid_manager/ce3/zebra.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/topotests/srv6_sid_manager/ce3/zebra.conf diff --git a/tests/topotests/srv6_sid_manager/ce3/zebra.conf b/tests/topotests/srv6_sid_manager/ce3/zebra.conf new file mode 100644 index 0000000000..046bcb6af8 --- /dev/null +++ b/tests/topotests/srv6_sid_manager/ce3/zebra.conf @@ -0,0 +1,14 @@ +log file zebra.log +! +hostname ce3 +! +interface eth-rt1 + ipv6 address 2001:3::2/64 +! +ip forwarding +ipv6 forwarding +! +ipv6 route ::/0 2001:3::1 +! +line vty +! -- 2.39.5