From e86e4d1ab8c96a8614dc238a6f4386697d30d6b5 Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Thu, 31 Oct 2013 15:04:11 +0400 Subject: net-snmp: fixed ipoe oids Signed-off-by: Dmitry Kozlov --- accel-pppd/extra/net-snmp/statIPOE.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accel-pppd/extra/net-snmp/statIPOE.c b/accel-pppd/extra/net-snmp/statIPOE.c index 1e15660..be41085 100644 --- a/accel-pppd/extra/net-snmp/statIPOE.c +++ b/accel-pppd/extra/net-snmp/statIPOE.c @@ -31,8 +31,8 @@ init_statIPOE(void) netsnmp_handler_registration *reg; netsnmp_watcher_info *winfo; - static oid statIPOEStarting_oid[] = { 1,3,6,1,4,1,8072,100,1,5,1 }; - static oid statIPOEActive_oid[] = { 1,3,6,1,4,1,8072,100,1,5,2 }; + static oid statIPOEStarting_oid[] = { 1,3,6,1,4,1,8072,100,1,6,1 }; + static oid statIPOEActive_oid[] = { 1,3,6,1,4,1,8072,100,1,6,2 }; /* * a debugging statement. Run the agent with -DstatIPOE to see -- cgit v1.2.3