diff options
Diffstat (limited to 'tests/topotests/ospf_netns_vrf/r2/zebra.conf')
-rw-r--r-- | tests/topotests/ospf_netns_vrf/r2/zebra.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/topotests/ospf_netns_vrf/r2/zebra.conf b/tests/topotests/ospf_netns_vrf/r2/zebra.conf new file mode 100644 index 0000000..6ff72d1 --- /dev/null +++ b/tests/topotests/ospf_netns_vrf/r2/zebra.conf @@ -0,0 +1,13 @@ +! +hostname r2 +password zebra +log file /tmp/r2-zebra.log +! +interface r2-eth0 vrf r2-ospf-cust1 + ip address 10.0.2.1/24 +! +interface r2-eth1 vrf r2-ospf-cust1 + ip address 10.0.3.3/24 +! +ip forwarding +! |