On Wed, May 08, 2013 at 10:17:59AM +0200, Thomas Jarosch wrote: > Hi, > > I've just updated from iptables 1.4.8 to 1.4.18 (git HEAD to be precise) > and now face some trouble with netmask parsing: > > This used to work with 1.4.8: > -A foo -m policy --mode tunnel --dir in --tunnel-src 192.168.123.0/255.255.255.0 -j RETURN > > With git HEAD I get: > iptables-restore v1.4.18: policy: bad value for option "--tunnel-src", or out of range (0-32) > > > This of course works: > -A foo -m policy --mode tunnel --dir in --tunnel-src 192.168.123.0/24 -j RETURN > > Any reason why we don't accept the full format anymore? No. Things that used to work have to work indeed. Just sent a patch to fix it. Thanks for the report Thomas. -- 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