# HG changeset patch # User gowtham thommandra - Sun Microsystems - Bangalore India # Date 1324364263 -19800 # Node ID e2df7cbd81a6ae8c1de18f9b3f55160a3f5b7a5c # Parent daaab66f7276e185b9bc88bcdb4d1c3c72b21c37 7027183 snmpwalk on atNetAddress can cause snmpd to loop diff -r daaab66f7276 -r e2df7cbd81a6 components/net-snmp/patches/021.7027183.kernel_sunos5.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/net-snmp/patches/021.7027183.kernel_sunos5.patch Tue Dec 20 12:27:43 2011 +0530 @@ -0,0 +1,11 @@ +--- net-snmp/agent/mibgroup/kernel_sunos5.c Wed Aug 17 09:14:14 2011 ++++ net-snmp/agent/mibgroup/kernel_sunos5.c Wed Aug 17 09:17:24 2011 +@@ -88,7 +88,7 @@ + 0}, + {MIB_IP_ROUTE, 200 * sizeof(mib2_ipRouteEntry_t), (void *) -1, 0, 30, + 0, 0}, +- {MIB_IP_NET, 100 * sizeof(mib2_ipNetToMediaEntry_t), (void *) -1, 0, ++ {MIB_IP_NET, 400 * sizeof(mib2_ipNetToMediaEntry_t), (void *) -1, 0, + 300, 0, 0}, + {MIB_ICMP, sizeof(mib2_icmp_t), (void *) -1, 0, 60, 0, 0}, + {MIB_TCP, sizeof(mib2_tcp_t), (void *) -1, 0, 60, 0, 0},