]> git.ipfire.org Git - people/stevee/guardian.git/commit
Add IPv6 support to IPtables module.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Feb 2016 13:53:13 +0000 (14:53 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 3 Feb 2016 13:53:13 +0000 (14:53 +0100)
commit345e62e2aba53d139fb752e73d897c23758407f4
tree27e80988711f43989fb0634fdac768ed8e6ac46b
parent7121d8cdb77ebae6f775890a6a38c0ffe448b0bf
Add IPv6 support to IPtables module.

When using IPtables as firewall engine, now IPv6
addresses also can be handled in a proper way.

To do this, the correct iptables helper binary will be choosen,
based on the IP address which should be (un)blocked and executed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Base.pm
modules/IPtables.pm