netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 16 Sep 2019 16:33:08 +0000 (18:33 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 20 Sep 2019 08:20:02 +0000 (10:20 +0200)
commitad652f3811d8644d547506154ec9a9c22c8771cd
treeed7bdff7807b9b09142d899c55581c564801167d
parent864668bfc374dfbf4851ec828b9049e08f9057b1
netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it

Default policy is defined as a unsigned 8-bit field, do not use a
negative value to leave it unset, use this new NFT_CHAIN_POLICY_UNSET
instead.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c