http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use otherwise-useless byte in DHCP feature option as a version number
[people/andreif/gpxe.git]
/
src
/
net
/
aoe.c
diff --git
a/src/net/aoe.c
b/src/net/aoe.c
index
5536ae8
..
2e2199b
100644
(file)
--- 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;