netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Implicit flow tables can't be listed
@ 2016-06-16 10:29 Florian Westphal
  2016-06-22 12:15 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Westphal @ 2016-06-16 10:29 UTC (permalink / raw)
  To: nf-devel

nft currently can't list implicit flow tables, e.g.:

 nft add rule ip filter forward flow { ip daddr counter }

... will work, and it shows up in

'nft list flow tables' as 'flow table __ft0' (or some other number) but

 nft list flow table filter __ft0
... will error out ('unexpected junk, expecting string').

We can either teach scanner.l that __ft{decstring} is a string,
or force users to always provide a name.

Any preference?

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-23 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16 10:29 Implicit flow tables can't be listed Florian Westphal
2016-06-22 12:15 ` Pablo Neira Ayuso
2016-06-22 12:25   ` Florian Westphal
2016-06-23 10:11     ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).