mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
[slam] Add Scalable Local Area Multicast (SLAM) protocol support
Tested against the mini-slamd server located in contrib/mini-slamd with a single client, on a lossy network.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#define DHCP_EB_FEATURE_DNS 0x17 /**< DNS protocol */
|
||||
#define DHCP_EB_FEATURE_BZIMAGE 0x18 /**< bzImage format */
|
||||
#define DHCP_EB_FEATURE_MULTIBOOT 0x19 /**< Multiboot format */
|
||||
#define DHCP_EB_FEATURE_SLAM 0x1a /**< SLAM protocol */
|
||||
#define DHCP_EB_FEATURE_NBI 0x20 /**< NBI format */
|
||||
#define DHCP_EB_FEATURE_PXE 0x21 /**< PXE format */
|
||||
#define DHCP_EB_FEATURE_ELF 0x22 /**< ELF format */
|
||||
|
||||
Reference in New Issue
Block a user