forked from extern/shorewall_code
Rename CLIENT PORT(S) to SOURCE PORT(S) in the tcrules file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1763 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bacb79fe52
commit
01142a5373
@ -140,3 +140,5 @@ Changes since 2.0.3
|
||||
67) Add a rule for NNTPS to action.AllowNNTP
|
||||
|
||||
68) Fix "shorewall add"
|
||||
|
||||
69) Change CLIENT PORT(S) to SOURCE PORT(S) in tcrules file.
|
||||
|
@ -667,3 +667,6 @@ New Features:
|
||||
that column.
|
||||
|
||||
27) The AllowNNTP action now also allows NNTP over SSL/TLS (NNTPS).
|
||||
|
||||
28) For consistency, the CLIENT PORT(S) column in the tcrules file has
|
||||
been renamed SOURCE PORT(S).
|
||||
|
@ -115,7 +115,7 @@
|
||||
# In that case, it is suggested that this field contain
|
||||
# "-"
|
||||
#
|
||||
# CLIENT PORT(S) (Optional) Port(s) used by the client. If omitted,
|
||||
# SOURCE PORT(S) (Optional) Source port(s). If omitted,
|
||||
# any source port is acceptable. Specified as a comma-
|
||||
# separated list of port names, port numbers or port
|
||||
# ranges.
|
||||
|
Loading…
Reference in New Issue
Block a user