Extend example of length-range in tcrules

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3836 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-05-02 17:10:50 +00:00
parent 33937e27f8
commit 25bf96ecb5
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@
# #
# Columns are: # Columns are:
# #
# SOURCE(optonal) An ip address (network or host) that # SOURCE(optional)
# An ip address (network or host) that
# matches the source IP address in a packet. # matches the source IP address in a packet.
# May also be specified as an interface # May also be specified as an interface
# name optionally followed by ":" and an # name optionally followed by ":" and an

View File

@ -192,7 +192,8 @@
# it empy or place an "-" here, no length match will be # it empy or place an "-" here, no length match will be
# done. # done.
# #
# Examples: 1024, 64:1500 # Examples: 1024, 64:1500, :100 (packet of length
# 100 bytes or less)
# #
# Example 1: # Example 1:
# #