summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-01-12 23:56:12 +0100
committerEric Leblond <eric@inl.fr>2009-01-13 08:20:32 +0100
commit86d7ed0fecdead328e11ea6939d2ed8375b614a1 (patch)
tree475217cb0b07fc2968657e10afd27d1619c14519 /ulogd.conf.in
parent543d973caed160cfc301ab636aa33412aac67d79 (diff)
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.
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in4
1 files 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