<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Missing space between NFQUEUE extra parameters"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=992">992</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Missing space between NFQUEUE extra parameters
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>iptables
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>1.4.x
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Ubuntu
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>iptables-save
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>netfilter-buglog@lists.netfilter.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>y.ateya@starkbits.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>