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