Fork for fixes
Revision 22:a0b1d0e6d237, committed 2020-09-26
- Comitter:
- ivo_n
- Date:
- Sat Sep 26 08:31:41 2020 +0000
- Parent:
- 21:4dcda56a9820
- Commit message:
- Everything seems to work
Changed in this revision
DhcpClient.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4dcda56a9820 -r a0b1d0e6d237 DhcpClient.h --- a/DhcpClient.h Fri Sep 25 21:21:31 2020 +0000 +++ b/DhcpClient.h Sat Sep 26 08:31:41 2020 +0000 @@ -49,7 +49,7 @@ #define MAGIC_COOKIE 0x63825363 #define MAX_DHCP_OPT 16 -#define HOST_NAME "D2" +#define HOST_NAME "H00001" #define DEFAULT_LEASE (900) //default lease time in seconds #define DHCP_CHECK_NONE (0)