From e3035d6756048121766e63c328efcc4e3c595611 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 24 Nov 2012 14:59:30 +0100 Subject: 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 --- ulogd.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ulogd.conf.in') 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 -- cgit v1.2.3