From 5a22b1494766af2fd1ddcfe5ef760e2aba8f5a43 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 115218279..98b45bb56 100644 --- a/Shorewall/Perl/Shorewall/Compiler.pm +++ b/Shorewall/Perl/Shorewall/Compiler.pm @@ -819,7 +819,7 @@ sub compiler { # # Setup Nat # - setup_nat if $family == F_IPV4; + setup_nat; # # Setup NETMAP #