Page MenuHomeFreeBSD

snmp_pf: fix pfInterfacesIfRefsState
ClosedPublic

Authored by kp on Mar 19 2025, 6:14 AM.
Tags
None
Referenced Files
F115928996: D49413.diff
Wed, Apr 30, 1:10 PM
Unknown Object (File)
Mon, Apr 14, 3:12 PM
Unknown Object (File)
Thu, Apr 10, 1:05 PM
Unknown Object (File)
Sat, Apr 5, 1:15 AM
Unknown Object (File)
Thu, Apr 3, 10:59 PM
Unknown Object (File)
Tue, Apr 1, 1:01 PM
Unknown Object (File)
Mar 31 2025, 10:44 AM
Unknown Object (File)
Mar 29 2025, 6:36 AM
Subscribers

Details

Summary

pfInterfacesIfRefsState was described as 'Null', which upset bsnmpwalk's attempt
to resolve OIDs to symbolic names:

bsnmpwalk: Error adding leaf pfInterfacesIfRefsState to list

This was done back in d6d3f01e0a339, because we don't return this value any
more. Return it to 'Unsigned32', which fixes things, even if we still don't
actually return this value.

Event: Tokyo Hackathon 202503

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Mar 19 2025, 6:14 AM

This looks good to me. Go ahead and commit this.

While you're there, please update the metadata:

ORGANIZATION "Alternative Enterprises (HK) Limited"

And remove the Postal: address.

This revision is now accepted and ready to land.Mar 19 2025, 6:30 AM

...and remember to update the date stamps and type something in a REVISION... :)

Update ORGANIZATION and LAST-UPDATED

This revision now requires review to proceed.Mar 19 2025, 6:42 AM
This revision is now accepted and ready to land.Mar 19 2025, 7:03 AM
This revision was automatically updated to reflect the committed changes.