if itype == 'ipv6':
            ip = ipaddress.IPv6Network(i, strict=False)
            mask = ip.prefixlen

            if mask < 32: