From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Leblond Subject: [ULOGD PATCH 6/7] Update default configuration to fit last changes Date: Wed, 16 Apr 2008 15:22:40 +0200 Message-ID: <12083521623021-git-send-email-eric@inl.fr> References: <4805E566.7010902@netfilter.org> Cc: Eric Leblond To: netfilter-devel@vger.kernel.org Return-path: Received: from bayen.regit.org ([81.57.69.189]:33220 "EHLO localhost" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760681AbYDPNWo (ORCPT ); Wed, 16 Apr 2008 09:22:44 -0400 In-Reply-To: <4805E566.7010902@netfilter.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Default stacks needed to be modified to be in sync MAC2STR plugin which is used by database output modules. The new label configuration variable has been added to some ULOG and NFLOG instances to show that it exists. Signed-off-by: Eric Leblond --- :100644 100644 3def8d1... 578d56b... M ulogd.conf.in ulogd.conf.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ulogd.conf.in b/ulogd.conf.in index 3def8d1..578d56b 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -97,6 +97,7 @@ group=0 [log2] group=1 # Group has to be different from the one use in log1 addressfamily=10 # 10 is value of AF_INET6 +label=1 # State can be used to define the decision applied to packet # ebtables logging through NFLOG [log3] @@ -106,6 +107,7 @@ addressfamily=7 # 7 is value of AF_BRIDGE [ulog1] # netlink multicast group (the same as the iptables --ulog-nlgroup param) nlgroup=1 +#label=0 # optionnal argument [emu1] file="/var/log/ulogd_syslogemu.log" -- 1.5.2.5