Displaying 1 result from an estimated 1 matches for "starkbits".
Did you mean:
  smartbits
  
2014 Dec 30
1
[Bug 992] New: Missing space between NFQUEUE extra parameters
...oduct: 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...