CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2015/07/20 17:15:54
Modified files: sys/net : if_pflow.c if_pflow.h Log message: Use the kernel socket interface (sosend(9) etc) instead of shoving packets directly into the network stack with ip_output(). The locking is intentionally left as is and will be improved in another commit. Input / OK bluhm@, OK benno@