From: Pablo Neira Ayuso Date: Tue, 11 Oct 2005 03:55:49 +0000 (-0700) Subject: [NETFILTER] ctnetlink: add one nesting level for TCP state X-Git-Tag: v2.6.14-rc5~68^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c73b78e3706bd3c336d4730a01dd4081dfb7ee;p=pandora-kernel.git [NETFILTER] ctnetlink: add one nesting level for TCP state To keep consistency, the TCP private protocol information is nested attributes under CTA_PROTOINFO_TCP. This way the sequence of attributes to access the TCP state information looks like here below: CTA_PROTOINFO CTA_PROTOINFO_TCP CTA_PROTOINFO_TCP_STATE instead of: CTA_PROTOINFO CTA_PROTOINFO_TCP_STATE Signed-off-by: Pablo Neira Ayuso Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed