Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2024 06:16:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 277687] IPv4 link-level problem with ng_iface(4)
Message-ID:  <bug-277687-7501-M3HR5gWvWc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277687-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277687-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277687

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=3D"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 interfac=
es,
too. This is already fixed in recent branches AFAIR.

I've just replaced ifconfig_DEFAULT=3D"SYNCDHCP" with multiple lines in 13.=
3:

ifconfig_em0=3D"SYNCDHCP"
ifconfig_vtnet0=3D"SYNCDHCP"
...

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277687-7501-M3HR5gWvWc>