DNS config support on macOS
This commit is contained in:
parent
d2708daa8e
commit
302ac8fefe
6 changed files with 166 additions and 2 deletions
|
@ -62,6 +62,9 @@ public:
|
|||
throw();
|
||||
|
||||
private:
|
||||
void _removeDnsConfig(const char *domain, const std::vector<InetAddress> &servers);
|
||||
void _addDnsConfig(const char *domain, const std::vector<InetAddress> &servers);
|
||||
|
||||
void (*_handler)(void *,void *,uint64_t,const MAC &,const MAC &,unsigned int,unsigned int,const void *,unsigned int);
|
||||
void *_arg;
|
||||
uint64_t _nwid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue