Re: [PATCH v2] nftables: nft_flush_table: handle chain dependencies

2015-01-05 Thread Pablo Neira Ayuso
On Sat, Dec 27, 2014 at 12:39:25AM +, Asbjoern Sloth Toennesen wrote: > Update: I errously assumed that git add, while writing the commit > message, would be added to the commit. > Based on net-next f96fe225. Compiles and checkpatch clean. > > Jumping between chains doesn't mix well with flush

[PATCH v2] nftables: nft_flush_table: handle chain dependencies

2014-12-26 Thread Asbjoern Sloth Toennesen
Update: I errously assumed that git add, while writing the commit message, would be added to the commit. Based on net-next f96fe225. Compiles and checkpatch clean. Jumping between chains doesn't mix well with flush ruleset, since nft_flush_table doesn't handle chains referencing chains. This way