diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-10-31 15:04:11 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-10-31 15:04:11 +0400 |
commit | e86e4d1ab8c96a8614dc238a6f4386697d30d6b5 (patch) | |
tree | ef59494da8fd941b477b2c2919602e2076a9c743 /accel-pppd/extra | |
parent | 9477a7406b9f3b6ef469ffdc8e08178d2521910a (diff) | |
download | accel-ppp-e86e4d1ab8c96a8614dc238a6f4386697d30d6b5.tar.gz accel-ppp-e86e4d1ab8c96a8614dc238a6f4386697d30d6b5.zip |
net-snmp: fixed ipoe oids
Signed-off-by: Dmitry Kozlov <xeb@mail.ru>
Diffstat (limited to 'accel-pppd/extra')
-rw-r--r-- | accel-pppd/extra/net-snmp/statIPOE.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/extra/net-snmp/statIPOE.c b/accel-pppd/extra/net-snmp/statIPOE.c index 1e156601..be41085e 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 |