diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-04-22 20:10:16 +0200 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-05-04 15:27:17 +0200 |
commit | f92f88d36162ee7202c9b382846f04420c2b5a83 (patch) | |
tree | bc640564414470527631f48fa09d7eed2c824913 /tests/topotests/ospf_metric_propagation/r3 | |
parent | Merge pull request #13425 from FRRouting/revert-12646-mpls_alloc_per_nh (diff) | |
download | frr-f92f88d36162ee7202c9b382846f04420c2b5a83.tar.xz frr-f92f88d36162ee7202c9b382846f04420c2b5a83.zip |
tests: clear the ospf neighbor to force a state change
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'tests/topotests/ospf_metric_propagation/r3')
-rw-r--r-- | tests/topotests/ospf_metric_propagation/r3/frr.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/ospf_metric_propagation/r3/frr.conf b/tests/topotests/ospf_metric_propagation/r3/frr.conf index 8dbbaf0fc..175851d42 100644 --- a/tests/topotests/ospf_metric_propagation/r3/frr.conf +++ b/tests/topotests/ospf_metric_propagation/r3/frr.conf @@ -8,18 +8,18 @@ interface r3-eth0 ip address 10.0.3.3/24 ip ospf cost 100 ip ospf hello-interval 1 - ip ospf dead-interval 3 + ip ospf dead-interval 30 ! interface r3-eth1 vrf blue ip address 10.0.30.3/24 ip ospf hello-interval 1 - ip ospf dead-interval 3 + ip ospf dead-interval 30 ! interface r3-eth2 vrf green ip address 10.0.80.3/24 ip ospf cost 1000 ip ospf hello-interval 1 - ip ospf dead-interval 3 + ip ospf dead-interval 30 ! router ospf ospf router-id 10.0.255.3 |