On Wed, Apr 06, 2016 at 02:10:52PM +0200, Arturo Borrero Gonzalez wrote: > The iptables command: > -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE > > should translate to: > tcp flags & fin|syn|rst|psh|ack|urg == 0x0 > > instead of: > tcp flags & fin|syn|rst|psh|ack|urg == none Applied, thanks. -- 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