Date: Sat, 06 Sep 2025 09:31:52 +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-FQCJa1R3Ux@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=289295 Lexi Winter <ivy@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ivy@FreeBSD.org --- Comment #3 from Lexi Winter <ivy@FreeBSD.org> --- > Probably, it is up to bridge driver to handle such internaly? no, you should change the configuration. create the bridge interface on startup, add the external member interface(s), and assign the IP address to the bridge: cloned_interfaces="bridge0" ifconfig_igb0="up" ifconfig_bridge0="addm igb0 inet 1.2.3.4/24 up" then when you create a jail, add the interface to the bridge: ifconfig bridge0 addm epair0a assigning IP addresses to a bridge member interface doesn't work properly and is the wrong way to do it. -- 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-FQCJa1R3Ux>
