diff options
Diffstat (limited to 'tests/topotests/ospf_topo1/r2/zebra.conf')
-rw-r--r-- | tests/topotests/ospf_topo1/r2/zebra.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/ospf_topo1/r2/zebra.conf b/tests/topotests/ospf_topo1/r2/zebra.conf new file mode 100644 index 0000000..407416c --- /dev/null +++ b/tests/topotests/ospf_topo1/r2/zebra.conf @@ -0,0 +1,11 @@ +! +interface r2-eth0 + ip address 10.0.2.1/24 + ipv6 address 2001:db8:2::1/64 +! +interface r2-eth1 + ip address 10.0.3.3/24 + ipv6 address 2001:db8:3::3/64 +! +ip forwarding +! |