Date: Sat, 06 Sep 2025 11:22:29 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 289295] Host IP address ARP mapping jumps to address-less epair interface added to a bridge unexpectedly Message-ID: <bug-289295-7501-gACx5TlhLk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-289295-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-289295-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=3D289295 --- Comment #10 from vova@fbsd.ru --- root case of the problem seems in how we configure cloned interfaces=20 I think, on rc we do following: ifconfig ifnameX create ... then devd does his unexpected black magic=20 ifconfig ifnameX <config>=20 so, config applied when we already have some "magic" from devd ...=20 probably, we'd better to do=20 ifconfig ifnameX create <config>=20 so, not provide any window for devd to jump into ... --=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-289295-7501-gACx5TlhLk>