mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:48:07 +00:00
Merge pull request #11408 from donaldsharp/common_config
This commit is contained in:
commit
22ad701ec0
@ -3385,6 +3385,9 @@ def verify_rib(
|
|||||||
next_hop = [next_hop]
|
next_hop = [next_hop]
|
||||||
|
|
||||||
for mnh in range(0, len(rib_routes_json[st_rt])):
|
for mnh in range(0, len(rib_routes_json[st_rt])):
|
||||||
|
if not "selected" in rib_routes_json[st_rt][mnh]:
|
||||||
|
continue
|
||||||
|
|
||||||
if (
|
if (
|
||||||
"fib"
|
"fib"
|
||||||
in rib_routes_json[st_rt][mnh]["nexthops"][0]
|
in rib_routes_json[st_rt][mnh]["nexthops"][0]
|
||||||
|
Loading…
Reference in New Issue
Block a user