mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
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
|
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile | ||
| Makefile.depend | ||
| parse.y | ||
| pf.os | ||
| pf_print_state.c | ||
| pf_ruleset.c | ||
| pfctl.8 | ||
| pfctl.c | ||
| pfctl.h | ||
| pfctl_altq.c | ||
| pfctl_ioctl.h | ||
| pfctl_optimize.c | ||
| pfctl_osfp.c | ||
| pfctl_parser.c | ||
| pfctl_parser.h | ||
| pfctl_qstats.c | ||
| pfctl_radix.c | ||
| pfctl_table.c | ||