K 10 svn:author V 2 kp K 8 svn:date V 27 2021-05-07T15:27:41.618099Z K 7 svn:log V 617 libpfctl: Fix u_* counters struct pf_rule had a few counter_u64_t counters. Those couldn't be usefully comminicated with userspace, so the fields were doubled up in uint64_t u_* versions. Now that we use struct pfctl_rule (i.e. a fully userspace version) we can safely change the structure and remove this wart. Reviewed by: glebius MFC after: 4 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D29645 (cherry picked from commit ab5707a5cf86ed66dbd11e03ad9676766da9a47b) Git Hash: 75ca6ff7d68753f8c21244c2fdf1d13cb8fb09e1 Git Author: kp@FreeBSD.org END