From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf | 27 +++++++++++++++++++++++++ tests/topotests/ospf_tilfa_topo1/rt4/zebra.conf | 17 ++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf create mode 100644 tests/topotests/ospf_tilfa_topo1/rt4/zebra.conf (limited to 'tests/topotests/ospf_tilfa_topo1/rt4') diff --git a/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf b/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf new file mode 100644 index 0000000..75770dc --- /dev/null +++ b/tests/topotests/ospf_tilfa_topo1/rt4/ospfd.conf @@ -0,0 +1,27 @@ +! debug ospf sr +! debug ospf ti-lfa +! +interface lo +! +interface eth-rt2 + ip ospf network point-to-point +! +interface eth-rt5 + ip ospf network point-to-point +! +router ospf + ospf router-id 1.1.1.4 + network 1.1.1.0/24 area 0.0.0.0 + network 10.0.0.0/16 area 0.0.0.0 + area 0.0.0.0 range 10.0.0.0/16 + area 0.0.0.0 range 1.1.1.0/24 + capability opaque + mpls-te on + mpls-te router-address 1.1.1.4 + router-info area 0.0.0.0 + passive-interface lo + segment-routing on + segment-routing global-block 16000 23999 + segment-routing node-msd 8 + segment-routing prefix 1.1.1.4/32 index 40 +! diff --git a/tests/topotests/ospf_tilfa_topo1/rt4/zebra.conf b/tests/topotests/ospf_tilfa_topo1/rt4/zebra.conf new file mode 100644 index 0000000..306f0d4 --- /dev/null +++ b/tests/topotests/ospf_tilfa_topo1/rt4/zebra.conf @@ -0,0 +1,17 @@ +log file zebra.log +! +hostname rt4 +! +interface lo + ip address 1.1.1.4/32 +! +interface eth-rt2 + ip address 10.0.3.2/24 +! +interface eth-rt5 + ip address 10.0.5.1/24 +! +ip forwarding +! +line vty +! -- cgit v1.2.3