diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-02 16:34:14 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 23:42:27 +0100 |
commit | de642c9904b13914017af6f10db144d559d6bd0c (patch) | |
tree | 12cd51e455402da82fb79099d4a698d53bbe6bef /package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch | |
parent | 5e823375330a81d7f40ab3874fbedf82f2d0e6e3 (diff) |
netsnmp: bump to version 5.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch')
-rw-r--r-- | package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch b/package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch deleted file mode 100644 index e13106f46..000000000 --- a/package/netsnmp/netsnmp-5.5-no-ifxtable-module-fix.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- net-snmp-5.5.theorig/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c 2009-06-12 12:02:22.000000000 -0700 -+++ net-snmp-5.5/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c 2009-10-20 11:29:41.000000000 -0700 -@@ -374,6 +374,7 @@ _check_interface_entry_for_updates(ifTab - */ - if (oper_changed) { - rowreq_ctx->data.ifLastChange = netsnmp_get_agent_uptime(); -+#ifdef USING_IF_MIB_IFXTABLE_IFXTABLE_MODULE - if (rowreq_ctx->data.ifLinkUpDownTrapEnable == 1) { - if (rowreq_ctx->data.ifOperStatus == IFOPERSTATUS_UP) { - oid notification_oid[] = { 1, 3, 6, 1, 6, 3, 1, 1, 5, 4 }; -@@ -389,6 +390,7 @@ _check_interface_entry_for_updates(ifTab - rowreq_ctx->data.ifOperStatus); - } - } -+#endif - } - - else |