components/net-snmp/patches/008.ip-mib.patch
author gowtham thommandra - Sun Microsystems - Bangalore India <Gowtham.Thommandra@Sun.COM>
Fri, 20 May 2011 12:17:45 +0530
changeset 252 ee0fb1eabcbf
permissions -rw-r--r--
7041085 move net-snmp to userland

--- net-snmp-5.4.1/agent/mibgroup/mibII.h	(revision 16428)
+++ net-snmp-5.4.1-patch/agent/mibgroup/mibII.h	(working copy)
@@ -30,3 +30,10 @@
 #if defined( linux )
 config_require(ip-mib ip-forward-mib tcp-mib udp-mib)
 #endif
+
+/*
+ * For Solaris, enable additional tables.
+ */
+#if defined( solaris2 )
+config_require(ip-mib/ipSystemStatsTable ip-mib/ipAddressTable)
+#endif