From f33e842f1b80c06d928fa7d7b9a00ec28b91ea78 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 10 Sep 2009 14:56:23 -0700 Subject: [PATCH] Update module version --- Shorewall/Perl/Shorewall/Rules.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 087163f75..cb3187d75 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -45,7 +45,7 @@ our @EXPORT = qw( process_tos compile_stop_firewall ); our @EXPORT_OK = qw( process_rule process_rule1 initialize ); -our $VERSION = '4.4_1'; +our $VERSION = '4.4_2'; # # Set to one if we find a SECTION @@ -777,6 +777,9 @@ sub setup_mac_lists( $ ) { } } } else { + # + # Phase II + # for my $interface ( @maclist_interfaces ) { my $chainref = $chain_table{$table}{( $ttl ? macrecent_target $interface : mac_chain $interface )}; my $chain = $chainref->{name};