CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/08/09 08:33:49
Modified files: sys/net : if_vether.c Log message: vether(4) is pretty dummy. It contains nothing requires to be protected. So set `IFXF_MPSAFE' bit. This allows to discard outgoing packets without kernel lock. ok kn@