svn commit: r192243 - head/usr.sbin/bsnmpd/modules/snmp_hostres
Kip Macy
kmacy at FreeBSD.org
Sun May 17 05:54:27 UTC 2009
Author: kmacy
Date: Sun May 17 05:54:25 2009
New Revision: 192243
URL: http://svn.freebsd.org/changeset/base/192243
Log:
add zfs oid to bsnmpd
PR: bin/129360
Submitted by: Ulrich Spoerlein
Modified:
head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c
Modified: head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c Sun May 17 04:34:14 2009 (r192242)
+++ head/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c Sun May 17 05:54:25 2009 (r192243)
@@ -131,6 +131,7 @@ static const struct {
const struct asn_oid *oid; /* the OID to return */
} fs_type_map[] = {
{ "ufs", &OIDX_hrFSBerkeleyFFS_c },
+ { "zfs", &OIDX_hrFSOther_c },
{ "cd9660", &OIDX_hrFSiso9660_c },
{ "nfs", &OIDX_hrFSNFS_c },
{ "ext2fs", &OIDX_hrFSLinuxExt2_c },
More information about the svn-src-all
mailing list