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

2024-03-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277687

Eugene Grosbein  changed:

   What|Removed |Added

 Resolution|--- |Not A Bug
 Status|New |Closed

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


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

2024-03-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277687

Eugene Grosbein  changed:

   What|Removed |Added

Summary|IPv4 link-level problem |IPv4 link-level problem
   |with ng(4)  |with ng_iface(4)

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