diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index fa330a168..ac7b958a0 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -623,9 +623,7 @@ sub compiler { validate_interfaces_file ( $export ); # # Process the hosts file. - # # We must reinitialize Shorewall::Chains before generating the iptables-restore input - # for stopping the firewall - + # validate_hosts_file; # # Report zone contents diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 518745405..15d823f7f 100644 --- a/Shorewall/Perl/Shorewall/Nat.pm +++ b/Shorewall/Perl/Shorewall/Nat.pm @@ -36,7 +36,7 @@ use strict; our @ISA = qw(Exporter); our @EXPORT = qw( setup_masq setup_nat setup_netmap add_addresses ); our @EXPORT_OK = (); -our $VERSION = '4.4_1'; +our $VERSION = '4.4_2'; our @addresses_to_add; our %addresses_to_add;