<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 - physdev extension not working"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1143">1143</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>physdev extension not working
          </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>Debian GNU/Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

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

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

        <tr>
          <th>Reporter</th>
          <td>phaoost@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello,

I find physdev match is not working.

I am trying to drop tcp traffic on bridged port but it shows no effect:

I run on machine with bridge:

~# brctl show|grep tap40
                                                        tap40
~# iptables -I FORWARD -m physdev --physdev-is-bridged --physdev-out tap40 -p
tcp -j DROP

Then from other machine I am trying to reach the IP behind tap40 interface with
telnet and getting connected.

~# iptables -nvL|grep phy
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0  
         PHYSDEV match --physdev-out tap40 --physdev-is-bridged

I find the physdev match has no effect.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>