https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277687

Eugene Grosbein <eu...@freebsd.org> changed:

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

--- Comment #1 from Eugene Grosbein <eu...@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.

Reply via email to