From 67afe84292723e13da02308fc4cf08cf9ab5e0c0 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 2 Aug 2007 04:36:00 +0100 Subject: Use otherwise-useless byte in DHCP feature option as a version number --- src/net/aoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/aoe.c') diff --git a/src/net/aoe.c b/src/net/aoe.c index 5536ae8da..2e2199b3f 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; -- cgit v1.2.3-55-g7522