Bump Nat.pm version; remove inadvertent paste

This commit is contained in:
Tom Eastep 2009-09-13 09:13:50 -07:00
parent 5793246d7c
commit 8fdbb6f252
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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;