[Bug 278043] Diskless nfs root BOOTP/DHCP Broken

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Apr 2024 16:08:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278043

--- Comment #4 from Gleb Smirnoff <glebius@FreeBSD.org> ---
I haven't yet look deep into the problem, but my first thought about it
was the following.  Why do we create a UDP socket from the kernel, while
a userland dhclient would use a raw socket?  In kernel we are closer to
the network stack but we use a higher level primitive than dhclient.

-- 
You are receiving this mail because:
You are the assignee for the bug.