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,8 +40,11 @@
#include <gpxe/tcpip.h>
#include <gpxe/process.h>
#include <gpxe/linebuf.h>
#include <gpxe/features.h>
#include <gpxe/http.h>
FEATURE ( "HTTP", DHCP_EB_FEATURE_HTTP, 1 );
/** HTTP receive state */
enum http_rx_state {
HTTP_RX_RESPONSE = 0,