From 663e719021f5f515a81806d8fd365b634102a247 Mon Sep 17 00:00:00 2001 From: Andre Fernando Zanella Kantek Date: Tue, 6 Jul 2021 08:25:06 -0400 Subject: [PATCH] Use valid client option for DHCPv6 The option dhcp6.domain-name-servers do not exist on dhclient.conf rules. The correct parameter is dhcp6.name-servers. The resulting error messages were leading to an invalid diagnosis for the associated launchpad Related-bug: 1934676 Signed-off-by: Andre Fernando Zanella Kantek Change-Id: I3b16f1db8eb0e91ceef75c426dcfd90321b8d627 --- dhcp-config/files/dhclient.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcp-config/files/dhclient.conf b/dhcp-config/files/dhclient.conf index 6957e6a..367a7a3 100644 --- a/dhcp-config/files/dhclient.conf +++ b/dhcp-config/files/dhclient.conf @@ -6,7 +6,7 @@ request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, interface-mtu, fqdn, dhcp6.fqdn, wrs-install-uuid, dhcp6.wrs-install-uuid, netbios-name-servers, netbios-scope, - dhcp6.domain-name-servers; + dhcp6.name-servers; timeout 30;