* use new sysctlinfo(4) 20210222 and sysctlbyname 20210223 features * add: sysctlmif_oidextendedbyname() * add: sysctlmif_hashandler(), sysctlmif_hashandlerbyname() * add: sysctlmif_nextnodebyname(), sysctlmif_nextleafbyname() * add: sysctlmif_leavesbyname(), sysctlmif_leavesbyname() * update: constants/OIDs so delete port path PR: 253883, 253884 Submitted by: Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
11 lines
493 B
Text
11 lines
493 B
Text
The sysctlmibinfo2 library provides an API to explore the sysctl
|
|
MIB-Tree and to get the properties of an object, therefore it is
|
|
useful to handle an object correctly and to build a sysctl-like
|
|
utility.
|
|
|
|
It implements wrappers around the sysctlinfo(4) interface and
|
|
sysctlbyname_improved to provide a more easy interface, moreover
|
|
it defines a 'struct sysctlmif_object' and provides a convenient
|
|
API to build data structures of sysctlmif_object.
|
|
|
|
WWW: https://gitlab.com/alfix/sysctlmibinfo2/
|