Fix typo in interfaces file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1809 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-12-07 15:56:53 +00:00
parent 0e3ea56803
commit 40a8fc5103
3 changed files with 7 additions and 1 deletions

View File

@ -103,3 +103,5 @@ Changes in 2.0.13
Changes in 2.0.14 Changes in 2.0.14
1) Log drops due to policy rate limiting. 1) Log drops due to policy rate limiting.
2) Fix typo in interfaces file.

View File

@ -29,7 +29,7 @@
# #
# BROADCAST The broadcast address for the subnetwork to which the # BROADCAST The broadcast address for the subnetwork to which the
# interface belongs. For P-T-P interfaces, this # interface belongs. For P-T-P interfaces, this
# column is left black.If the interface has multiple # column is left blank.If the interface has multiple
# addresses on multiple subnets then list the broadcast # addresses on multiple subnets then list the broadcast
# addresses as a comma-separated list. # addresses as a comma-separated list.
# #

View File

@ -255,3 +255,7 @@ New Features in 2.0.14
exceeded the specified rate was silently dropped. Now, if a log exceeded the specified rate was silently dropped. Now, if a log
level is given in the entry (LEVEL column) then drops are logged at level is given in the entry (LEVEL column) then drops are logged at
that level at a rate of 5/min with a burst of 5. that level at a rate of 5/min with a burst of 5.
-----------------------------------------------------------------------
Problems corrected in 2.0.14
1) A typo in the /etc/shorewall/interfaces file has been fixed.