Skip to content

DHCP: Handling client identifier in server side

subramanian c requested to merge 9104_dhcp_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.

Merge request reports