mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
Use otherwise-useless byte in DHCP feature option as a version number
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user