addbr
addbr is a Linux command used to create a new software bridge device. A bridge operates at the data link layer to connect multiple network interfaces as a single broadcast domain, which is useful for virtualization, container networking, and multiport LAN setups. The tool is part of bridging utilities that manage virtual network devices on Linux.
Historically, addbr is provided by the bridge-utils package and is commonly implemented as a wrapper around
Typical usage involves creating the bridge, enabling it, and then adding ports. For example, one can create
Administrators may configure additional bridge options as needed, including port learning behavior, Spanning Tree Protocol settings,