CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/01/28 12:53:06
Modified files: sys/dev/pv : if_vio.c Log message: vio: set the flowid to the rx queue number We don't currently have anything better and without this, all packets are sent on the same queue for udp forwarding. ok dlg@