From 954cddc37a4f5de17dc27c8191db2097267e029d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 25 May 2014 08:57:01 -0700 Subject: [PATCH] Enable 1:1 NAT in IPv6 Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Compiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Compiler.pm b/Shorewall/Perl/Shorewall/Compiler.pm index a6ff12195..996b2f6b6 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -816,7 +816,7 @@ sub compiler { # # Setup Nat # - setup_nat if $family == F_IPV4; + setup_nat; # # Setup NETMAP #