From ff6c63a3bd8d4c4b87d3c7ad91d4812e07729fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 1 Oct 2024 19:48:32 +0200 Subject: [PATCH] test: ospf: Remove loopback from multiple areas This is not allowed in FRR. Fix #586 --- test/case/ietf_routing/ospf_multiarea/test.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/case/ietf_routing/ospf_multiarea/test.py b/test/case/ietf_routing/ospf_multiarea/test.py index df43da8c..ee846ef0 100755 --- a/test/case/ietf_routing/ospf_multiarea/test.py +++ b/test/case/ietf_routing/ospf_multiarea/test.py @@ -267,9 +267,6 @@ def config_target2(target, ring1, ring2, cross): }, "name": ring1, "hello-interval": 1, - }, { - "name": "lo", - "enabled": True }] } }, { @@ -282,9 +279,6 @@ def config_target2(target, ring1, ring2, cross): "name": cross, "hello-interval": 1, "cost": 2000 - }, { - "name": "lo", - "enabled": True }] } }]