# Functions
Attach attaches any link to a bridge, based on the link type can be directly plugged or crossed over with a veth pair if name is provided, the name will be used in case of veth pair instead of a generated name.
AttachNicWithMac attaches an interface to a bridge and sets the MAC of the bridge to the same of the NIC.
Delete remove a bridge.
DetachNic detaches an interface from a bridge.
Exists check if a bridge named name already exists.
Get a bridge by name.
List list all the bridge interfaces.
List all nics attached to a bridge.
New creates a bridge and set it up.