forked from extern/shorewall_code
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:
parent
86bd2afd97
commit
ea21ad20dc
@ -107,3 +107,6 @@ Changes in 2.0.14
|
||||
2) Fix typo in interfaces file.
|
||||
|
||||
3) Eliminate "bad variable" errors during stop/clear.
|
||||
|
||||
4) Fix typo in tunnels file.
|
||||
|
||||
|
@ -262,3 +262,8 @@ Problems corrected in 2.0.14
|
||||
|
||||
2) "bad variable" error messages occurring during "shorewall stop" and
|
||||
"shorewall clear" have been eliminated.
|
||||
|
||||
3) A misleading typo in /etc/shorewall/tunnels has been corrected.
|
||||
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#
|
||||
# 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
|
||||
# "generic"
|
||||
#
|
||||
|
@ -198,3 +198,5 @@ Changes since 2.0.3
|
||||
96) Correct rate limiting rule example.
|
||||
|
||||
97) Fix <if>:: handling in setup_masq().
|
||||
|
||||
98) Fix mis-leading typo in tunnels.
|
||||
|
@ -205,6 +205,8 @@ Problems corrected since 2.2.0 RC2
|
||||
3) Entries in /etc/shorewall/masq with the INTERFACE column containing
|
||||
<ifname>:: would generate a progress message but would not generate
|
||||
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:
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#
|
||||
# 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
|
||||
# "generic"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user