test: ospf: Remove loopback from multiple areas

This is not allowed in FRR.

Fix #586
This commit is contained in:
Mattias Walström
2024-10-03 07:28:33 +02:00
parent 6c2e5542ca
commit ff6c63a3bd
@@ -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
}]
}
}]