Exact reason is to be determined, but with Managed and OtherConfig flags and DNS server option present in DHCPv6 server config, set interfaces ethernet eth0 address dhcpv6, it acquires an addresss, but the DNS server is not added to resolv.conf
Description
Description
Details
Details
- Version
- 1.2-rolling-201909240547
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Bug (incorrect behavior)
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | BUG | None | T2464 DNS bugs (parent task) | ||
Resolved | BUG | Viacheslav | T1751 DNS server addresses from DHCPv6 are not added to resolv.conf | ||
Resolved | BUG | c-po | T2590 DHCPv6 not updating nameservers and search domains since replacing isc-dhcp-client with WIDE dhcp6c |
Event Timeline
Comment Actions
This would have been fixed for isc-dhcp-client if T2590 hadn't happened in the process of me working on it, now it requires writing a new dhclient script for the WIDE client.
Comment Actions
Works as expected in VyOS 1.5-rolling-202404290019 and VyOS 1.4-stable-202404300309 and VyOS 1.3-stable-202404300508
vyos@r1-right:~$ cat /etc/resolv.conf ### Autogenerated by VyOS ### ### Do not edit, your changes will get overwritten ### # dhcp-eth1 nameserver 1.1.1.1 nameserver 100.64.0.14 # dhcpv6-eth1 nameserver 2001:db8::1 vyos@r1-right:~$