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

            if mask < 8: