From 97354c8ce8f5e5fcad2dea1d92ef29feb03ee8da Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 23 Dec 2011 11:59:51 -0800 Subject: [PATCH] Detect CT_TARGET when LOAD_HELPERS_ONLY=No Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 0745cb5b1..c103bf783 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2947,6 +2947,7 @@ sub determine_capabilities() { $capabilities{CONDITION_MATCH} = detect_capability( 'CONDITION_MATCH' ); $capabilities{IPTABLES_S} = detect_capability( 'IPTABLES_S' ); $capabilities{BASIC_FILTER} = detect_capability( 'BASIC_FILTER' ); + $capabilities{CT_TARGET} = detect_capability( 'CT_TARGET' ); qt1( "$iptables -F $sillyname" );