components/net-snmp/patches/008.ip-mib.patch
author pkidd <patrick.kidd@oracle.com>
Tue, 21 Feb 2017 09:42:20 -0800
branchs11u3-sru
changeset 7677 9b4f5d1632d7
parent 252 ee0fb1eabcbf
permissions -rw-r--r--
Added tag 0.175.3.18.0.2.0, S11.3SRU18.2 for changeset 89cc78d134da

--- 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