On Fri, Apr 04, 2014 at 10:17:23AM +0200, Pablo Neira Ayuso wrote: > On Mon, Mar 17, 2014 at 11:08:38PM +0100, Florian Westphal wrote: > > bitmask types default to flagcmp now, thus do not suppress OP_EQ. Else, > > > > rule filter output tcp flags syn > > rule filter output tcp flags == syn > > > > are both displayed as 'flags syn'. > > I believe that in other selectors: > > selector == value > selector value > > are equivalent. No, it really depends on the base type. For bitmasks the equality relation should be printed explicitly. > I think it's not just that we have to fix the printing, but make it > consistent. What do you propose to change? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html