commit | 7047f9d052c379e14b7693bb9f1b766827d0bc40 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 09 18:42:40 2014 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 09 20:17:16 2014 +0100 |
tree | ba7922b54a4c5b8690bba765b7aa9805cf561437 | |
parent | c5c1f975ada48801f1e08e2215714315fa9cf306 [diff] |
netfilter: nf_tables: take AF module reference when creating a table The table refers to data of the AF module, so we need to make sure the module isn't unloaded while the table exists. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>