Fix typo in shorewall.conf

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1765 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-11-25 20:24:21 +00:00
parent 7cf5204bd0
commit 0c3bf6f598
6 changed files with 15 additions and 2 deletions

View File

@ -83,3 +83,7 @@ Changes in 2.0.11
4) Added NNTPS to action.AllowNNTP. 4) Added NNTPS to action.AllowNNTP.
5) Fix install.sh 5) Fix install.sh
Changes in 2.0.12
1) Correct typo in shorewall.conf.

View File

@ -188,4 +188,7 @@ install has been corrected.
New Features in 2.0.11 New Features in 2.0.11
1) The AllowNNTP action now allows NNTP over SSL/TLS (NTTPS). 1) The AllowNNTP action now allows NNTP over SSL/TLS (NTTPS).
-----------------------------------------------------------------------
Problems corrected in 2.0.12
1) A typo in shorewall.conf (NETNOTSYN) has been corrected.

View File

@ -469,7 +469,7 @@ MUTEX_TIMEOUT=60
# A packet is said to be NEW if it is not part of or related to an already # A packet is said to be NEW if it is not part of or related to an already
# established connection. # established connection.
# #
# The NETNOTSYN option determines the handling of non-SYN packets (those with # The NEWNOTSYN option determines the handling of non-SYN packets (those with
# SYN off or with ACK or RST on) that are not associated with an already # SYN off or with ACK or RST on) that are not associated with an already
# established connection. # established connection.
# #

View File

@ -142,3 +142,5 @@ Changes since 2.0.3
68) Fix "shorewall add" 68) Fix "shorewall add"
69) Change CLIENT PORT(S) to SOURCE PORT(S) in tcrules file. 69) Change CLIENT PORT(S) to SOURCE PORT(S) in tcrules file.
70) Correct typo in shorewall.conf.

View File

@ -128,6 +128,10 @@ Problems corrected since 2.2.0 Beta 3.
4) The "shorewall add" command previously reported success but did 4) The "shorewall add" command previously reported success but did
nothing -- now it works. nothing -- now it works.
Problems corrected since 2.2.0 Beta 4:
1) A typo in shorewall.conf (NETNOTSYN) has been corrected.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0 to Shorewall 2.1: Issues when migrating from Shorewall 2.0 to Shorewall 2.1:

View File

@ -541,7 +541,7 @@ MUTEX_TIMEOUT=60
# A packet is said to be NEW if it is not part of or related to an already # A packet is said to be NEW if it is not part of or related to an already
# established connection. # established connection.
# #
# The NETNOTSYN option determines the handling of non-SYN packets (those with # The NEWNOTSYN option determines the handling of non-SYN packets (those with
# SYN off or with ACK or RST on) that are not associated with an already # SYN off or with ACK or RST on) that are not associated with an already
# established connection. # established connection.
# #