Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2021 08:20:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds
Message-ID:  <bug-221122-7501-woW4RrbUbH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221122-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221122-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=3D221122

Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zarychtam@plan-b.pwste.edu.
                   |                            |pl

--- Comment #24 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
At least one epair(4) can be created and added to the bridge early to make
consensus between capabilities:=20=20

ifconfig_oce3=3D"up mtu 9000"
cloned_interfaces=3D"bridge0 epair0 ..."
create_args_epair0=3D"mtu 9000 up"
ifconfig_bridge0=3D"addm oce3 addm epair0a ..."

The bridge will not suffer from epair(4) interfaces added later then.

--=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-221122-7501-woW4RrbUbH>