<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [log] reports dropping other frames than specified blocked ether type vlan frames"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1468#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [log] reports dropping other frames than specified blocked ether type vlan frames"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1468">bug 1468</a>
              from <span class="vcard"><a class="email" href="mailto:vtolkm@gmail.com" title="vtolkm@gmail.com">vtolkm@gmail.com</a>
</span></b>
        <pre>something curious going on there, now with a netdev conf changed to:

ether type 0x8005 log flags all prefix "nd et 805 DROP: " drop;
ether type 0x0806 log flags all prefix "nd et arp DROP: " drop;
ether type 0x8068 log flags all prefix "nd et 068 DROP: " drop;
ether type 0x8100 log flags all prefix "nd et vlan DROP: " drop;
ether type 0x880C log flags all prefix "nd et 80C DROP: " drop;
ether type 0x8847 log flags all prefix "nd et 847 DROP: " drop;
ether type 0x8848 log flags all prefix "nd et 848 DROP: " drop;
ether type 0x9000 log flags all prefix "nd et 000 DROP: " drop;

the log even prints:

[Sat Sep 26 09:54:48 2020] nd et vlan DROP: IN=eth2 OUT= ARP HTYPE=1
PTYPE=0x0800 OPCODE=1 MACSRC=78:ba:f9:73:f5:74 IPSRC=10.238.192.1
MACDST=00:00:00:00:00:00 IPDST=10.238.249.167

____

This a bit unsettling, not knowing whether the logs prints erroneously or the
netdev filter firing wrong.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>