Skip to content

DHCP: Handling client identifier in server side

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

Latest test result: http://10.100.9.6/results/20221123122930

Merge request reports