mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[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.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user