Bridging with ip
 *
Create a Bridge
ip link add name
name
type bridge
ip link set
name
up
Add an Interface to a Bridge
ip link set ethX up
ip link set ethX master
name
Remove an Interface from a Bridge
ip link set ethX nomaster
Destroy a Bridge
ip link delete name
name
type bridge
*
ip
is one of
many 
networking tools in
iproute2
commands available in iproute2
good intro to bin/ip with examples can be found here
This document: August 16, 2023