Add ULOG Support - phase III

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@364 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-12-13 04:35:04 +00:00
parent 1220331e35
commit 775d9d92ba
2 changed files with 8 additions and 0 deletions

View File

@ -31,4 +31,6 @@ Changes since 1.3.11
14. Added an error message when the destination in a rule contained a 14. Added an error message when the destination in a rule contained a
MAC address. MAC address.
15. Added ULOG target support.

View File

@ -13,3 +13,9 @@ New features include:
4) A "shorewall show classifiers" command has been added which shows 4) A "shorewall show classifiers" command has been added which shows
the current packet classification filters. The output from this the current packet classification filters. The output from this
command is also added as a separate page in "shorewall monitor" command is also added as a separate page in "shorewall monitor"
5) ULOG (must be all caps) is now accepted as a valid syslog level and
causes the subject packets to be logged using the ULOG target rather
than the LOG target. This allows you to run ulogd (available from
www.gnumonks.org/projects/ulogd) and log all Shorewall messages to
a separate log file.