diff options
| author | Michael Brown | 2009-01-31 08:36:05 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-02-01 02:21:40 +0100 |
| commit | e65afc4b10552ec9ac7de2f0d924b96bc71aaad0 (patch) | |
| tree | 36e528a6d947aa8701208953e74cd496728955b4 /src/include/gpxe/fakedhcp.h | |
| parent | [settings] Avoid duplicate settings block names (diff) | |
| download | ipxe-e65afc4b10552ec9ac7de2f0d924b96bc71aaad0.tar.gz ipxe-e65afc4b10552ec9ac7de2f0d924b96bc71aaad0.tar.xz ipxe-e65afc4b10552ec9ac7de2f0d924b96bc71aaad0.zip | |
[dhcp] Split PXE menuing code out of dhcp.c
The DHCP client code now implements only the mechanism of the DHCP and
PXE Boot Server protocols. Boot Server Discovery can be initiated
manually using the "pxebs" command. The menuing code is separated out
into a user-level function on a par with boot_root_path(), and is
entered in preference to a normal filename boot if the DHCP vendor
class is "PXEClient" and the PXE boot menu option exists.
Diffstat (limited to 'src/include/gpxe/fakedhcp.h')
| -rw-r--r-- | src/include/gpxe/fakedhcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/fakedhcp.h b/src/include/gpxe/fakedhcp.h index 990b56af0..550b74f73 100644 --- a/src/include/gpxe/fakedhcp.h +++ b/src/include/gpxe/fakedhcp.h @@ -15,7 +15,7 @@ extern int create_fakedhcpdiscover ( struct net_device *netdev, void *data, size_t max_len ); extern int create_fakedhcpack ( struct net_device *netdev, void *data, size_t max_len ); -extern int create_fakeproxydhcpack ( struct net_device *netdev, - void *data, size_t max_len ); +extern int create_fakepxebsack ( struct net_device *netdev, + void *data, size_t max_len ); #endif /* _GPXE_FAKEDHCP_H */ |
