]> git.ipfire.org Git - thirdparty/nftables.git/commit
rule: add chain reference counter
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 6 Jul 2015 12:29:33 +0000 (14:29 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Aug 2015 23:13:35 +0000 (01:13 +0200)
commit327554218c59902965a160b71c7b6021a0d8bf4b
tree5af22ea3f55a3fde432e2e01f983df92728336c2
parentc54fbd53c73fd0426329bfbeaa99bdda244542a9
rule: add chain reference counter

When adding declared chains to the cache, we may hold more than one single
reference from struct cmd and the cache.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/rule.h
src/rule.c