package
2.0.0-20250306012055-6a24302b7e9e
Repository: https://github.com/sandia-minimega/minimega.git
Documentation: pkg.go.dev
# Functions
CheckOVS runs a simple openvswitch command to test whether openvswitch is running or not.
DestroyBridge deletes an `unmanaged` bridge.
DestroyTap destroys an `unmanaged` tap using the `ip` command.
NewBridges creates a new Bridges using d as the default bridge name, tf as the format string for the tap names (e.g.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Bridge stores state about an openvswitch bridge including the taps, tunnels, trunks, and netflow.
BridgeInfo is a summary of fields from a Bridge.
Bridges manages a collection of `Bridge` structs.
No description provided by the author
Tap represents an interface that is attached to an openvswitch bridge.
# Type aliases
TunnelType is used to specify the type of tunnel for `AddTunnel`.