mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
output buffering defintions and the like)
This commit is contained in:
@@ -54,7 +54,7 @@ static uint8_t dhcp_request_options_data[] = {
|
||||
DHCP_VENDOR_CLASS_ID,
|
||||
DHCP_STRING ( 'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
|
||||
DHCP_PARAMETER_REQUEST_LIST,
|
||||
DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_DNS_SERVERS,
|
||||
DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_DNS_SERVERS, DHCP_LOG_SERVERS,
|
||||
DHCP_HOST_NAME, DHCP_DOMAIN_NAME, DHCP_ROOT_PATH,
|
||||
DHCP_VENDOR_ENCAP, DHCP_TFTP_SERVER_NAME,
|
||||
DHCP_BOOTFILE_NAME, DHCP_EB_ENCAP,
|
||||
|
||||
Reference in New Issue
Block a user