[Bug 289295] Host IP address ARP mapping jumps to address-less epair interface added to a bridge unexpectedly

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Sep 2025 11:22:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289295

--- Comment #10 from vova@fbsd.ru ---
root case of the problem seems in how we configure cloned interfaces 

I think, on rc we do following:

ifconfig ifnameX create
... then devd does his unexpected black magic 
ifconfig ifnameX <config> 

so, config applied when we already have some "magic" from devd ... 
probably, we'd better to do 

ifconfig ifnameX create <config> 
so, not provide any window for devd to jump into ...

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