From: Jan Engelhardt Date: Sun, 25 Oct 2009 10:34:55 +0000 (+0100) Subject: iprange: do accept non-ranges for xt_iprange v1 (log) X-Git-Tag: v1.4.6~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8ff2d12707a5d4215731a1ed90780e62ad8263e;p=thirdparty%2Fiptables.git iprange: do accept non-ranges for xt_iprange v1 (log) Details for commit v1.4.5-11-ga10a12a: "When upgraded to new lenny kernel from 2.6.24 from etch'n'half iprange now does not allow to use single ip-address as its argument: # iptables -A FORWARD -m iprange --src-range 192.168.0.0" References: http://bugs.debian.org/547139 What we have here is that the user is now using iprange v1 from previously v0. Add recognition for single addresses to v1. Signed-off-by: Jan Engelhardt ---