From: Eric Leblond Date: Mon, 12 Jan 2009 22:56:12 +0000 (+0100) Subject: fix config file: MAC2STR has been renamed to HWHDR. X-Git-Tag: ulogd-2.0.0beta3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d7ed0fecdead328e11ea6939d2ed8375b614a1;p=thirdparty%2Fulogd2.git 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. --- 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