Commit 5822d4c4 authored by Robert Foss's avatar Robert Foss
Browse files

Add define for advertising DNS in the DHCP OFFER message.

parent 00e1e6bc
......@@ -51,6 +51,11 @@ typedef struct _list_node{
#define DHCPS_SERVER_PORT 67
#define DHCPS_CLIENT_PORT 68
/*
* Advertise DNS capability in DHCP OFFER
*/
#define USE_DNS 0
#define DHCPDISCOVER 1
#define DHCPOFFER 2
#define DHCPREQUEST 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment