Skip to content

Commit

Permalink
tests: fix ospf_suppress_fa timing issue
Browse files Browse the repository at this point in the history
Set static router-id for OSPF, because otherwise it depends on timing of
router-id updates received from zebra and may differ between test runs.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
  • Loading branch information
idryzhov authored and donaldsharp committed Feb 15, 2024
1 parent 51e8805 commit 12f4e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/topotests/ospf_suppress_fa/r2/ospfd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ interface r2-eth1
ip ospf dead-interval 10
!
router ospf
ospf router-id 10.0.23.2
network 10.0.12.0/24 area 0
network 10.0.23.0/24 area 1
area 1 nssa
Expand Down

0 comments on commit 12f4e88

Please sign in to comment.