Skip to content

DHCP: Handling client identifier in server side

subramanian c requested to merge handle_clid into devel

Description: If the 'client identifier' option is present in a message received from a client, the server MUST return the 'client identifier' option in its response messages.

Change Summary: Adding 'client identifier' option on server responses if option present in messages from client. Test results: https://project.iopsys.eu/issues/9104#note-12

Merge request reports