]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
ipv6: fix ip_compress_address_call
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Mar 2016 11:20:16 +0000 (12:20 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Mar 2016 07:14:09 +0000 (08:14 +0100)
commite0a9139f982390e149e44e71e31199b4cfa6bca5
tree3d740ca06fcbda2629e411ea40a9dc0aba365f11
parent0aeef94c2542c99f1101d8fc964d22c06e4d6d0d
ipv6: fix ip_compress_address_call

This only takes an address and not a CIDR notation. It does
preserve the suffix but ended up compressing
fc00:0000::0000/64 to fc00::0000/64 instead of fc00::/64 and
thus caused the firewall to always show there are pending
changes when ipv6 addresses were available.
src/PVE/Firewall.pm