Skip to content

Commit

Permalink
netfilter: nf_tables: add helpers to schedule objects deletion
Browse files Browse the repository at this point in the history
This patch refactor the code to schedule objects deletion.
They are useful in follow-up patches.

In order to be able to use these new helper functions in all the code,
they are placed in the top of the file, with all the dependant functions
and symbols.

nft_rule_disactivate_next has been renamed to nft_rule_deactivate.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Arturo Borrero authored and Pablo Neira Ayuso committed Sep 9, 2014
1 parent c435201 commit ee01d54
Showing 1 changed file with 194 additions and 169 deletions.
Loading

0 comments on commit ee01d54

Please sign in to comment.