summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-06-02 01:38:52 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-06-02 01:38:52 +0200
commitbb6bfd9c582f2eaad393803da800df5ac9aa0a9f (patch)
tree7ca87c6f21181f5d971f063ef2a8ba527cabcfd2 /ulogd.conf.in
parent4122928416f0cb32300a756c21ef9bc13311e015 (diff)
improve overrun handling NFLOG
This patch improves the overrun handling. The NFLOG plugin duplicates the netlink buffer size if the size does not goes after the upper boundary. This patch also introduces two new clauses, the netlink_socket_buffer_size and netlink_socket_buffer_maxsize that set the size of the netlink socket buffer.
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index a63026a..be5e585 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -94,6 +94,8 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
[log1]
# netlink multicast group (the same as the iptables --nflog-group param)
group=0
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
# IPv6 logging through NFLOG
[log2]