If dhcpcd find two networks with a DHCP server, and both DHCP servers are giving domain information, dhcpcd puts two search lines into /etc/resolv.conf which results in only usign the second one. dhcpcd should gather all the domains and put them into one line. Reproducible: Always Steps to Reproduce: - Two networks with a DHCP server, both providing domain parts. Actual Results: contents of /etc/resolv.conf: ... search a.example.com search b.example.com Expected Results: search a.example.com b.example.com
Fixed here: http://roy.marples.name/projects/dhcpcd/ci/d064219ac7fad304a3c8ce0d1434566a4d033500?sbs=0 Can you test the 9999 build please?
Hello! Yes, it created a search line with two domains, cool! Thank you.
Is this in 6.4.0, which is now in the tree? Thanks, William
(In reply to William Hubbs from comment #3) > Is this in 6.4.0, which is now in the tree? No it's not. There's a PD enhancement I'm working on and when that's done I'll release 6.4.1, hopefully this weekend.
dhcpcd-6.4.1 released to fix this
Dhcpcd-6.4.2 is now in the tree; Thanks a lot, Roy. :-)