From 2b5ed83fec55f5d96338fe3ae5e394bed1a407f4 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 21 Jun 2018 15:44:41 +0900 Subject: Imported Upstream version 2.79 Change-Id: I9a2f4c945e0481ab803bdf0c85921433f33a9256 Signed-off-by: Seonah Moon --- src/dhcp-protocol.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/dhcp-protocol.h') diff --git a/src/dhcp-protocol.h b/src/dhcp-protocol.h index 701b6cb..a4a3535 100644 --- a/src/dhcp-protocol.h +++ b/src/dhcp-protocol.h @@ -1,4 +1,4 @@ -/* dnsmasq is Copyright (c) 2000-2015 Simon Kelley +/* dnsmasq is Copyright (c) 2000-2018 Simon Kelley This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,10 @@ #define DHCP_CLIENT_ALTPORT 1068 #define PXE_PORT 4011 +/* These each hold a DHCP option max size 255 + and get a terminating zero added */ +#define DHCP_BUFF_SZ 256 + #define BOOTREQUEST 1 #define BOOTREPLY 2 #define DHCP_COOKIE 0x63825363 -- cgit v1.2.3