commit | cf6994c2b9812a9f02b99e89df411ffc5db9c779 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sat Jul 07 22:32:34 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jul 10 22:17:57 2007 -0700 |
tree | 60cd51886db3d35080c6eea8b4b5ba437293bb42 | |
parent | 4e1d4e6c5a448bd114e0cef6311c974cb7c7385e [diff] |
[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>