Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2023 09:40:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 272455] pf(4) manpage lists wrong definition for pfi_kif
Message-ID:  <bug-272455-9-a2hP8mo7xb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272455-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272455-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272455

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org
           Assignee|bugs@FreeBSD.org            |kp@freebsd.org

--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
Thanks for the report!

I suspect the man page references the OpenBSD version of that struct.
The difference between 13 and 14 is a minor cleanup in the definition, but =
the
actual layout is identical.=20
I'm going to use the 14 version, because it's slightly cleaner.

Also, from this and your other report (272459) I'm going to assume you're
trying to interact with pf through its ioctl interface. Are you aware of
libpfctl (lib/libpfctl in the source tree)? I've been making somewhat regul=
ar
changes to the API to clean it up and to add features, and your life is goi=
ng
to be a lot easier if you use that library, because using that will take ca=
re
of (most of) the changes for you.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272455-9-a2hP8mo7xb>