[Bug 727] Open your firewall by a simple typo
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Mon Jul 4 09:40:07 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=727
Richard Lucassen <rl-20100926 at xaq.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rl-20100926 at xaq.nl
--- Comment #1 from Richard Lucassen <rl-20100926 at xaq.nl> 2011-07-04 09:40:06 ---
Two minor things:
1) iptables accepts this wrong syntax without any warning:
-o eth0,eth1
This rule just doesn't work.
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
it's just more readable than:
iptables -A INPUT -s 10.1.1.1,10.1.1.2,10.1.1.3 -j ACCEPT
R.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list