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

Remove an interface from a bridge.

The bridge must already exist and the interface must already be attached to the bridge.