summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ripng_allow_ecmp/r5/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ripng_allow_ecmp/r5/frr.conf')
-rw-r--r--tests/topotests/ripng_allow_ecmp/r5/frr.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/topotests/ripng_allow_ecmp/r5/frr.conf b/tests/topotests/ripng_allow_ecmp/r5/frr.conf
new file mode 100644
index 0000000..6d6ca56
--- /dev/null
+++ b/tests/topotests/ripng_allow_ecmp/r5/frr.conf
@@ -0,0 +1,14 @@
+!
+int lo
+ ipv6 address 2001:db8:2::1/64
+!
+int r5-eth0
+ ipv6 address 2001:db8:1::5/64
+!
+router ripng
+ redistribute connected
+ network 2001:db8:1::/64
+ network 2001:db8:2::/64
+ timers basic 5 15 10
+exit
+