pub fn add_interface_to_bridge(
    interface_id: i32,
    bridge: &str
) -> Result<i32, Error>
Expand description

Attach an interface to a bridge.

The bridge must already exist.