Move SNMPv2-MIB::system from mib.c into the new application_internal.c.
authormartijn <martijn@openbsd.org>
Sat, 4 Nov 2023 09:38:47 +0000 (09:38 +0000)
committermartijn <martijn@openbsd.org>
Sat, 4 Nov 2023 09:38:47 +0000 (09:38 +0000)
commit60cc2743c98d898e323f643ffde7a30d2e7eacd5
tree63a69610d8b39884143d1a83373bddb8fdfbb1d4
parent9b67793511abbfdba522668dc7bbcd87a07ef2dc
Move SNMPv2-MIB::system from mib.c into the new application_internal.c.
This was the last consumer of mib.c, so send it to the great bitbucket
in the sky.

This move removes the sysORTable, but it was basically non-functioning
anyway and removal of previous entries from the table didn't caused
any fallout that reached my ears.
I hope to add proper sysORTable/agent-capabilities support, which
is compatible with AgentX's {Add,Remove}AgentCaps, soon.

OK tb@
usr.sbin/snmpd/Makefile
usr.sbin/snmpd/application_internal.c
usr.sbin/snmpd/mib.c [deleted file]
usr.sbin/snmpd/parse.y
usr.sbin/snmpd/smi.c
usr.sbin/snmpd/snmpd.h