[NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack table...
authorPatrick McHardy <kaber@trash.net>
Sun, 8 Jul 2007 05:32:34 +0000 (22:32 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:17:57 +0000 (22:17 -0700)
commitcf6994c2b9812a9f02b99e89df411ffc5db9c779
tree60cd51886db3d35080c6eea8b4b5ba437293bb42
parent4e1d4e6c5a448bd114e0cef6311c974cb7c7385e
[NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack table dumping

Resync expectation table dumping code with conntrack dumping: don't
rely on the unique ID anymore since that requires to walk the list
backwards, which doesn't work with the upcoming conversion to hlists.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_netlink.c