Fix misleading typo in tunnels file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1869 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2004-12-30 16:08:41 +00:00
parent 86bd2afd97
commit ea21ad20dc
6 changed files with 14 additions and 2 deletions

View File

@ -107,3 +107,6 @@ Changes in 2.0.14
2) Fix typo in interfaces file. 2) Fix typo in interfaces file.
3) Eliminate "bad variable" errors during stop/clear. 3) Eliminate "bad variable" errors during stop/clear.
4) Fix typo in tunnels file.

View File

@ -262,3 +262,8 @@ Problems corrected in 2.0.14
2) "bad variable" error messages occurring during "shorewall stop" and 2) "bad variable" error messages occurring during "shorewall stop" and
"shorewall clear" have been eliminated. "shorewall clear" have been eliminated.
3) A misleading typo in /etc/shorewall/tunnels has been corrected.

View File

@ -9,7 +9,7 @@
# #
# The columns are: # The columns are:
# #
# TYPE -- must start in column 1 and be "ipsec", "ipsecnat","ip" # TYPE -- must start in column 1 and be "ipsec", "ipsecnat","ipip"
# "gre", "6to4", "pptpclient", "pptpserver", "openvpn" or # "gre", "6to4", "pptpclient", "pptpserver", "openvpn" or
# "generic" # "generic"
# #

View File

@ -198,3 +198,5 @@ Changes since 2.0.3
96) Correct rate limiting rule example. 96) Correct rate limiting rule example.
97) Fix <if>:: handling in setup_masq(). 97) Fix <if>:: handling in setup_masq().
98) Fix mis-leading typo in tunnels.

View File

@ -205,6 +205,8 @@ Problems corrected since 2.2.0 RC2
3) Entries in /etc/shorewall/masq with the INTERFACE column containing 3) Entries in /etc/shorewall/masq with the INTERFACE column containing
<ifname>:: would generate a progress message but would not generate <ifname>:: would generate a progress message but would not generate
an iptables rule. an iptables rule.
4) A misleading typo in /etc/shorewall/tunnels has been corrected.
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0 to Shorewall 2.2: Issues when migrating from Shorewall 2.0 to Shorewall 2.2:

View File

@ -9,7 +9,7 @@
# #
# The columns are: # The columns are:
# #
# TYPE -- must start in column 1 and be "ipsec", "ipsecnat","ip" # TYPE -- must start in column 1 and be "ipsec", "ipsecnat","ipip"
# "gre", "6to4", "pptpclient", "pptpserver", "openvpn" or # "gre", "6to4", "pptpclient", "pptpserver", "openvpn" or
# "generic" # "generic"
# #