pxe: centralize all the IP information and export it to modules
authorH. Peter Anvin <hpa@linux.intel.com>
Sat, 19 Jun 2010 01:16:48 +0000 (18:16 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 19 Jun 2010 01:19:37 +0000 (18:19 -0700)
commit42615d2c7eb2aeaea280891b80f1e76ac670fbf2
tree6b46c98f6c4c30fc8d22e89f088256deae88d8ab
parentf23e586f898704626b4db5287a1c70cdfb11af5d
pxe: centralize all the IP information and export it to modules

It appears that there still are PXE stacks in the field which needs
the crutch of being pointed to the default gateway.  As such, put all
the IP information into a single memory structure and allow modules to
see it.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/include/syslinux/config.h
core/comboot.inc
core/fs/pxe/dhcp_option.c
core/fs/pxe/dnsresolv.c
core/fs/pxe/idle.c
core/fs/pxe/pxe.c
core/fs/pxe/pxe.h
core/pxelinux.asm
doc/comboot.txt