All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton <anton.vazir@gmail.com>
To: "Eric Leblond" <eric@inl.fr>
Cc: "Netfilter Developer Mailing List" <netfilter-devel@vger.kernel.org>
Subject: Re: SVN ULOG2
Date: Sat, 12 Apr 2008 13:07:33 +0500	[thread overview]
Message-ID: <200804121307.33557.anton.vazir@gmail.com> (raw)
In-Reply-To: <53696.62.160.220.138.1207832972.squirrel@mail.inl.fr>

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

Patch is attached

On Thursday 10 April 2008 18:09, Eric Leblond wrote:
> > Maybe it's worth to add this line into a sample
> > ulogd.conf to avoid stupid questions from newbees like
> > me :)
>
> Just send to the ML a patch to ulogd.conf.in with these
> modifications ;)

[-- Attachment #2: conf.ini.diff --]
[-- Type: text/x-diff, Size: 1043 bytes --]

diff -Naur ulogd2/ulogd.conf.in ulogd2-doc/ulogd.conf.in
--- ulogd2/ulogd.conf.in	2008-04-12 13:02:50.000000000 +0500
+++ ulogd2-doc/ulogd.conf.in	2008-04-12 13:04:40.000000000 +0500
@@ -39,6 +39,7 @@
 plugin="@libdir@/ulogd/ulogd_filter_IP2STR.so"
 plugin="@libdir@/ulogd/ulogd_filter_IP2BIN.so"
 plugin="@libdir@/ulogd/ulogd_filter_PRINTPKT.so"
+plugin="@libdir@/ulogd/ulogd_filter_MAC2STR.so"
 plugin="@libdir@/ulogd/ulogd_filter_PRINTFLOW.so"
 plugin="@libdir@/ulogd/ulogd_output_LOGEMU.so"
 plugin="@libdir@/ulogd/ulogd_output_SYSLOG.so"
@@ -74,7 +75,7 @@
 #stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,ip2bin1:IP2BIN,mysql1:MYSQL
 
 # this is a stack for logging IPv6 packet to PGsql after a collect via NFLOG
-#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,pgsql1:PGSQL
+#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,mac2str1:MAC2STR,pgsql1:PGSQL
 
 # this is a stack for logging ebtables packets to syslog after a collect via NFLOG
 #stack=log3:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,sys1:SYSLOG

  reply	other threads:[~2008-04-12  8:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-09 10:20 SVN ULOG2 Anton
2008-04-09 11:01 ` Pablo Neira Ayuso
2008-04-09 11:24   ` Anton
2008-04-10  8:19     ` Anton VG
2008-04-10  9:25       ` Eric Leblond
2008-04-10 10:55         ` Anton VG
2008-04-10 11:00           ` Eric Leblond
2008-04-10 12:16             ` Anton
2008-04-10 12:34               ` Eric Leblond
2008-04-10 13:03                 ` Anton
2008-04-10 13:09                   ` Eric Leblond
2008-04-12  8:07                     ` Anton [this message]
2008-04-13  1:28                       ` Pablo Neira Ayuso
2008-04-10  7:13   ` Anton VG

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200804121307.33557.anton.vazir@gmail.com \
    --to=anton.vazir@gmail.com \
    --cc=eric@inl.fr \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.