Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2024 16:03:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        pf@FreeBSD.org
Subject:   [Bug 280834] pf: set skip on <interface> persists and can't be removed
Message-ID:  <bug-280834-16861-LauRRVjtAK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280834-16861@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280834-16861@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=3D280834

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D6a88e22728d285c4df17216515ce2b8d1=
e5a6835

commit 6a88e22728d285c4df17216515ce2b8d1e5a6835
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2024-08-16 12:55:31 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2024-08-19 16:02:15 +0000

    pfctl: pfik_ifp is always NULL

    The pfik_ifp field is not provided by the kernel, it is always NULL. Do=
 not
    check for it. This caused us to not clear the skip flag on interfaces,
leading
    to unexpected behaviour when a 'set skip' was removed.

    PR:             280834
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    Differential Revision:  https://reviews.freebsd.org/D46311

 sbin/pfctl/pfctl.c               |  7 +----
 tests/sys/netpfil/pf/set_skip.sh | 61 ++++++++++++++++++++++++++++++++++++=
++++
 2 files changed, 62 insertions(+), 6 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280834-16861-LauRRVjtAK>