1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

flatten configuration model

This commit is contained in:
checktheroads
2020-01-28 08:59:27 -07:00
parent 6ad69ae6bb
commit 9b9fd95061
10 changed files with 143 additions and 156 deletions

View File

@@ -232,7 +232,7 @@ def ip_type_check(query_type, target, device):
if (
query_type == "bgp_route"
and prefix_attr["version"] == 6
and device.nos in params.general.requires_ipv6_cidr
and device.nos in params.requires_ipv6_cidr
and IPType().is_host(target)
):
log.debug("Failed requires IPv6 CIDR check")