Merge pull request #11408 from donaldsharp/common_config

This commit is contained in:
Martin Winter 2022-06-16 18:45:15 +02:00 committed by GitHub
commit 22ad701ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3385,6 +3385,9 @@ def verify_rib(
next_hop = [next_hop]
for mnh in range(0, len(rib_routes_json[st_rt])):
if not "selected" in rib_routes_json[st_rt][mnh]:
continue
if (
"fib"
in rib_routes_json[st_rt][mnh]["nexthops"][0]