From a9eb07938f8b0e970f8ecc5427d0ab294656b119 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sun, 17 May 2009 05:54:25 +0000 Subject: [PATCH] add zfs oid to bsnmpd PR: bin/129360 Submitted by: Ulrich Spoerlein --- usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c index a35743b949f0..91505d594225 100644 --- a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c +++ b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_fs_tbl.c @@ -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 },