usr/src/cmd/net-snmp/Patches/017.6984919.kernel_sunos5.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 16 Nov 2010 22:41:08 -0800
changeset 54 c8df60226931
permissions -rw-r--r--
Import sfw build 153 Bugs Fixed ---------- 6917181 svc-net-snmp does not work on OpenSolaris 6917302 Apache HTTPD 1.3 removal 6921017 RFE: update tcpdump to version 4.1.1 after release 6921019 RFE: update libpcap to version 1.1.1 6932608 core found from snmpd SIGSEGV at netsnmp_access_systemstats_entry_update 6934478 snmpd dumps core in var_extensible_vmstat 6956251 snmpd cores with SIGFPE in update_stats 6981644 Upgrade bash to 4.1 6983060 BIND Packages Description needs updating when version changes. 6984919 SMA snmpd takes a long time to service ifOperStatus and ifAdminStatus requests 6985355 trousers should use /var/user/$USERNAME subdirectories to store data 6992874 Upgrade CURL to 7.21.2 6993289 Please migrate rdiff-backup to Python 2.6 or otherwise remove Python 2.4 dependency 6993295 Please migrate grails to Python 2.6. 6993306 antlr-2 packages depend on Python 2.4, but do not seem to require Python 2.4 at all. 6993308 pywbem seems to depend on Python 2.4 but actually uses Python 2.6 6993310 Please remove python 2.4 pycups bindings 6993610 Wireshark update to version 1.2.12 6995326 switch sfw to sunstudio12.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     1
--- patch/net-snmp-5.4.1/agent/mibgroup/kernel_sunos5.c	Tue Oct 12 06:55:48 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     2
+++ net-snmp-5.4.1/agent/mibgroup/kernel_sunos5.c	Tue Oct 12 07:03:49 2010
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     3
@@ -82,7 +82,7 @@
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     4
 static
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     5
 mibcache        Mibcache[MIBCACHE_SIZE+1] = {
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     6
     {MIB_SYSTEM, 0, (void *) -1, 0, 0, 0, 0},
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     7
-    {MIB_INTERFACES, 10 * sizeof(mib2_ifEntry_t), (void *) -1, 0, 30, 0,
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     8
+    {MIB_INTERFACES, 50 * sizeof(mib2_ifEntry_t), (void *) -1, 0, 30, 0,
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     9
      0},
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    10
     {MIB_AT, 0, (void *) -1, 0, 0, 0, 0},
c8df60226931 Import sfw build 153
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    11
     {MIB_IP, sizeof(mib2_ip_t), (void *) -1, 0, 60, 0, 0},