mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Have DHCP set the nameserver, rather than DNS read the DHCP nameserver
value.
This commit is contained in:
@@ -109,6 +109,8 @@ struct dns_request {
|
||||
struct retry_timer timer;
|
||||
};
|
||||
|
||||
extern struct in_addr nameserver;
|
||||
|
||||
extern int dns_resolv ( const char *name, struct sockaddr *sa,
|
||||
struct async *parent );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user