I would like to understand if the DHCP client running in our embedded device is expected to send DHCP request unicasted to the server in the following events?
- Eth0 goes down and comes back online
- Physically Unplugging the ethernet cable.
As per a normal dhcp client running in the Windows 10 machine,It does send the unicast message in the event of unplug and disable/enable the interface.However the RFC 2131 doesn't explicitly states the behaviour? Or I missed some points in the RFC??