[Bug 992] New: Missing space between NFQUEUE extra parameters
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue Dec 30 14:08:48 CET 2014
https://bugzilla.netfilter.org/show_bug.cgi?id=992
Bug ID: 992
Summary: Missing space between NFQUEUE extra parameters
Product: iptables
Version: 1.4.x
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables-save
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: y.ateya at starkbits.com
If this rule is added:
iptables -A OUTPUT -p udp --source-port 4566 -j NFQUEUE --queue-num 0
--queue-bypass
iptables -L result is (OUTPUT chain only):
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
NFQUEUE udp -- 0.0.0.0/0 0.0.0.0/0 udp spt:4566
NFQUEUE num 0 bypass
iptables-save result is (our rule only):
-A OUTPUT -p udp -m udp --sport 4566 -j NFQUEUE --queue-num 0--queue-bypass
Notice that there is no space between 0--queue-bypass . It should be like this:
-A OUTPUT -p udp -m udp --sport 4566 -j NFQUEUE --queue-num 0 --queue-bypass
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20141230/f4f05f3f/attachment.html>
More information about the netfilter-buglog
mailing list