On Wed, Oct 30, 2019 at 06:06:19PM +0100, Eric Jallot wrote: > This patch allows you to dump a named flowtable. > > # nft list flowtable inet t f > table inet t { > flowtable f { > hook ingress priority filter + 10 > devices = { eth0, eth1 } > } > } > > Also: > libnftables-json.adoc: fix missing quotes. Applied, thanks.