summaryrefslogtreecommitdiffstats
path: root/tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf')
-rw-r--r--tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf b/tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf
new file mode 100644
index 00000000..c1600496
--- /dev/null
+++ b/tests/topotests/zebra_fec_nexthop_resolution/r4/ospfd.conf
@@ -0,0 +1,19 @@
+!
+interface lo
+ ip ospf area 0
+ ip ospf passive
+exit
+!
+interface r4-eth0
+ ip ospf area 0
+exit
+!
+router ospf
+ mpls-te on
+ mpls-te router-address 192.0.2.4
+ segment-routing on
+ segment-routing global-block 21000 29000 local-block 31000 31999
+ segment-routing node-msd 8
+ segment-routing prefix 192.0.2.4/32 index 44 no-php-flag
+exit
+!