diff options
author | Michael Brown | 2009-02-05 10:30:32 +0100 |
---|---|---|
committer | Michael Brown | 2009-02-05 10:34:32 +0100 |
commit | 881f1f59ef2abb9b0e9c5a56730a22fb9094b84c (patch) | |
tree | 589ef6553912e55d8ae56d666d5765f179666a7c /src/include/usr | |
parent | [pxe] Skip PXE boot server discovery if directed to do so (diff) | |
download | ipxe-881f1f59ef2abb9b0e9c5a56730a22fb9094b84c.tar.gz ipxe-881f1f59ef2abb9b0e9c5a56730a22fb9094b84c.tar.xz ipxe-881f1f59ef2abb9b0e9c5a56730a22fb9094b84c.zip |
[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits
Various combinations of options 43.6, 43.7 and 43.8 dictate which
servers we send Boot Server Discovery requests to, and which servers
we should accept responses from. Obey these options, and remove the
explicit specification of a single Boot Server from start_pxebs() and
dependent functions.
Diffstat (limited to 'src/include/usr')
-rw-r--r-- | src/include/usr/dhcpmgmt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/usr/dhcpmgmt.h b/src/include/usr/dhcpmgmt.h index dc9de7bb..0f275600 100644 --- a/src/include/usr/dhcpmgmt.h +++ b/src/include/usr/dhcpmgmt.h @@ -10,7 +10,6 @@ struct net_device; extern int dhcp ( struct net_device *netdev ); -extern int pxebs ( struct net_device *netdev, struct in_addr pxe_server, - unsigned int pxe_type ); +extern int pxebs ( struct net_device *netdev, unsigned int pxe_type ); #endif /* _USR_DHCPMGMT_H */ |