]> git.ipfire.org Git - thirdparty/nftables.git/commit
rule: broken handle listing of table and named objects
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Mar 2018 17:22:00 +0000 (18:22 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Mar 2018 17:22:00 +0000 (18:22 +0100)
commit4721c3b91f9a37da62b2db1524e254a0f36cebf9
tree493eb0899235a01399682d980064625f07e4840d
parent2783e89a5cfe0d464f0cbb1f42e1e02e432fca92
rule: broken handle listing of table and named objects

Now listing looks good:

 table ip test-ip {
        counter https-traffic {
                packets 0 bytes 0
        } # handle 1
 } # handle 847

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