]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: restore nft list tables
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 3 Aug 2015 16:04:43 +0000 (18:04 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 3 Aug 2015 16:07:30 +0000 (18:07 +0200)
commitb4100ba0a86b0f8ed5cfc6af9b754e2e97e50b69
treed852209f88debdea7d30bf1bb7d94632295fecef
parent0abfb2b7e01ca07efe1be16a1a5bd8925340dc41
src: restore nft list tables

Iterate over the ctx->list which is where the table objects are after
calling netlink_list_tables().

Fixes: e4d21958c835 ("rule: add do_list_tables()")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/rule.c