From: Wolfgang Bumiller Date: Tue, 1 Mar 2016 11:20:16 +0000 (+0100) Subject: ipv6: fix ipv6 address normalization X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2142a8a9eb32cd25bceee81c5c93e12bff7cee07;hp=2142a8a9eb32cd25bceee81c5c93e12bff7cee07;p=pve-firewall.git ipv6: fix ipv6 address normalization inet_ntop only takes an addres, not a CIDR notation. Since the normalized address should just be a compressed lower-case address, Net::IP::ip_compress_address should be sufficient. inet_ntop didn't succeed before, the result of which was that ipsets weren't generated at all for ipv6 address ranges. ---