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

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

Eugene Grosbein <[email protected]> changed:

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

--- Comment #1 from Eugene Grosbein <[email protected]> ---
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.
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.