diff options
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r-- | ulogd.conf.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in index 9a04bf7..6e0b7c7 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -26,7 +26,6 @@ logfile="/var/log/ulogd.log" # 2. options for each plugin in seperate section below #plugin="@pkglibdir@/ulogd_inppkt_NFLOG.so" -#plugin="@pkglibdir@/ulogd_inppkt_ULOG.so" #plugin="@pkglibdir@/ulogd_inppkt_UNIXSOCK.so" #plugin="@pkglibdir@/ulogd_inpflow_NFCT.so" #plugin="@pkglibdir@/ulogd_filter_IFINDEX.so" @@ -58,9 +57,6 @@ logfile="/var/log/ulogd.log" # this is a stack for packet-based logging via LOGEMU #stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU -# this is a stack for ULOG packet-based logging via LOGEMU -#stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU - # this is a stack for packet-based logging via LOGEMU with filtering on MARK #stack=log2:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU @@ -175,11 +171,6 @@ numeric_label=1 # you can label the log info based on the packet verdict #netlink_socket_buffer_maxsize=1085440 #bind=1 -[ulog1] -# netlink multicast group (the same as the iptables --ulog-nlgroup param) -nlgroup=1 -#numeric_label=0 # optional argument - [nuauth1] socket_path="/tmp/nuauth_ulogd2.sock" |