From 220f7fd5888296d4512e69625e7f5bc0dfb8cfa5 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 6 Sep 2024 22:35:34 +0200 Subject: [PATCH] tests: Add BGP configuration for ce1 Signed-off-by: Carmine Scarpitta --- tests/topotests/srv6_sid_manager/ce1/bgpd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/topotests/srv6_sid_manager/ce1/bgpd.conf diff --git a/tests/topotests/srv6_sid_manager/ce1/bgpd.conf b/tests/topotests/srv6_sid_manager/ce1/bgpd.conf new file mode 100644 index 0000000000..3459796629 --- /dev/null +++ b/tests/topotests/srv6_sid_manager/ce1/bgpd.conf @@ -0,0 +1,8 @@ +frr defaults traditional +! +hostname ce1 +password zebra +! +log stdout notifications +log commands +log file bgpd.log -- 2.39.5