Re: dhclient appears to misinterpret the exit status of dhclient-script

2019-02-07 Thread Konstantin Belousov
On Thu, Feb 07, 2019 at 08:45:32PM -0600, Nash Kaminski wrote: > Hello, > > I have been attempting to debug a peculiar issue with dhclient on a > vanilla FreeBSD 11.2 system where it appears that even if > dhclient-script returns nonzero when invoked in response to a protocol > timeout, dhclient c

Re: dhclient appears to misinterpret the exit status of dhclient-script

2019-02-07 Thread Ryan Moeller
Nice catch! Apparently this was fixed in OpenBSD 11 years ago, before they nuked the whole script thing. https://github.com/openbsd/src/commit/b215a882fd7e98ff38505d62bfc539bee124e0ee > On Feb 7, 2019, at 6:45 PM, Nash Kaminski wrote: > > Hello, > > I have been attempting to debug a peculiar i

dhclient appears to misinterpret the exit status of dhclient-script

2019-02-07 Thread Nash Kaminski
Hello, I have been attempting to debug a peculiar issue with dhclient on a vanilla FreeBSD 11.2 system where it appears that even if dhclient-script returns nonzero when invoked in response to a protocol timeout, dhclient continues as if the address was bound successfully, as opposed to the protoc