With table netdev filter { chain input {type filter hook ingress device "eth2" priority filter; policy accept;
ether type arp drop ether type vlan drop ether type 0x9000 drop } }in place those package types are visible (showing) during a packet capture (wirehshark ssh remote) on that interface. Is this to be expected as the packet is being captured prior being dropped by NFT or does indicate that the packages are not being dropped?