diff --git a/docs/Actions.xml b/docs/Actions.xml
index c82ad5a84..f02fcf7cf 100644
--- a/docs/Actions.xml
+++ b/docs/Actions.xml
@@ -26,6 +26,8 @@
2009
+ 2010
+
Thomas M. Eastep
@@ -619,7 +621,9 @@ Limit:info:SSHA,3,60 net $FW tcp 22For those who are curious, the Limit action is implemented as
follows:
- my @tag = split /,/, $tag;
+ use Shorewall::Chains;
+
+my @tag = split /,/, $tag;
fatal_error 'Limit rules must include <list name>,<max connections>,<interval> as the log tag (' . join( ':', 'Limit', $level eq '' ? 'none' : $level , $tag ) . ')'
unless @tag == 3;