mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
flatten configuration model
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user