Continue development of the Internals document

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-17 07:52:18 -07:00
parent fc361afbc3
commit 483374d356
2 changed files with 16 additions and 6 deletions

View File

@ -174,7 +174,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
CONFIG_CONTINUATION CONFIG_CONTINUATION
DO_INCLUDE DO_INCLUDE
NORMAL_READ NORMAL_READ
) ] , ) , ] ,
protocols => [ qw ( protocols => [ qw (
TCP TCP
UDP UDP
@ -184,7 +184,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script
IPv6_ICMP IPv6_ICMP
SCTP SCTP
GRE GRE
) ], ) , ],
); );
Exporter::export_ok_tags('internal'); Exporter::export_ok_tags('internal');

View File

@ -192,7 +192,7 @@ shorewall_cli $@</programlisting>
<filename>prog.footer</filename>.</para> <filename>prog.footer</filename>.</para>
</section> </section>
<section> <section id="Compiler">
<title>Compiler</title> <title>Compiler</title>
<para>With the exception of the <filename>getparams</filename> Shell <para>With the exception of the <filename>getparams</filename> Shell
@ -238,6 +238,10 @@ shorewall_cli $@</programlisting>
the script. The latter functions are no-ops when the the script. The latter functions are no-ops when the
<command>check</command> command is being executed.</para> <command>check</command> command is being executed.</para>
</listitem> </listitem>
<listitem>
<para>Capability Detection</para>
</listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
@ -464,5 +468,11 @@ export -p</programlisting>
<graphic fileref="images/ModuleDepencency.png" /> <graphic fileref="images/ModuleDepencency.png" />
</section> </section>
<section>
<title>Config Module</title>
<para></para>
</section>
</section> </section>
</article> </article>