+ * Detect local IP address and pass it as the DHCP server-identifier
+ option, as required by several DHCP clients.
+ * Reuse the existing DHCP socket for replies by binding it to the
+ client VM interface and then restoring its global binding after
+ sendto(); this keeps replies coming from port 67, as is standard.