On Tue, Aug 06, 2013 at 02:23:44PM -0400, Laurence J. Lane wrote: > Debian Bug#718810 reports a problem with the state match across > iptables versions. The following rules were created with the same > states using 1.4.14. The state information on the state match do now > show with 1.4.19.1's iptables-save or " iptables -L". The conntrack > match's ctstate works as expected with the upgrade. Can't seem to reproduce the problem here: # /usr/local/ipt1414/sbin/iptables -V iptables v1.4.14 # /usr/local/ipt1414/sbin/iptables -A foo -m state --state RELATED,ESTABLISHED -j ACCEPT # /usr/local/ipt1414/sbin/iptables -nvL foo Chain foo (0 references) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED # /usr/local/iptables/sbin/iptables -V iptables v1.4.19.1 # /usr/local/iptables/sbin/iptables -nvL foo Chain foo (0 references) pkts bytes target prot opt in out source destination 0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED Perhaps kernel revision sensitive? Phil -- 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