CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2019/11/17 01:25:05
Modified files: sys/net : pf.c pf_ioctl.c pfvar.h Log message: "set delay" never worked as committed: the delay field was not copied in and the pf_pktdelay struct ws not declared and initialzed properly. ok rob@ kn@