diff options
Diffstat (limited to 'tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf')
-rw-r--r-- | tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf b/tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf new file mode 100644 index 00000000..d06a3e19 --- /dev/null +++ b/tests/topotests/bgp_nexthop_ipv6/r1/zebra.conf @@ -0,0 +1,14 @@ +ip forwarding +ipv6 forwarding + +int eth-dummy + ip addr 172.16.1.1/24 + ip addr fd00:100::1/64 + +int eth-sw + ip addr 192.168.2.1/24 + ipv6 address fd00:0:2::1/64 + +int lo + ip addr 10.1.1.1/32 + ipv6 address 2001:db8::1/128 |