Commit c19596ca authored by zeroday's avatar zeroday
Browse files

Merge pull request #581 from robertfoss/dev

Added USE_DNS define.
parents 53a03541 1b8e015f
...@@ -51,6 +51,11 @@ typedef struct _list_node{ ...@@ -51,6 +51,11 @@ typedef struct _list_node{
#define DHCPS_SERVER_PORT 67 #define DHCPS_SERVER_PORT 67
#define DHCPS_CLIENT_PORT 68 #define DHCPS_CLIENT_PORT 68
/*
* Advertise DNS capability in DHCP OFFER
*/
#define USE_DNS 0
#define DHCPDISCOVER 1 #define DHCPDISCOVER 1
#define DHCPOFFER 2 #define DHCPOFFER 2
#define DHCPREQUEST 3 #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