From: Pablo Neira Ayuso Date: Wed, 4 Sep 2013 18:57:48 +0000 (+0200) Subject: netfilter: cttimeout: allow to set/get default protocol timeouts X-Git-Tag: v3.13-rc1~105^2~227^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91cb498e6a34b429a032f8cfbb57dde28cd20e0c;p=pandora-kernel.git netfilter: cttimeout: allow to set/get default protocol timeouts Default timeouts are currently set via proc/sysctl interface, the typical pattern is a file name like: /proc/sys/net/netfilter/nf_conntrack_PROTOCOL_timeout_STATE This results in one entry per default protocol state timeout. This patch simplifies this by allowing to set default protocol timeouts via cttimeout netlink interface. This should allow us to get rid of the existing proc/sysctl code in the midterm. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed