Page MenuHomeFreeBSD

bsnmp: Fix incorrect use of libpfctl
ClosedPublic

Authored by kp on Jun 15 2021, 12:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 7:31 PM
Unknown Object (File)
Wed, Mar 25, 4:15 AM
Unknown Object (File)
Mon, Mar 23, 9:37 PM
Unknown Object (File)
Tue, Mar 17, 11:51 AM
Unknown Object (File)
Tue, Mar 17, 5:59 AM
Unknown Object (File)
Mon, Mar 16, 11:59 PM
Unknown Object (File)
Fri, Mar 6, 6:02 PM
Unknown Object (File)
Jan 23 2026, 3:11 AM
Subscribers

Details

Reviewers
donner
Group Reviewers
network
pfsense
Summary

When we introduced libpfctl in bnsmpd this was done incorrectly, and a
GETRULE call was replaced by pfctl_add_rule().
Change it to pfctl_get_rule().

MFC after: 3 days
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39915
Build 36804: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jun 15 2021, 12:09 PM
donner added a subscriber: donner.

How could this happen?

This revision is now accepted and ready to land.Jun 15 2021, 1:20 PM

How could this happen?

Probably I got distracted doing these modifications, and didn't spot it when I committed.
We don't currently have any tests for the pf snmp module. Those would hopefully have caught it. Instead we wound up catching it during Netgate testing.