]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Reduce __nft_rule_del() signature
authorPhil Sutter <phil@nwl.cc>
Thu, 20 Dec 2018 15:09:06 +0000 (16:09 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 27 Dec 2018 18:19:01 +0000 (19:19 +0100)
commit9975b6da9f926994bcea8ae788e47aab4b5b235e
tree205d71fa0bf3f7408531ed55ca8f908c61b47275
parente774b15299c271a4c7570899591cf1b7960477ea
nft: Reduce __nft_rule_del() signature

The function does not use passed struct nftnl_rule_list, so remove it
from its parameters.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
iptables/nft.c