summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf')
-rw-r--r--tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf b/tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
index e87899c..29909de 100644
--- a/tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
+++ b/tests/topotests/ospf_multi_vrf_bgp_route_leak/r2/frr.conf
@@ -5,14 +5,20 @@ log file /tmp/r2-frr.log
!
interface r2-eth0
ip address 10.0.2.2/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
interface r2-eth1
ip address 10.0.20.2/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
ip route 0.0.0.0/0 10.0.20.1
!
interface r2-eth2 vrf ray
ip address 10.0.40.2/24
+ ip ospf hello-interval 1
+ ip ospf dead-interval 4
!
ip forwarding
!