Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2025 15:31:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 289142] sysutils/vm-bhyve: public bridge fails on 15-CURRENT unless net.link.bridge.member_ifaddrs=1 is set
Message-ID:  <bug-289142-7501-4E6dHjcrRF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-289142-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-289142-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D289142

--- Comment #3 from Henryk Paluch <hpaluch@seznam.cz> ---
(In reply to Lexi Winter from comment #2)

It is not possible to use DHCP flag with bridge, because bridge never emits
LINK_UP event nor media-type and thus dhclient service is never started from
/etc/devd/dhclient.conf

I have verified that for regular ethernet card following trigger will fire =
from
/etc/devd/dhclient.conf

notify 0 {
        match "system"          "IFNET";
        match "type"            "LINK_UP";
        media-type              "ethernet";
        action "service dhclient quietstart $subsystem";
};

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289142-7501-4E6dHjcrRF>