components/net-snmp/patches/021.7027183.kernel_sunos5.patch
author Petr Nyc <petr.nyc@oracle.com>
Wed, 28 Aug 2013 22:08:11 -0700
branchs11u1-sru
changeset 2755 3f8ffd095fee
parent 630 e2df7cbd81a6
permissions -rw-r--r--
Added tag 0.175.1.11.0.4.0, S11.1SRU11.4 for changeset e0a7dc00adf7
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},