netfilter: unregister nf hooks, matches and targets in the reverse order
authorChangli Gao <xiaosuo@gmail.com>
Mon, 4 Oct 2010 20:24:12 +0000 (22:24 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Oct 2010 20:24:12 +0000 (22:24 +0200)
Since we register nf hooks, matches and targets in order, we'd better
unregister them in the reverse order.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found