freebsd-dev/sbin/pfctl
Kristof Provost ab5707a5cf 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
2021-04-10 11:16:03 +02:00
..
tests sbin/pfctl: fix tests after recent output changes 2021-02-04 17:56:26 +00:00
Makefile pfctl: Move ioctl abstraction functions into libpfctl 2021-04-10 11:16:02 +02:00
Makefile.depend
parse.y libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00
pf_print_state.c
pf_ruleset.c libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00
pf.os Move pf.os to sbin/pfctl/ 2018-08-11 13:58:26 +00:00
pfctl_altq.c pfctl: FreeBSD now supports DIOCGIFSPEED 2021-01-25 19:58:22 +01:00
pfctl_ioctl.h pfctl: Move ioctl abstraction functions into libpfctl 2021-04-10 11:16:02 +02:00
pfctl_optimize.c libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00
pfctl_osfp.c
pfctl_parser.c libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00
pfctl_parser.h libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00
pfctl_qstats.c Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths of 2018-08-22 19:38:48 +00:00
pfctl_radix.c pfctl: Warn users when they run into kernel limits 2019-12-14 02:03:47 +00:00
pfctl_table.c
pfctl.8
pfctl.c libpfctl: Fix u_* counters 2021-04-10 11:16:03 +02:00
pfctl.h libpfctl: Switch to pfctl_rule 2021-04-10 11:16:02 +02:00