[Bug 250749] /etc/network.subr: Mitigate absence of LINK_UP notification when VIRTIO_NET_F_STATUS is not negotiated

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Sep 2023 06:19:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250749

--- Comment #3 from Helge Oldach <freebsd@oldach.net> ---
I suspect this behaviour is visible in other drivers as well: I am seeing the
same behaviour on a bge interface with several subinterfaces configured for
"DHCP", but only the first one triggers devd to call "service dhclient ...".
There are no subsequent LINK_UP events for other subinterfaces. The fix is to
use "SYNCDHCP" instead which uses /etc/rc.d/netif to bring up the dhclients.

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