[NETFILTER]: don't use nested attributes for conntrack_expect
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 03:04:07 +0000 (20:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:40:09 +0000 (15:40 -0700)
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 <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found