summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_netns_vrf/r3/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_netns_vrf/r3/zebra.conf')
-rw-r--r--tests/topotests/ospf_netns_vrf/r3/zebra.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/ospf_netns_vrf/r3/zebra.conf b/tests/topotests/ospf_netns_vrf/r3/zebra.conf
new file mode 100644
index 0000000..1534150
--- /dev/null
+++ b/tests/topotests/ospf_netns_vrf/r3/zebra.conf
@@ -0,0 +1,13 @@
+!
+hostname r3
+password zebra
+log file /tmp/r3-zebra.log
+!
+interface r3-eth0 vrf r3-ospf-cust1
+ ip address 10.0.3.1/24
+!
+interface r3-eth1 vrf r3-ospf-cust1
+ ip address 10.0.10.1/24
+!
+ip forwarding
+!