From: Pablo Neira Ayuso Date: Wed, 29 Nov 2006 01:35:32 +0000 (+0100) Subject: [NETFILTER]: ctnetlink: rework conntrack fields dumping logic on events X-Git-Tag: v2.6.20-rc1~34^2~40^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b621c1ea64a54f77b8a841b16dc4c9fee3ecf48;p=pandora-kernel.git [NETFILTER]: ctnetlink: rework conntrack fields dumping logic on events | NEW | UPDATE | DESTROY | ----------------------------------------| tuples | Y | Y | Y | status | Y | Y | N | timeout | Y | Y | N | protoinfo | S | S | N | helper | S | S | N | mark | S | S | N | counters | F | F | Y | Leyend: Y: yes N: no S: iif the field is set F: iif overflow This patch also replace IPCT_HELPINFO by IPCT_HELPER since we want to track the helper assignation process, not the changes in the private information held by the helper. Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed