add zfs oid to bsnmpd

PR: bin/129360
Submitted by:	Ulrich Spoerlein
This commit is contained in:
Kip Macy 2009-05-17 05:54:25 +00:00
parent 0a091aebde
commit a9eb07938f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192243

View File

@ -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 },