CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2020/04/27 04:06:45
Modified files: sys/dev/pci : if_bnxt.c Log message: When creating the rx filter, indicate we want to match against the outermost packet headers, rather than the headers inside any of the tunnel protocols the nic firmware understands. This allows us to receive gre, ipip, mpls, etc. packets without putting the interface in promisc mode. ok dlg@