Skip to content

Commit

Permalink
tests: Use igpMetric as 10 not 20, after OSPFv3 loopback cost changes
Browse files Browse the repository at this point in the history
Fixes: fa3140f ("ospf6d: Set loopback interface cost to 0")

Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit d7e9714)
  • Loading branch information
ton31337 authored and mergify[bot] committed Oct 30, 2023
1 parent 2172fb9 commit 8bc3ce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def _bgp_verify_v6_global_nexthop_validity():
"2001:db8:1::1": {
"valid": True,
"complete": True,
"igpMetric": 20,
"igpMetric": 10,
"pathCount": 2,
"peer": "2001:db8:1::1",
"nexthops": [{"interfaceName": "pe2-eth0"}],
Expand Down

0 comments on commit 8bc3ce8

Please sign in to comment.