mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
test: ospf: Remove loopback from multiple areas
This is not allowed in FRR. Fix #586
This commit is contained in:
@@ -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
|
||||
}]
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user