From 86d7ed0fecdead328e11ea6939d2ed8375b614a1 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 12 Jan 2009 23:56:12 +0100 Subject: fix config file: MAC2STR has been renamed to HWHDR. This patch replaces all MAC2STR occurences by HWHDR to sync with the renaming of the plugin. --- ulogd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ulogd.conf.in b/ulogd.conf.in index 7022bf6..3bb0ee8 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -67,10 +67,10 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so" #stack=log2:NFLOG,base1:BASE,pcap1:PCAP # this is a stack for logging packet to MySQL -#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2bin1:IP2BIN,mac2str1:MAC2STR,mysql1:MYSQL +#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2bin1:IP2BIN,mac2str1:HWHDR,mysql1:MYSQL # this is a stack for logging packet to PGsql after a collect via NFLOG -#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,mac2str1:MAC2STR,pgsql1:PGSQL +#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,mac2str1:HWHDR,pgsql1:PGSQL # this is a stack for logging packets to syslog after a collect via NFLOG #stack=log3:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,sys1:SYSLOG -- cgit v1.2.3