commit | 9858a3ae1d4b390fbaa9c30b83cb66d861b76294 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Jun 13 12:28:22 2009 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Sat Jun 13 12:28:22 2009 +0200 |
tree | 897127b38a48de3c8c404431303614218ba2bc0f | |
parent | a0891aa6a635f658f29bb061a00d6d3486941519 [diff] |
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy() This patch moves the helper destruction to a function that lives in nf_conntrack_helper.c. This new function is used in the patch to add ctnetlink reliable event delivery. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net>