From 7a5707020590ac7e0b6a94ba873e3ca9323c40dd Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 2 May 2006 18:00:33 +0000 Subject: [PATCH] Improve LENGTH documentation in tcrules git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3838 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/tcrules | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Shorewall/tcrules b/Shorewall/tcrules index 444b64ff7..9cec8e796 100644 --- a/Shorewall/tcrules +++ b/Shorewall/tcrules @@ -188,9 +188,12 @@ # LENGTH (Optional) Packet Length. This field, if present # allow you to match the length of a packet against # a specific value or range of values. You must have -# iptables length support for this to work. If you let -# it empy or place an "-" here, no length match will be -# done. +# iptables length support for this to work. +# A range is specified in the form : +# where either or (but not both) may be +# omitted. If is omitted, then 0 is assumed; if +# is omitted, than any packet that is or +# longer will match. # # Examples: 1024, 64:1500, :100 (packet of length # 100 bytes or less)