diff options
author | Jeremy Kerr | 2018-07-03 16:36:13 +1000 |
---|---|---|
committer | Denys Vlasenko | 2018-07-04 15:38:19 +0200 |
commit | fc267214f0957bdc5794a71ae73e38edb00e5ba2 (patch) | |
tree | 2605c5a696c4e2e655b63d2d7a559b800d645bc4 /networking/udhcp/common.h | |
parent | 14339191afc5d77205487e3365ca2569f86afd44 (diff) | |
download | busybox-fc267214f0957bdc5794a71ae73e38edb00e5ba2.zip busybox-fc267214f0957bdc5794a71ae73e38edb00e5ba2.tar.gz |
udhcp: add option 211, "reboot time"
As defined in RFC 5071.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 50ea919..5501619 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -156,6 +156,7 @@ enum { //#define DHCP_VLAN_PRIORITY 0x85 /* 802.1Q VLAN priority */ //#define DHCP_PXE_CONF_FILE 0xd1 /* RFC 5071 Configuration File */ //#define DHCP_PXE_PATH_PREFIX 0xd2 /* RFC 5071 Configuration File */ +//#define DHCP_REBOOT_TIME 0xd3 /* RFC 5071 Reboot time */ //#define DHCP_MS_STATIC_ROUTES 0xf9 /* Microsoft's pre-RFC 3442 code for 0x79? */ //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ #define DHCP_END 0xff |