Source: libiptables-parse-perl Maintainer: Debian Perl Group Uploaders: Franck Joncourt , Fabrizio Regalli Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libiptables-parse-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libiptables-parse-perl.git Homepage: https://metacpan.org/release/IPTables-Parse Package: libiptables-parse-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl extension for parsing iptables firewall rulesets The IPTables::Parse package provides an interface to parse iptables rules on Linux systems through the direct execution of iptables commands, or from parsing a file that contains an iptables policy listing. You can get the current policy applied to a table/chain, look for a specific user-defined chain, check for a default DROP policy, or determing whether or not logging rules exist.