On Wed, Jun 07, 2017 at 12:24:09PM +0200, Florian Westphal wrote:
> In case of bitmask types (tcp flags, ct eventmask) nft
> allows to use comma operator to test multiple values, i.e.
> tcp flags syn,ack   ct event new,destroy etc.
> 
> But currently nft fails to use this when used in a statement, i.e.
>    ... ct eventmask set new,destroy
> gives:
> syntax error, unexpected comma
> 
> This allows makes this work, it is the same as
>    ct eventmask set new|destroy
> 
> Suggested-by: Pablo Neira Ayuso <[email protected]>
> Signed-off-by: Florian Westphal <[email protected]>

Much nicer! Thanks for working on this!

Acked-by: Pablo Neira Ayuso <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to