When starting snmpd with -Dagentx/master option, the
OID info of the trace "request for variable ()" is missing
(agent/mibgroup/agentx/master.c, line 474).
Reason:
missing 'x' in agent/mibgroup/agentx/master.c, line 475:
DEBUGMSGOID(("agent/master", nptr, nlen));
Should IMHO be agentx/master, too.
Same for agent/mibgroup/agentx/master.c, line 487 for
OID region info.
See attached diff.
modification of agent/mibgroup/agentx/master.c
Logged In: YES
user_id=88893
Thanks for the patch! It has been applied to the 5.0.x and 5.1.x
code bases and the main development tree, and will appear in
future releases of the net-snmp package.