[Bug 253547] security/expiretable does not compile on stable/13
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 08:38:02 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253547
--- Comment #1 from Kristof Provost <kp at freebsd.org> ---
That's a result of the removal of the pf_state definition from the public
headers, as part of the pf counter rework.
It was removed because pf_state is a kernel-internal structure, and it has
changed.
Note that the ioctl() performed by this port (DIOCGETSTATES) doesn't actually
return pf_state structures. It returns pfsync_state structures, and those are
different.
In other words: this port was already thoroughly broken, but now it also fails
to compile. It does not make sense to return the structure to userspace
visibility, because that won't actually make it work either.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list