mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
Use otherwise-useless byte in DHCP feature option as a version number
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
FEATURE ( "AoE", DHCP_EB_FEATURE_AOE );
|
||||
FEATURE ( "AoE", DHCP_EB_FEATURE_AOE, 1 );
|
||||
|
||||
struct net_protocol aoe_protocol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user