From 9b8781253182a7e3292d345368d75241c95f2daa Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 14 Aug 2009 15:03:59 -0700 Subject: [PATCH] update version of Nat module --- Shorewall/Perl/Shorewall/Nat.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Shorewall/Perl/Shorewall/Nat.pm b/Shorewall/Perl/Shorewall/Nat.pm index 3b1dfb7c4..be20607a1 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.3_7'; +our $VERSION = '4.4_1'; our @addresses_to_add; our %addresses_to_add; @@ -177,7 +177,6 @@ sub process_one_masq( ) # Handle Protocol and Ports # $baserule .= do_proto $proto, $ports, ''; - # # Handle Mark #