The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.9.9 - 2012-02-26

  • Updated to handle IPv6 via ip6tables. All functions in the previous version of this module now work with ip6tables - just instantiate the IPTables::ChainMgr object with something like the following:
    • my %opts = ( 'iptables' => $ip6tables_bin, 'iptout' => '/tmp/ip6tables.out', 'ipterr' => '/tmp/ip6tables.err', 'debug' => 0, 'verbose' => 0 );
  • Switched to using NetAddr::IP instead of the old Net::IPv4Addr module. This greatly assisted in the ability to offer IPv6 support via ip6tables.
  • Bug fix to ensure proper handling of empty 'extended' hashes via the 'keys' function.
  • (Miloslav Trmac) Bug fix for "Use of qw(...) as parentheses is deprecated" warnings as described here: https://bugzilla.redhat.com/show_bug.cgi?id=771781
  • Added a test suite at: t/basic_tests.pl
  • Migrated to git for source control: http://www.cipherdyne.org/cgi-bin/gitweb.cgi?p=IPTables-ChainMgr.git;a=summary https://github.com/mrash/IPTables-ChainMgr

Modules

Perl extension for manipulating iptables and ip6tables policies