| Summary: | "udhcpc -n -b" still exits after backgrounding on no lease | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Andrey <ahippo> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahippo, busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.30.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://unix.stackexchange.com/questions/202839/overriding-udchcp-flags-used-by-ifup-in-busybox | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
Minimal .config
Proposed fix |
||
|
Description
Andrey
2019-02-22 19:59:52 UTC
Created attachment 7951 [details]
Minimal .config
Created attachment 7956 [details]
Proposed fix
A simple reproducer: ip link add type veth ip link set veth0 up busybox udhcpc -n -i veth0 -b -S fixed in git: commit 87e216294af9eec39c0c1d553555f8a98c15db38 Author: Andrey Mazo <ahippo@yandex.com> Date: Fri Feb 22 16:46:19 2019 -0500 udhcpc: don't exit after backgrounding on -n -b |