diff options
author | Marin Hannache <git@mareo.fr> | 2013-07-15 17:56:29 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-07-15 17:56:29 +0200 |
commit | 30de9e8300e97c4b56e29f5a3b08e4615b30606f (patch) | |
tree | 48d66fac04d1a3eb129e878c2696f9afef2f6e8f /src/include/ipxe/features.h | |
parent | ed28c8304c1653a340088137966fff56bae15ad0 (diff) | |
download | ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.tar.gz |
[nfs] Add support for NFS protocol
Tested-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/features.h')
-rw-r--r-- | src/include/ipxe/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/features.h b/src/include/ipxe/features.h index 0c92f5be9..d8b8b2184 100644 --- a/src/include/ipxe/features.h +++ b/src/include/ipxe/features.h @@ -54,6 +54,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DHCP_EB_FEATURE_VLAN 0x26 /**< VLAN support */ #define DHCP_EB_FEATURE_MENU 0x27 /**< Menu support */ #define DHCP_EB_FEATURE_SDI 0x28 /**< SDI image support */ +#define DHCP_EB_FEATURE_NFS 0x29 /**< NFS protocol */ /** @} */ |