acst1223

Results 3 comments of acst1223

Thanks for the reminder! I now understand that this detection is in [`dhcp_handleifa()`](https://github.com/NetworkConfiguration/dhcpcd/blob/793825f70ed8a9e48e5105bc45255db2757c3cdb/src/dhcp.c#L4244C1-L4244C15). However, it only sets the address to state if PRIVSEP is [used](https://github.com/NetworkConfiguration/dhcpcd/blob/793825f70ed8a9e48e5105bc45255db2757c3cdb/src/dhcp.c#L4282). What's the purpose for this?...

Hi @rsmarples , is there any idea on this issue? Do you think we can remove the PRIVSEP [here](https://github.com/NetworkConfiguration/dhcpcd/blob/793825f70ed8a9e48e5105bc45255db2757c3cdb/src/dhcp.c#L4282)?

Thanks for your patch! I've tried it and it fixes this issue perfectly!