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 <AndreFernandoZanella.Kantek@windriver.com>
Change-Id: I3b16f1db8eb0e91ceef75c426dcfd90321b8d627
This commit is contained in:
Andre Fernando Zanella Kantek 2021-07-06 08:25:06 -04:00
parent af46ca0cb6
commit 663e719021
1 changed files with 1 additions and 1 deletions

View File

@ -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;