[Bug 292164] llan0 doesn't allow dhclient until an IP is provided on the interface
[email protected] Fri, 24 Apr 2026 02:28:00 +0000
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D292164 --- Comment #2 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D74dff310698b9a4da9804ed0ded00428b= 0aebbe8 commit 74dff310698b9a4da9804ed0ded00428b0aebbe8 Author: Justin Hibbits <[email protected]> AuthorDate: 2026-04-23 03:12:37 +0000 Commit: Justin Hibbits <[email protected]> CommitDate: 2026-04-24 02:24:13 +0000 pseries/llan: call init when ioctl sets interface UP This should fix dhcp on an unitialized interface. This solution was found while comparing against another driver, SIOCSIFFLAGS is used by dhclient to force the interface up before it has an IP address. However, all setup work is done in llan_init(), so the interface would not be enabled if configured via only the SIOCSIFFLAGS ioctl. By running llan_init() when the interface is forced up via SIOCSIFFLAGS, the interface is initialized properly. PR: 292164 sys/powerpc/pseries/phyp_llan.c | 4 ++++ 1 file changed, 4 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.=