]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
fix config file: MAC2STR has been renamed to HWHDR.
authorEric Leblond <eric@inl.fr>
Mon, 12 Jan 2009 22:56:12 +0000 (23:56 +0100)
committerEric Leblond <eric@inl.fr>
Tue, 13 Jan 2009 07:20:32 +0000 (08:20 +0100)
This patch replaces all MAC2STR occurences by HWHDR to sync with the
renaming of the plugin.

ulogd.conf.in

index 7022bf6306e3ea0438465c1e72ee08f73f2e6723..3bb0ee855f80a9959654fcdb773278a1b9c5f3e8 100644 (file)
@@ -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