From d0858f6034696e7286370e9953b86cfb02663141 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 21 Jan 2011 15:49:28 -0800 Subject: [PATCH] Add module-loading section to Shorewall-lite doc --- docs/CompiledPrograms.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/CompiledPrograms.xml b/docs/CompiledPrograms.xml index 252f64ac1..b33f7877b 100644 --- a/docs/CompiledPrograms.xml +++ b/docs/CompiledPrograms.xml @@ -431,6 +431,20 @@ clean: ln -sf shorewall-lite /sbin/shorewall +
+ Module Loading + + As with a normal Shorewall configuration, the shorewall.conf + file can specify LOAD_HELPERS_ONLY which determines if the + modules file (LOAD_HELPERS_ONLY=No) or + helpers file (LOAD_HELPERS_ONLY=Yes) is used. + Normally, the file on the firewall system is used. If you want to + specify modules at compile time on the Administrative System, then you + must place a copy of the appropriate file + (modules or helpers) in the + firewall's configuration directory before compilation. +
+
Converting a system from Shorewall to Shorewall Lite