Date: Wed, 16 Mar 2022 23:04:30 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262590] [pf] Anchor "blacklistd/*" not correctly shown in pfctl -a \* -s rules Message-ID: <bug-262590-227-X5H9B3rPdP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262590-227@https.bugs.freebsd.org/bugzilla/> References: <bug-262590-227@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=3D262590 --- Comment #2 from Matteo Riondato <matteo@FreeBSD.org> --- I believe the problem is in commit 8c1400b0a1083c9e2bf8f3418eb3e3cfba1a8444 (here is the review: https://reviews.freebsd.org/D34443).=20 Specifically, there seems to be some issue with anchor_call: before the cha= nge it is updated by the ioctl call (I assume), but after the change, it is nev= er set to anything. Perhaps the pfctl_rules_info should also have a field char *anchor_call, and get_rules_info should populate it? --=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-262590-227-X5H9B3rPdP>