From 12d3420a5d8a3a24ed7958783846decd08555599 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 14 Feb 2010 10:34:19 -0800 Subject: [PATCH] Detect FLOW_FILTER when LOAD_HELPERS_ONLY=No --- 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 6b1e0fc02..8e81525fb 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2468,6 +2468,7 @@ sub determine_capabilities() { $capabilities{GOTO_TARGET} = detect_capability( 'GOTO_TARGET' ); $capabilities{LOG_TARGET} = detect_capability( 'LOG_TARGET' ); $capabilities{LOGMARK_TARGET} = detect_capability( 'LOGMARK_TARGET' ); + $capabilities{FLOW_FILTER} = detect_capability( 'FLOW_FILTER' ); qt1( "$iptables -F $sillyname" );