Versions in this module Expand all Collapse all v0 v0.8.0 Sep 7, 2026 Changes in this version + func CleanupAllUruncTaps() error type Interface + MTU int v0.7.0 Dec 23, 2025 Changes in this version + const DefaultInterface + const DefaultTap + var StaticIPAddr = fmt.Sprintf("%s/24", constants.StaticNetworkTapIP) + func Cleanup(tapDevice string) error + type DynamicNetwork struct + func (n DynamicNetwork) NetworkSetup(uid uint32, gid uint32) (*UnikernelNetworkInfo, error) + type Interface struct + DefaultGateway string + IP string + Interface string + MAC string + Mask string + type Manager interface + NetworkSetup func(uid uint32, gid uint32) (*UnikernelNetworkInfo, error) + func NewNetworkManager(networkType string) (Manager, error) + type StaticNetwork struct + func (n StaticNetwork) NetworkSetup(uid uint32, gid uint32) (*UnikernelNetworkInfo, error) + type UnikernelNetworkInfo struct + EthDevice Interface + TapDevice string