<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - iptables fails to parse interface wildcard "-i +" correctly"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1702#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - iptables fails to parse interface wildcard "-i +" correctly"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1702">bug 1702</a>
              from <span class="vcard"><a class="email" href="mailto:thomas.strangert@emblasoft.com" title="thomas.strangert@emblasoft.com">thomas.strangert@emblasoft.com</a>
</span></b>
        <pre>Now the garbage seems to end with a CR char, making the printout partly
overwrite itself - the line now starts with the +.

# iptables -L -n -v
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
  27M  252G ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0  
         ctstate RELATED,ESTABLISHED
... ...
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0
+  *       0.0.0.0/0            192.168.8.13


# iptables-save
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
... ...
-A INPUT -j DROP
+ -j DROP-d 192.168.8.13/32 -i ▒</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>