From 229ada1e7af3545b78bdc73ffc36db54e1cf42e5 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Sat, 12 Sep 2015 07:42:37 -0400 Subject: pxe/dhcp_option: Don't parse DHCP option 54 Server Identifier Server Identifier is NEVER the next server where Syslinux was loaded from. BOOTP field siaddr, BOOTP field sname and DHCP option 66 TFTP server name may contain this information. For now, just use siaddr. --- core/fs/pxe/dhcp_option.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c index 8d93a6af..5cc0ef75 100644 --- a/core/fs/pxe/dhcp_option.c +++ b/core/fs/pxe/dhcp_option.c @@ -143,7 +143,6 @@ static const struct dhcp_options dhcp_opts[] = { {15, local_domain}, {43, vendor_encaps}, {52, option_overload}, - {54, server}, {61, client_identifier}, {67, bootfile_name}, {97, uuid_client_identifier}, -- cgit v1.2.3