components/net-snmp-57/patches/021.7027183.kernel_sunos5.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 12 Oct 2016 05:02:11 -0700
changeset 7099 58b579e0ff32
parent 5867 445e2cf1c845
permissions -rw-r--r--
24836953 firefox/thunderbird js test failures
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},