pxe/dhcp_option: Don't parse DHCP option 54 Server Identifier
commit229ada1e7af3545b78bdc73ffc36db54e1cf42e5
authorGene Cumm <gene.cumm@gmail.com>
Sat, 12 Sep 2015 11:42:37 +0000 (12 07:42 -0400)
committerGene Cumm <gene.cumm@gmail.com>
Sat, 12 Sep 2015 11:42:37 +0000 (12 07:42 -0400)
tree329551749359b9aa1a73bffa966a4edfc346604f
parent26d37f75aff50879795692728dbeb8ca57a8a226
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