[Bug 727] Open your firewall by a simple typo
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Sat Jul 9 16:20:10 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=727
Jan Engelhardt <jengelh at medozas.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Jan Engelhardt <jengelh at medozas.de> 2011-07-09 16:20:09 ---
>iptables -A FORWARD -s 10.1.1.1,10.1.1.2, -j ACCEPT
Fixed; (c0e69db337540b22a3b3f739b1143341e7b759b7)
>1) iptables accepts this wrong syntax without any warning: -o eth0,eth1
This is not wrong syntax. For one, -o does not accept lists (and that should be
pretty clear from the manpage), the other is that comma is a valid character in
an interface name.
>2) It would be nice if iptables accepts spaces after a comma:
>iptables -A INPUT -s 10.1.1.1, 10.1.1.2, 10.1.1.3 -j ACCEPT
added; (0c384449ae9511157cd9b34d73f8f4cb71123a45)
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the netfilter-buglog
mailing list