[Bug 289142] sysutils/vm-bhyve: public bridge fails on 15-CURRENT unless net.link.bridge.member_ifaddrs=1 is set
| 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.