Commit a08d32c7 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: Prepare WR-SWITCH-MIB for redesign

Please not that within this git branch there we non backward compatible changes
in MIB.

Move branch wrsPtpGlobals, wrsPortsTable and wrsTemperature to previously
removed wrsPpsi. Moved branches and objects contain "X" at the end.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 30d6a8e5
This diff is collapsed.
......@@ -599,12 +599,12 @@ ppsi_p_handler(netsnmp_mib_handler *handler,
void
init_wrsPpsi(void)
{
const oid wrsPpsiG_oid[] = { WRS_OID, 6 };
const oid wrsPpsiG_oid[] = { WRS_OID, 3, 3 };
netsnmp_handler_registration *hreg;
/* Above for globals, below for per-port */
const oid wrsPpsiP_oid[] = { WRS_OID, 7 };
const oid wrsPpsiP_oid[] = { WRS_OID, 3, 4 };
netsnmp_handler_registration *hreg_temp;
const oid wrsTemperature_oid[] = { WRS_OID, 8 };
const oid wrsTemperature_oid[] = { WRS_OID, 3, 5 };
netsnmp_table_registration_info *table_info;
netsnmp_iterator_info *iinfo;
netsnmp_handler_registration *reginfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment