Crate network_bridge

source ·
Expand description

This crate is a simple wrapper around the ioctls exposed by Linux.

The goal of this crate is to make it easy to create networking bridges in Rust.

Structs

Builder pattern for constructing networking bridges.

Constants

The maximum length of an interface name.

Functions

Attach an interface to a bridge.
Create a network bridge using the interface name supplied.
Delete an existing network bridge of the interface name supplied.
Remove an interface from a bridge.
Converts an interface name into the identifier used by the kernel.