Re: [PATCH nf] netfilter: nf_tables: release chain in flushing set

2018-08-31 Thread Pablo Neira Ayuso
On Sun, Aug 26, 2018 at 02:35:44AM +0900, Taehee Yoo wrote: > When element of verdict map is deleted, the delete routine should > release chain. however, flush element of verdict map routine doesn't > release chain. > > test commands: >%nft add table ip filter >%nft add chain ip filter c1

[PATCH nf] netfilter: nf_tables: release chain in flushing set

2018-08-25 Thread Taehee Yoo
When element of verdict map is deleted, the delete routine should release chain. however, flush element of verdict map routine doesn't release chain. test commands: %nft add table ip filter %nft add chain ip filter c1 %nft add map ip filter map1 { type ipv4_addr : verdict \; } %nft