Skip to content

Commit

Permalink
pxe/dhcp_option: Don't parse DHCP option 54 Server Identifier
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
geneC committed Sep 12, 2015
1 parent 26d37f7 commit 229ada1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/fs/pxe/dhcp_option.c
Expand Up @@ -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},
Expand Down

0 comments on commit 229ada1

Please sign in to comment.