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§
- Bridge
Builder - Builder pattern for constructing networking bridges.
Constants§
- IFNAMSIZ
- The maximum length of an interface name.
Functions§
- add_
interface_ to_ bridge - Attach an interface to a bridge.
- create_
bridge - Create a network bridge using the interface name supplied.
- delete_
bridge - Delete an existing network bridge of the interface name supplied.
- delete_
interface_ from_ bridge - Remove an interface from a bridge.
- interface_
id - Converts an interface name into the identifier used by the kernel.