Date: Wed, 17 Dec 2025 20:47:07 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 291735] sys/netpfil/pf/pflog:rdr_action test fails in CI Message-ID: <bug-291735-32464-Vb2wSEK0CM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-291735-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-291735-32464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291735 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0bf42a0a05b9c802a6d9ca4a6b8696b29a26e08b commit 0bf42a0a05b9c802a6d9ca4a6b8696b29a26e08b Author: Gleb Smirnoff <glebius@FreeBSD.org> AuthorDate: 2025-12-17 20:41:05 +0000 Commit: Gleb Smirnoff <glebius@FreeBSD.org> CommitDate: 2025-12-17 20:41:05 +0000 bpf: virtualize bpf_iflist The reason the global list worked before 8774a990ee40 is that bpf_setif() used if_unit(), which is a VNET-aware function, and then went through the global list looking for bpf_if with matching pointer. PR: 291735 Fixes: 8774a990ee4094f16d596d4b78e0f3239e5d0c88 sys/net/bpf.c | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291735-32464-Vb2wSEK0CM>
