diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-08-02 04:36:00 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-08-02 04:36:00 +0100 |
commit | 67afe84292723e13da02308fc4cf08cf9ab5e0c0 (patch) | |
tree | 135630b8ed87ad92b7f316c8be4d7122491e06e4 /src/net/aoe.c | |
parent | 0acb0168408c9e8e8fd843221bb57d1c3a39fb3d (diff) | |
download | ipxe-67afe84292723e13da02308fc4cf08cf9ab5e0c0.tar.gz |
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.c | 2 |
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; |