dhcp: client use mac address as client identifier 43/41743/3
authorOle Troan <[email protected]>
Wed, 23 Oct 2024 19:13:19 +0000 (21:13 +0200)
committerDamjan Marion <[email protected]>
Fri, 25 Oct 2024 09:33:03 +0000 (09:33 +0000)
commit75f4960d12a37d0b6ad2cd003e2a10ddb2527db6
tree560193ffd05fcaf374dd1b4922fd39c3c22f341f
parentb6cf8ff28ba18026efbd7c22388b1d99aaaed639
dhcp: client use mac address as client identifier

Previously the DHCP client use a constant client identifier (vpp 1.1).
Problem with that is that multiple VPP clients on the same link would
fail. Fixed by using MAC address instead.

Type: improvement
Change-Id: If37f4a14cc728bde6c9ef6c169957562d763c973
Signed-off-by: Ole Troan <[email protected]>
src/plugins/dhcp/client.c