Use otherwise-useless byte in DHCP feature option as a version number

This commit is contained in:
Michael Brown
2007-08-02 04:36:00 +01:00
parent 0acb016840
commit 67afe84292
5 changed files with 22 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
*
*/
FEATURE ( "AoE", DHCP_EB_FEATURE_AOE );
FEATURE ( "AoE", DHCP_EB_FEATURE_AOE, 1 );
struct net_protocol aoe_protocol;