Page MenuHomeFreeBSD

snmp_pf: fix pfInterfacesIfRefsState
ClosedPublic

Authored by kp on Mar 19 2025, 6:14 AM.
Tags
None
Referenced Files
F132792572: D49413.diff
Mon, Oct 20, 12:16 AM
Unknown Object (File)
Fri, Sep 26, 10:29 PM
Unknown Object (File)
Sun, Sep 21, 8:55 PM
Unknown Object (File)
Sep 14 2025, 12:43 AM
Unknown Object (File)
Sep 13 2025, 11:07 PM
Unknown Object (File)
Sep 13 2025, 7:24 PM
Unknown Object (File)
Sep 12 2025, 6:27 PM
Unknown Object (File)
Sep 9 2025, 1:28 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 62975
Build 59859: arc lint + arc unit

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.