On Fri, Mar 07, 2014 at 11:43:13AM +0100, Giuseppe Longo wrote: > Wrong arguments are passed to is_same_interfaces > that causes sometimes to delete a wrong rule. > See the example below: > > arptables-compat -A INPUT -i eth0 -j ACCEPT > arptables-compat -A INPUT -i eth1 -j ACCEPT > arptables-compat -A INPUT -i eth2 -j ACCEPT > > arptables-compat -L > Chain INPUT (policy ACCEPT) > target prot opt source destination > -j ACCEPT -i eth0 > -j ACCEPT -i eth1 > -j ACCEPT -i eth2 > > arptables-compat -D INPUT -i eth2 -j ACCEPT > > arptables-compat -L > Chain INPUT (policy ACCEPT) > target prot opt source destination > -j ACCEPT -i eth1 > -j ACCEPT -i eth2 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