commit | 62472bcefb56ae9c3a6be3284949ce758656cdec | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Mar 07 19:08:30 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Mar 08 12:35:17 2014 +0100 |
tree | 647c311d780fef18e125005b7eb833002ca599f9 | |
parent | a36e901cf60d4e9a1882d2a98b1a9c60e84aff2c [diff] |
netfilter: nf_tables: restore context for expression destructors In order to fix set destruction notifications and get rid of unnecessary members in private data structures, pass the context to expressions' destructor functions again. In order to do so, replace various members in the nft_rule_trans structure by the full context. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>