From baf8e21a808ba63f0968dfd644341eb69169bf33 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 17 Aug 2010 09:23:43 -0700 Subject: [PATCH] Add reference to manual chains article for the compile extension --- docs/shorewall_extension_scripts.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/shorewall_extension_scripts.xml b/docs/shorewall_extension_scripts.xml index bd79b2af9..54936f874 100644 --- a/docs/shorewall_extension_scripts.xml +++ b/docs/shorewall_extension_scripts.xml @@ -18,7 +18,7 @@ - 2001-2007 + 2001-2010 Thomas M. Eastep @@ -596,6 +596,9 @@ esac Example: my $chainref = $filter_table->{INPUT}; #Same as above with a few less keystrokes; runs faster too + + For imformation about the 'compile' extension script, see the + Manual Chains article.