From 5b7a2f002ad44d374136c140e701737669818ad1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 3 Nov 2010 12:47:50 -0700 Subject: [PATCH] Add helpers file to advice about modifying loaded modules Signed-off-by: Tom Eastep --- docs/FAQ.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 155337536..a8dc7cf10 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -1964,7 +1964,8 @@ iptables: Invalid argument Answer: Copy /usr/share/shorewall[-lite]/modules to /etc/shorewall/modules and modify the copy to - include only the modules that you need. + include only the modules that you need. An alternative is to set + LOAD_HELPERS_ONLY=Yes in shorewall.conf.
@@ -2515,7 +2516,9 @@ rmmod nf_conntrack_sip Copy /usr/share/shorewall/modules to - /etc/shorewall. + /etc/shorewall + (/usr/share/shorewall/helpers if you have + LOAD_HELPERS_ONLY in shorewall.conf).