diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index d9d85ad1c..ebc28db26 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -174,7 +174,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script CONFIG_CONTINUATION DO_INCLUDE NORMAL_READ - ) ] , + ) , ] , protocols => [ qw ( TCP UDP @@ -184,7 +184,7 @@ our %EXPORT_TAGS = ( internal => [ qw( create_temp_script IPv6_ICMP SCTP GRE - ) ], + ) , ], ); Exporter::export_ok_tags('internal'); diff --git a/docs/Internals.xml b/docs/Internals.xml index a28779a05..40ad20390 100644 --- a/docs/Internals.xml +++ b/docs/Internals.xml @@ -116,7 +116,7 @@ release and installs them on an end-user's or a packager's system. It is diagrammed in the following graphic. - + The build environment components are not released and are discussed in the Shorewall Build @@ -192,7 +192,7 @@ shorewall_cli $@ prog.footer. -
+
Compiler With the exception of the getparams Shell @@ -238,6 +238,10 @@ shorewall_cli $@ the script. The latter functions are no-ops when the check command is being executed. + + + Capability Detection + @@ -399,7 +403,7 @@ export -p The operation of the generated script is illustrated in this diagram. - + The Netfilter ruleset is sometimes dependent on the environment when the script runs. Dynamic IP addresses and gateways, for example, @@ -462,7 +466,13 @@ export -p direct dependencies are not shown where there is also a transitive dependency. - + +
+ +
+ Config Module + +