vnet

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NAT

func NAT(name, mac string, configurators ...Configurator) cloudless.SpecSource

NAT defines dev spec of NAT network.

Types

type Config

type Config struct {
	ForwardMode string
	Name        string
	MAC         net.HardwareAddr
	IP4         net.IP
	IP4Mask     string
	IP6         net.IP
	IP6Prefix   uint8
}

Config represents vnet configuration.

type Configurator

type Configurator func(vnet *Config)

Configurator defines function setting the vnet configuration.

func IPs

func IPs(ips ...string) Configurator

IPs configures the IP addresses for host interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL