summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf')
-rw-r--r--tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf b/tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
index e365e25..9959581 100644
--- a/tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
+++ b/tests/topotests/ospf_multi_vrf_bgp_route_leak/r1/frr.conf
@@ -5,12 +5,18 @@ log file /tmp/r1-frr.log
!
interface r1-eth0
ip address 10.0.1.1/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
interface r1-eth1
ip address 10.0.20.1/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
interface r1-eth2 vrf neno
ip address 10.0.30.1/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
ip forwarding
!