You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dhcpsd: -w waits for dynmically created interfaces (#4)
* dhcpsd: -w waits for dynmically created interfaces
The interface you may want to configure might not
exist when dhcpsd first starts.
The -w option will cause dhcpcd to only configure
an interface when it recieves a message on it.
We assume if we have received a message it's
ready as we cannot guess which address to use.
So ensure the server address is added before the
interface is marked as up!
If the interface is marked as down then the
interface is deconfigured.
This allows dhcpsd to be used in-place of the
macOS DHCP server as provided by the UTM
framework.
0 commit comments