Roy Marples
Roy Marples
@athanp is it only `SIOCSPFXFLUSH_IN6` that is reporting the error for you? Does it fail to start after that? @DigitalDJ what OpenBSD version are you using?
Does this patch help both of you? ``` --- a/src/eloop.c +++ b/src/eloop.c @@ -36,6 +36,7 @@ * On Linux use epoll(7) * Everywhere else use ppoll(2) */ +#undef BSD #ifdef...
@athanp @DigitalDJ Can you test that branch please? Hopefully fixes the issue for you. NOTE: I cannot replicate this on my FreeBSD-14.3, 15-STABLE or OpenBSD-7.8 vm's.
@peabee does dhcpcd actually exit though? If not, can you check logs / dmesg for any error?
Can you test the commit on the above branch please to see if that fixes it for you?