Skip to content
  • Tom Gundersen's avatar
    dhcp: support notifying the client of the result of DAD · 401fee7c
    Tom Gundersen authored and Beniamino Galvani's avatar Beniamino Galvani committed
    The DHCP client is not meant to use the assigned address before DAD
    has completed successfully, if enabled. And if DAD fails, the server
    should be notified with a DECLINE, in order to potentially blacklist
    the address.
    
    Currently, none of the clients support this, but add the required
    callbacks, and allow clients to opt in if they want.
    401fee7c