From 341dec07118b048d15433ca2822669e376e0f50e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 26 Aug 2012 09:17:57 -0700 Subject: [PATCH] Another fix for the NOTRACK patch - 3 defects in a two-line patch :-( --- Shorewall/Perl/Shorewall/Raw.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Raw.pm b/Shorewall/Perl/Shorewall/Raw.pm index d4b879e10..03dca0a80 100644 --- a/Shorewall/Perl/Shorewall/Raw.pm +++ b/Shorewall/Perl/Shorewall/Raw.pm @@ -79,7 +79,7 @@ sub process_conntrack_rule( $$$$$$$$$ ) { # A patch that deimplements the NOTRACK target has been posted on the # Netfilter development list # - $action = 'CT--notrack' if have_capability 'CT_TARGET'; + $action = 'CT --notrack' if have_capability 'CT_TARGET'; } else { ( $target, my ( $option, $args, $junk ) ) = split ':', $action, 4;