export_prop
export_prop(of, PT_DIR, fstab.zone_fs_dir);
export_prop(of, PT_SPECIAL, fstab.zone_fs_special);
export_prop(of, PT_RAW, fstab.zone_fs_raw);
export_prop(of, PT_TYPE, fstab.zone_fs_type);
export_prop(of, PT_ADDRESS, nwiftab.zone_nwif_address);
export_prop(of, PT_ALLOWED_ADDRESS,
export_prop(of, PT_PHYSICAL, nwiftab.zone_nwif_physical);
export_prop(of, PT_DEFROUTER, nwiftab.zone_nwif_defrouter);
export_prop(of, PT_MATCH, devtab.zone_dev_match);
export_prop(of, PT_NAME, rctltab.zone_rctl_name);
export_prop(of, PT_NAME, attrtab.zone_attr_name);
export_prop(of, PT_TYPE, attrtab.zone_attr_type);
export_prop(of, PT_VALUE, attrtab.zone_attr_value);
export_prop(of, PT_NAME, dstab.zone_dataset_name);
export_prop(of, PT_USER, admintab.zone_admin_user);
export_prop(of, PT_AUTHS, admintab.zone_admin_auths);
export_prop(of, PT_DEFAULT, secflagstab.zone_secflags_default);
export_prop(of, PT_LOWER, secflagstab.zone_secflags_lower);
export_prop(of, PT_UPPER, secflagstab.zone_secflags_upper);