Add module-loading section to Shorewall-lite doc

This commit is contained in:
Tom Eastep 2011-01-21 15:49:28 -08:00
parent c0d5a32d11
commit d0858f6034

View File

@ -431,6 +431,20 @@ clean:
<programlisting><command>ln -sf shorewall-lite /sbin/shorewall</command></programlisting>
</blockquote>
<section>
<title>Module Loading</title>
<para>As with a normal Shorewall configuration, the shorewall.conf
file can specify LOAD_HELPERS_ONLY which determines if the
<filename>modules</filename> file (LOAD_HELPERS_ONLY=No) or
<filename>helpers</filename> 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
(<filename>modules</filename> or <filename>helpers</filename>) in the
firewall's configuration directory before compilation.</para>
</section>
<section id="Converting">
<title>Converting a system from Shorewall to Shorewall Lite</title>