summaryrefslogtreecommitdiffstats
path: root/src/net/aoe.c
diff options
context:
space:
mode:
authorMichael Brown2007-08-02 05:36:00 +0200
committerMichael Brown2007-08-02 05:36:00 +0200
commit67afe84292723e13da02308fc4cf08cf9ab5e0c0 (patch)
tree135630b8ed87ad92b7f316c8be4d7122491e06e4 /src/net/aoe.c
parentAdd FEATURE() macro, plus code to display features at startup time, (diff)
downloadipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.tar.gz
ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.tar.xz
ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.zip
Use otherwise-useless byte in DHCP feature option as a version number
Diffstat (limited to 'src/net/aoe.c')
-rw-r--r--src/net/aoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/aoe.c b/src/net/aoe.c
index 5536ae8d..2e2199b3 100644
--- a/src/net/aoe.c
+++ b/src/net/aoe.c
@@ -40,7 +40,7 @@
*
*/
-FEATURE ( "AoE", DHCP_EB_FEATURE_AOE );
+FEATURE ( "AoE", DHCP_EB_FEATURE_AOE, 1 );
struct net_protocol aoe_protocol;