diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-15 14:35:24 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-15 14:38:26 +0100 |
commit | 829443fd8330ae51848fe007e4dbb86934a41b4f (patch) | |
tree | 8eff92db29a1fda40c289c87a198509b0973b4a7 /tests | |
parent | Merge pull request #15332 from donaldsharp/nhg_stuffs (diff) | |
download | frr-829443fd8330ae51848fe007e4dbb86934a41b4f.tar.xz frr-829443fd8330ae51848fe007e4dbb86934a41b4f.zip |
tests: fix ospf_suppress_fa timing issue
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/ospf_suppress_fa/r2/ospfd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ospf_suppress_fa/r2/ospfd.conf b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf index ebc7d252f..ecc35f7e7 100644 --- a/tests/topotests/ospf_suppress_fa/r2/ospfd.conf +++ b/tests/topotests/ospf_suppress_fa/r2/ospfd.conf @@ -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 |