From 6f0cb0bf4f19a75e4ca791d249d4bf2b689b4ebf Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 19 Dec 2018 13:42:10 +0100 Subject: [PATCH] dhcp/trivial: add comment about requiring DHCP client-id for infiniband --- src/dhcp/nm-dhcp-systemd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dhcp/nm-dhcp-systemd.c b/src/dhcp/nm-dhcp-systemd.c index 614485c4e7..f0d41fa593 100644 --- a/src/dhcp/nm-dhcp-systemd.c +++ b/src/dhcp/nm-dhcp-systemd.c @@ -740,6 +740,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,