dhcpcd
dhcpcd copied to clipboard
--noconfigure option not working when using ia_pd
Whenever ia_pd is being used inside an interface block, the requesting interface gets the link local address deleted even though dhcpcd was started with --noconfigure and ia_pd is used just to request a prefix, not assign it.
The configuration file is as follows:
timeout 60 background release option domain_name_servers, domain_name, domain_search option classless_static_routes option host_name require dhcp_server_identifier noipv6rs nohook resolv.conf interface if_0 ia_na ia_pd 1 -
Is this normal behavior with --noconfigure?