]> git.ipfire.org Git - people/stevee/guardian.git/commit
Validate IP addresses before passing to the firewall module.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 26 Jan 2016 14:25:01 +0000 (15:25 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 26 Jan 2016 14:25:01 +0000 (15:25 +0100)
commitbc97b7c0dbe918d2a174f4420089065063630600
tree9fa6be8483381741644a92155319cc404bbdd761
parent7a6a268295054bdde300e10e10db13d61c82db62
Validate IP addresses before passing to the firewall module.

Use the external Net::IP perl module to do a proper IPv4/IPv6 address or
network validation.

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