Merge branch 'master' into dev

This commit is contained in:
Adam Ierymenko
2022-04-13 19:55:22 -04:00
9 changed files with 116 additions and 33 deletions

View File

@@ -2294,6 +2294,7 @@ public:
fprintf(stderr,"ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf));
}
}
#endif
#ifdef __APPLE__
if (!MacDNSHelper::addIps(n.config().nwid, n.config().mac, n.tap()->deviceName().c_str(), newManagedIps))