Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Sep 2025 11:33:56 +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-K12vTYF9EY@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 #13 from Lexi Winter <ivy@FreeBSD.org> ---
it's configuring it with the configuration in rc.conf.  when the interface
comes up, devd runs "/etc/pccard_ether bridge0 start", which runs
"/etc/rc.d/netif start bridge0", which configures the interface based on wh=
at
you put in /etc/rc.conf.=20=20

so in this case, you should use ifconfig create and let devd configure the
interface itself, or else disable devd's automatic configuration (e.g., with
NOAUTO) and do it manually (with netif or however you prefer).

--=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-K12vTYF9EY>