From: Harald Welte Date: Wed, 10 Aug 2005 03:04:07 +0000 (-0700) Subject: [NETFILTER]: don't use nested attributes for conntrack_expect X-Git-Tag: v2.6.14-rc1~1035^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1444fc559b01aa5d4fedf4ee4f306a9e9cd56f95;p=pandora-kernel.git [NETFILTER]: don't use nested attributes for conntrack_expect We used to use nested nfattr structures for ip_conntrack_expect. This is bogus, since ip_conntrack and ip_conntrack_expect are communicated in different netlink message types. both should be encoded at the top level attributes, no extra nesting required. This patch addresses the issue. Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed