The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.3 - 2015-02-23

  • Added support for systems with 'firewalld' (such as Fedora 21).
  • For IPTables::Parse versions > 1.1, updated IPTables::ChainMgr to derive extended hash search keys for find_ip_rule() from IPTables::Parse.
  • For IPTables::Parse versions > 1.1, updated IPTables::ChainMgr to derive iptables 'match' keys to build iptables rules from IPTables::Parse.
  • Simplified append_ip_rule() to just be a wrapper around add_ip_rule(), which was updated to allow the value "-1" to be passed in as the rule insertion number in order to denote "append" (-A <chain>) mode.
  • Added "mac_source" tests to t/basic_tests.pl.
  • Added tests for iptables 'length' match.
  • Added print_parse_capabilities() so that IPTables::Parse keys/regex's can easily be seen.
  • Bug fix to ensure that state tracking arguments are properly processed by add_ip_rule().

Modules

Perl extension for manipulating iptables and ip6tables policies