diff --git a/docs/Macros.xml b/docs/Macros.xml index b6eb671dc..38c36d0a5 100644 --- a/docs/Macros.xml +++ b/docs/Macros.xml @@ -241,7 +241,7 @@ ACCEPT fw loc tcp 135,139,445 - One remaining restriction must be mentioned: macros that are invoked + One remaining restriction should be noted: macros that are invoked from actions cannot themselves invoke other actions. @@ -599,4 +599,4 @@ bar:debug - \ No newline at end of file + diff --git a/docs/shorewall_extension_scripts.xml b/docs/shorewall_extension_scripts.xml index bfd789ca0..670c146d0 100644 --- a/docs/shorewall_extension_scripts.xml +++ b/docs/shorewall_extension_scripts.xml @@ -174,7 +174,7 @@ Rate Limit (if passed as "" then $LOGLIMIT is assumed — see the LOGLIMIT option in /etc/shorewall/shorewall.conf) + url="Documentation.htm#Conf">/etc/shorewall/shorewall.conf) @@ -483,7 +483,8 @@ by:my $chainref = $chain_table{<table>}{<chain name>};Example:my $chainref = $chain_table{filter}{INPUT}; You can also use the hash references $filter_table, $mangle_table - and $nat_table to access chain references. + and $nat_table to access chain references in the three main + tables. Example: