]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/ripng_allow_ecmp/r4/frr.conf
tests: Check if `allow-ecmp` command works for RIPng
[mirror_frr.git] / tests / topotests / ripng_allow_ecmp / r4 / frr.conf
diff --git a/tests/topotests/ripng_allow_ecmp/r4/frr.conf b/tests/topotests/ripng_allow_ecmp/r4/frr.conf
new file mode 100644 (file)
index 0000000..0d3ea0b
--- /dev/null
@@ -0,0 +1,14 @@
+!
+int lo
+ ipv6 address 2001:db8:2::1/64
+!
+int r4-eth0
+ ipv6 address 2001:db8:1::4/64
+!
+router ripng
+ redistribute connected
+ network 2001:db8:1::/64
+ network 2001:db8:2::/64
+ timers basic 5 15 10
+exit
+