CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/04/22 07:30:22
Modified files: sys/net : pf_ioctl.c pf_norm.c pfvar.h pfvar_priv.h sbin/pfctl : pfctl_parser.c usr.bin/systat : pf.c Log message: Show pf fragment reassembly counters. Framgent count and statistics are stored in struct pf_status. From there pfctl(8) and systat(1) collect and show them. Note that pfctl -s info needs the -v switch to show fragments. As fragment reassembly has its own mutex, also grab this in pf ipctl(2) and sysctl(2) code. input claudio@; OK henning@