mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 18:40:24 +01:00
dhcp/trivial: add comment about requiring DHCP client-id for infiniband
(cherry picked from commit 6f0cb0bf4f)
This commit is contained in:
parent
ba132ab58e
commit
c10868c7ff
1 changed files with 2 additions and 0 deletions
|
|
@ -660,6 +660,8 @@ ip4_start (NMDhcpClient *client,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* Note that we always set a client-id. In particular for infiniband that is necessary,
|
||||
* see https://tools.ietf.org/html/rfc4390#section-2.1 . */
|
||||
r = sd_dhcp_client_set_client_id (sd_client,
|
||||
client_id_arr[0],
|
||||
client_id_arr + 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue