From ff7a23663abef4ada0f44c190fa0458eeeabd6f5 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 22 Dec 2002 19:00:24 +0000 Subject: [PATCH] Fix bug in blacklist logging git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@382 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Samples/three-interfaces/policy | 6 ++++++ Samples/three-interfaces/rules | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/Samples/three-interfaces/policy b/Samples/three-interfaces/policy index de01405cd..338e7cf68 100644 --- a/Samples/three-interfaces/policy +++ b/Samples/three-interfaces/policy @@ -29,6 +29,12 @@ # log message is generated. See syslog.conf(5) for a # description of log levels. # +# Beginning with Shorewall version 1.3.12, you may +# also specify ULOG (must be in upper case). This will +# log to the ULOG target and sent to a separate log +# through use of ulogd +# (http://www.gnumonks.org/projects/ulogd). +# # If you don't want to log but need to specify the # following column, place "_" here. # diff --git a/Samples/three-interfaces/rules b/Samples/three-interfaces/rules index aacea2033..9f2ee4aa9 100755 --- a/Samples/three-interfaces/rules +++ b/Samples/three-interfaces/rules @@ -31,6 +31,13 @@ # level (e.g, REJECT:info). This causes the packet to be # logged at the specified level. # +# Beginning with Shorewall version 1.3.12, you may +# also specify ULOG (must be in upper case) as a log level.\ +# This will log to the ULOG target and sent to a separate log +# through use of ulogd +# (http://www.gnumonks.org/projects/ulogd). +# +# # SOURCE Source hosts to which the rule applies. May be a zone # defined in /etc/shorewall/zones, $FW to indicate the # firewall itself, or "all" If the ACTION is DNAT or