From 8fdbb6f252d5ee657cf687fa0b10eb80d17b0af3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 13 Sep 2009 09:13:50 -0700 Subject: [PATCH] Bump Nat.pm version; remove inadvertent paste --- Shorewall/Perl/Shorewall/Compiler.pm | 4 +--- Shorewall/Perl/Shorewall/Nat.pm | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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;