Replace most smi_oid2string() calls with the new mib_oid2string().
authormartijn <martijn@openbsd.org>
Tue, 6 Feb 2024 12:44:27 +0000 (12:44 +0000)
committermartijn <martijn@openbsd.org>
Tue, 6 Feb 2024 12:44:27 +0000 (12:44 +0000)
commitf0bcdb5c6239ddfcf095a4b7b5b5205416faadb1
tree94601ea8956d7555f0499486c87876bde55742b0
parentc310081011c49acebf12b5e9216fe0378df11f3a
Replace most smi_oid2string() calls with the new mib_oid2string().
smi_oid2string() is still called from trap handle context to not break
any existing scripts.

OK tb@
usr.sbin/snmpd/application.c
usr.sbin/snmpd/application_agentx.c
usr.sbin/snmpd/application_internal.c
usr.sbin/snmpd/parse.y
usr.sbin/snmpd/smi.c
usr.sbin/snmpd/snmpd.h
usr.sbin/snmpd/trap.c
usr.sbin/snmpd/traphandler.c