[Bug 289142] sysutils/vm-bhyve: public bridge fails on 15-CURRENT unless net.link.bridge.member_ifaddrs=1 is set

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289142

--- Comment #3 from Henryk Paluch <[email protected]> ---
(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";
};

-- 
You are receiving this mail because:
You are on the CC list for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.