summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2012-11-24 14:59:30 +0100
committerEric Leblond <eric@regit.org>2013-01-05 10:55:08 +0100
commite3035d6756048121766e63c328efcc4e3c595611 (patch)
treeaf7980692e28b68f8a98d3dfdfd911f2e043d204 /ulogd.conf.in
parentb91d9a38b9c20cbc66243d188d229f800c57f723 (diff)
nfct: add protocol filter
This patch adds a new configuration variable which is used to limit conntrack event to connection of these protocols: For example: accept_proto_filter=tcp,sctp
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index fa1fbf2..783cb2b 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -129,6 +129,7 @@ plugin="@pkglibdir@/ulogd_output_GRAPHITE.so"
# In this case, you can use the following filters on events:
#accept_src_filter=192.168.1.0/24,1:2::/64 # source ip of connection must belong to these networks
#accept_dst_filter=192.168.1.0/24 # destination ip of connection must belong to these networks
+#accept_proto_filter=tcp,sctp # layer 4 proto of connections
[ct2]
#netlink_socket_buffer_size=217088