CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2025/05/15 04:16:40
Modified files: sys/net : if_pppoe.c Log message: let's packets being sent out pppoe interfaces bypass queues and go straight onto the underlying interface. it's complementary to src/sys/net/if_pppoe.c r1.85 "let pppoe data packets go through if_vinput instead of the pppoeinq", but where that skipped a queue on the rx side, this diff does it on the tx side. hard-work from dlg@ with and ok dlg@