summaryrefslogtreecommitdiffstats
path: root/tests/topotests/rip_passive_interface/r1/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/rip_passive_interface/r1/frr.conf')
-rw-r--r--tests/topotests/rip_passive_interface/r1/frr.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/topotests/rip_passive_interface/r1/frr.conf b/tests/topotests/rip_passive_interface/r1/frr.conf
new file mode 100644
index 0000000..d8eb9a3
--- /dev/null
+++ b/tests/topotests/rip_passive_interface/r1/frr.conf
@@ -0,0 +1,9 @@
+!
+int r1-eth0
+ ip address 192.168.1.1/24
+!
+router rip
+ allow-ecmp
+ network 192.168.1.0/24
+ timers basic 5 15 10
+exit