Hi, On Mon, Feb 07, 2022 at 03:04:16PM +0100, Pablo Neira Ayuso wrote: > On Mon, Feb 07, 2022 at 02:29:15PM +0100, Florian Westphal wrote: > > Florian Westphal <fw@xxxxxxxxx> wrote: > > > flow statement has no export, its shown as: > > > ".. }, "flow add @ft" ] } }" > > > > > > With this patch: > > > > > > ".. }, {"flow": {"op": "add", "flowtable": "@ft"}}]}}" > > > > This is based on the 'set' statement. If you prefer the @ to > > be removed let me know. > > Then, it is consistent with the existing syntax. So either we consider > deprecating the @ on the 'set' statement (while retaining backward > compatibility) or flowtable also includes it as in your patch. ACK, we should strive for internal consistency. I admittedly don't recall why I added the '@' prefix in output, parser even demands it. Dropping (i.e., omitting in output and accepting non-prefixed input) is fine with me! Thanks, Phil