[Bug 221122] Attaching interface to a bridge stops all traffic on uplink NIC for few seconds

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Dec 2021 08:20:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221122

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:  

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

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

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