]> git.proxmox.com Git - pve-firewall.git/commit - debian/changelog
fix allowed group name length
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 3 Jun 2016 13:14:24 +0000 (15:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 3 Jun 2016 13:57:16 +0000 (15:57 +0200)
commit5c53cde45212f584ba3362f732508a5c2f169dc1
tree4e4fd6a46702373f974ddef0525adb0044b16f69
parentf76f3caefb35b14838f783e48ff3e3b44c91e196
fix allowed group name length

the allowed length for an iptable chain is 28 chars

we had a max set of 20 but a format of
GROUP-<name>-IN and
GROUP-<name>-OUT

where <name> is the group name

but GROUP--OUT are 10 chars so we just allow 18 chars max

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/changelog
src/PVE/Firewall.pm