Sabrina Dubroca <s...@queasysnail.net> wrote:
> Commit 6979625686ec ("relational: Eliminate meta OPs") introduced some
> bugs when printing bitmask types.
> 
> First, during the post-processing phase of delinearization, the
> expression for "tcp flags syn" (PAYLOAD & flag != 0) gets converted to
> PAYLOAD == flag, which is not equivalent. This should be
> PAYLOAD (IMPL) flag.

Applied, thanks for finding/fixing this.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to