diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-05-29 00:01:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-29 00:01:20 +0300 |
| commit | f8abf9644063aa8817dc434bc70a6a505672a6eb (patch) | |
| tree | ed222e25fa38a5aba3668a9d6636a3fd486fde91 /tests/topotests/ospf_basic_functionality/test_ospf_single_area.py | |
| parent | 7ac981384c71b76b6d034c4b7d4e1d7f948917aa (diff) | |
| parent | bb46027596524707480a423bd6ef63bad0a8ce0e (diff) | |
Merge pull request #15082 from louis-6wind/fix-iff-lower-up
lib: take into account the Linux IFF_LOWER_UP flag
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_single_area.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_single_area.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py b/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py index 172f79d458..59afc7a8af 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_single_area.py @@ -607,7 +607,7 @@ def test_ospf_show_p1(request): "r0": { "ospf": { "ifUp": True, - "ifFlags": "<UP,BROADCAST,RUNNING,MULTICAST>", + "ifFlags": "<UP,LOWER_UP,BROADCAST,RUNNING,MULTICAST>", "ospfEnabled": True, "ipAddressPrefixlen": 24, "ospfIfType": "Broadcast", |
