components/net-snmp/patches/021.7027183.kernel_sunos5.patch
author gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
Tue, 20 Dec 2011 12:27:43 +0530
changeset 630 e2df7cbd81a6
permissions -rw-r--r--
7027183 snmpwalk on atNetAddress can cause snmpd to loop
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},