From: reyk Date: Thu, 24 Jul 2008 12:59:06 +0000 (+0000) Subject: reserve a few OpenBSD MIBs that might be implemented later or to avoid X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=00f20bb489690ddc506522460c7fe94f50af69ae;p=openbsd reserve a few OpenBSD MIBs that might be implemented later or to avoid conflicts wird 3rd parties. --- diff --git a/usr.sbin/snmpd/mib.h b/usr.sbin/snmpd/mib.h index f8b4fddc1f9..eb17fa76a70 100644 --- a/usr.sbin/snmpd/mib.h +++ b/usr.sbin/snmpd/mib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mib.h,v 1.15 2008/03/16 00:35:05 dlg Exp $ */ +/* $OpenBSD: mib.h,v 1.16 2008/07/24 12:59:06 reyk Exp $ */ /* * Copyright (c) 2007, 2008 Reyk Floeter @@ -336,6 +336,7 @@ #define MIB_openBSD MIB_enterprises, 30155 /* OPENBSD-MIB */ +#define MIB_pfMIBObjects MIB_openBSD, 1 #define MIB_sensorMIBObjects MIB_openBSD, 2 #define MIB_sensors MIB_sensorMIBObjects, 1 #define MIB_sensorNumber MIB_sensors, 1 @@ -350,6 +351,8 @@ #define MIB_sensorValue MIB_sensorEntry, 5 #define MIB_sensorUnits MIB_sensorEntry, 6 #define MIB_sensorStatus MIB_sensorEntry, 7 +#define MIB_carpMIBObjects MIB_openBSD, 3 +#define MIB_ipsecMIBObjects MIB_openBSD, 4 #define MIB_localSystem MIB_openBSD, 23 #define MIB_SYSOID_DEFAULT MIB_openBSD, 23, 1 #define MIB_localTest MIB_openBSD, 42