Skip to content

Commit

Permalink
Revert "tests: Use igpMetric as 10 not 20, after OSPFv3 loopback cost…
Browse files Browse the repository at this point in the history
… changes"

This reverts commit d7e9714.
  • Loading branch information
ton31337 committed Nov 13, 2023
1 parent 4660d4f commit c2f39f4
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": 10,
"igpMetric": 20,
"pathCount": 2,
"peer": "2001:db8:1::1",
"nexthops": [{"interfaceName": "pe2-eth0"}],
Expand Down

0 comments on commit c2f39f4

Please sign in to comment.