]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iprange: do accept non-ranges for xt_iprange v1 (log)
authorJan Engelhardt <jengelh@medozas.de>
Sun, 25 Oct 2009 10:34:55 +0000 (11:34 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 25 Oct 2009 10:34:55 +0000 (11:34 +0100)
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 <jengelh@medozas.de>

No differences found