Add warning to zones file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3149 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-12-11 16:13:15 +00:00
parent 1ed05f0fef
commit ebf29460f3
2 changed files with 15 additions and 3 deletions

View File

@ -28,6 +28,8 @@ Changes in 3.0.3
14) Change default for CLEAR_TC to "Yes". 14) Change default for CLEAR_TC to "Yes".
15) Added warning to the zones file.
Changes in 3.0.2 Changes in 3.0.2
1) Typos in the Samples corrected. 1) Typos in the Samples corrected.

View File

@ -5,6 +5,16 @@
# #
# This file determines your network zones. # This file determines your network zones.
# #
# WARNING: The format of this file changed in Shorewall 3.0.0. You can
# continue to use your old records provided that you set
# IPSECFILE=ipsec in /etc/shorewall/shorewall.conf. This will
# signal Shorewall that the IPSEC-related zone options are
# still specified in /etc/shorewall/ipsec rather than in this
# file.
#
# To use records in the format described below, you must have
# IPSECFILE=zones specified in /etc/shorewall/shorewall.conf.
#
# Columns are: # Columns are:
# #
# ZONE Short name of the zone (5 Characters or less in length). # ZONE Short name of the zone (5 Characters or less in length).
@ -90,9 +100,9 @@
# #ZONE TYPE OPTIONS IN OUT # #ZONE TYPE OPTIONS IN OUT
# # OPTIONS OPTIONS # # OPTIONS OPTIONS
# fw firewall # fw firewall
# net # net ipv4
# loc # loc ipv4
# dmz # dmz ipv4
# #
# #
# For more information, see http://www.shorewall.net/Documentation.htm#Zones # For more information, see http://www.shorewall.net/Documentation.htm#Zones