From 775d9d92ba944e17d4ff5c9315d70626b43d1666 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 13 Dec 2002 04:35:04 +0000 Subject: [PATCH] Add ULOG Support - phase III git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@364 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/changelog.txt | 2 ++ Shorewall/releasenotes.txt | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 5d93733d1..86815d756 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -31,4 +31,6 @@ Changes since 1.3.11 14. Added an error message when the destination in a rule contained a MAC address. + +15. Added ULOG target support. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 36a6643cb..07bbf95e0 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -13,3 +13,9 @@ New features include: 4) A "shorewall show classifiers" command has been added which shows the current packet classification filters. The output from this 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.