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)
Mar 17 2024, 10:33 PM
Unknown Object (File)
Feb 17 2024, 7:22 AM
Unknown Object (File)
Jan 27 2024, 1:10 PM
Unknown Object (File)
Jan 10 2024, 3:34 AM
Unknown Object (File)
Dec 20 2023, 8:16 AM
Unknown Object (File)
Dec 7 2023, 12:22 AM
Unknown Object (File)
Nov 30 2023, 5:57 AM
Unknown Object (File)
Jun 13 2023, 8:40 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.