]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add preliminary RADIUS MIB
authorAlan T. DeKok <aland@freeradius.org>
Mon, 12 Jan 2026 19:51:38 +0000 (14:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 12 Jan 2026 20:31:30 +0000 (15:31 -0500)
commitbbcd12c00d2b8256e13772246cb775e09ed4e16a
treeb18d4ec8e24d0f445992b2a946e48f8554a6a4d7
parent100fc6b6f138cb5c87146f02bc8d9a201b6fbdb3
add preliminary RADIUS MIB

./scripts/bin/radict -F struct -M -p radius mib-2.radiusAuthServ

which doesn't have the client table, but it's a start.  And the
resulting structure isn't too bad.

Todo:

* have callbacks for specific fields.  e.g. uptime.
  * Those callbacks should be defined globally, and passed a uctx.
  * the callback can then update the field before it's copied out
    to the caller
share/dictionary/radius/dictionary
share/dictionary/radius/dictionary.stats [new file with mode: 0644]
src/bin/radict.c