Commit 220f9681 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: split branch wrsPtp into wrsPtpGlobals and wrsPortsTable

split wrsPtp from wrSwitchMIB 3 (1.3.6.1.4.1.96.100.3) into:
--wrsPtpGlobals (wrSwitchMIB 6 (1.3.6.1.4.1.96.100.6)), old wrsPtpGlobals
--wrsPortsTable (wrSwitchMIB 7 (1.3.6.1.4.1.96.100.7)), old wrsPtp.ptpPort

rename wrsPstats into wrsPstatsTable
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b243b1ca
This diff is collapsed.
......@@ -472,10 +472,10 @@ ppsi_p_handler(netsnmp_mib_handler *handler,
void
init_wrsPpsi(void)
{
const oid wrsPpsiG_oid[] = { WRS_OID, 3, 1 };
const oid wrsPpsiG_oid[] = { WRS_OID, 6 };
netsnmp_handler_registration *hreg;
/* Above for globals, below for per-port */
const oid wrsPpsiP_oid[] = { WRS_OID, 3, 2 };
const oid wrsPpsiP_oid[] = { WRS_OID, 7 };
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