[nftables 0.9.2] NETDEV packet drop vs. packet capture visibility

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux