components/net-snmp/patches/021.7027183.kernel_sunos5.patch
author Huie-Ying Lee <huieying.lee@oracle.com>
Wed, 20 May 2015 15:14:17 -0700
branchs11-update
changeset 4329 771a6f41f496
parent 630 e2df7cbd81a6
permissions -rw-r--r--
21078900 openssh server should fatal out when pam_setcred and pam_open_session fail
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
630
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     1
--- net-snmp/agent/mibgroup/kernel_sunos5.c	Wed Aug 17 09:14:14 2011
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     2
+++ net-snmp/agent/mibgroup/kernel_sunos5.c	Wed Aug 17 09:17:24 2011
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     3
@@ -88,7 +88,7 @@
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     4
      0},
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     5
     {MIB_IP_ROUTE, 200 * sizeof(mib2_ipRouteEntry_t), (void *) -1, 0, 30,
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     6
      0, 0},
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     7
-    {MIB_IP_NET, 100 * sizeof(mib2_ipNetToMediaEntry_t), (void *) -1, 0,
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     8
+    {MIB_IP_NET, 400 * sizeof(mib2_ipNetToMediaEntry_t), (void *) -1, 0,
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
     9
      300, 0, 0},
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
    10
     {MIB_ICMP, sizeof(mib2_icmp_t), (void *) -1, 0, 60, 0, 0},
e2df7cbd81a6 7027183 snmpwalk on atNetAddress can cause snmpd to loop
gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
parents:
diff changeset
    11
     {MIB_TCP, sizeof(mib2_tcp_t), (void *) -1, 0, 60, 0, 0},