| Summary: | [PATCH] dhclient runs away on interface removal | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | lyndon <lyndon> | ||||
| Component: | bin | Assignee: | Martin Blapp <mbr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
lyndon
2000-09-18 22:00:01 UTC
Responsible Changed From-To: freebsd-bugs->obrien Over to dhcp maintainer. State Changed From-To: open->analyzed I don't want the FreeBSD dhclient to become its own mutant. I'll only apply a change such as this one if you can get the ISC to make the same [exact] change to the version 3 client. If this change is already in the version 3 software, pointing out the exact CVS revisions where the change entered would greatly increase my agreement to make the change and greatly speed my analysis of the change. Does this mean ISC version 3 will be imported once it's released? If that's the case then you can close the PR and I'll submit this directly to ISC. Responsible Changed From-To: obrien->freebsd-bugs I am not the single dhclient maintainer now. State Changed From-To: analyzed->closed Closed by submitter's request. State Changed From-To: closed->open Fix is still not committed to the ISC repo. I'll deal with this mess. Responsible Changed From-To: freebsd-bugs->mbr Take this PR State Changed
From-To: open->analyzed
Fixed some time ago in dhclient. The patch committed is
not the same, but almost:
bpf.c: line 427
#ifdef __FreeBSD__
if (errno == ENXIO) {
#else
if (errno == EIO) {
#endif
dhcp_interface_remove
((omapi_object_t *)interface,
(omapi_object_t *)0);
Can you test if it still fails with recent BSD's. Unfortunatly
all pccards and cardbus cards fail here to work on my laptop.
State Changed From-To: analyzed->closed Submitter timeout. |