[Bug 277687] IPv4 link-level problem with ng_iface(4)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Mar 2024 06:16:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277687

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Eugene Grosbein <eugen@freebsd.org> ---
The system is a virtual machine that has in /etc/rc.conf:

ifconfig_DEFAULT="SYNCDHCP"

This was intended to work with em0 or vtnet0 or any other supported kind of
emulated NIC.

Unfortunately, in stable/13 this setting messes with non-broadcast interfaces,
too. This is already fixed in recent branches AFAIR.

I've just replaced ifconfig_DEFAULT="SYNCDHCP" with multiple lines in 13.3:

ifconfig_em0="SYNCDHCP"
ifconfig_vtnet0="SYNCDHCP"
...

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