Guy Yur
Guy Yur
Hi, udp_wfd in [privileged proxy] also needs to be created (currently still -1 because of check for global options) https://github.com/NetworkConfiguration/dhcpcd/blob/always_start_inet_proxy/src/privsep-root.c#L707 used in: https://github.com/NetworkConfiguration/dhcpcd/blob/always_start_inet_proxy/src/privsep-inet.c#L269 Some options: 1. Always create it -...
@rsmarples I played around with implementing option 3 (sending messages to create/destroy the sockets) in case you are interested. ~~A bit rough and only implemented for bootp at the moment...