Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | snmp: let handlers accept OID from a lesser prefix | Vincent Bernat | |
Most table handlers do not expect to be given an OID whose prefix is outside what they can handle. This is not a problem with the SMUX implementation since it always correct the OID such that the prefix matches. However, this is not the case for the AgentX implementation. A new function, smux_header_table() is used to do this normalization. | |||
2012-06-25 | smux: isolate SMUX implementation from SNMP implementation | Vincent Bernat | |
lib/snmp.c gets OID related helper functions that can be used with another SNMP interface. smux.h is cleaned of SMUX specific bits to only expose functions that may be used by an alternative implementation. We also do not redefine functions already present in NetSNMP. Just use the appropriate headers. |