CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/02/19 22:03:37
Modified files: sys/net : if_mpe.c if_mpip.c Log message: move from calling l3 protocol input handlers to using if_vinput. if_vinput requires mpsafe interface counters, so add those in. this factors out some more code between drivers. monitor mode will work on these interfaces now too.