Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgeConfig ¶
type BridgeConfig struct {
Name string
IP string
FixedCIDR string
GatewayIPv4 string
PreferredIP string
Mtu int
ICC bool
IPTables bool
IPForward bool
IPMasq bool
UserlandProxy bool
UserlandProxyPath string
}
BridgeConfig defines the bridge network configuration.
type Config ¶
type Config struct {
Type string
// meta store
MetaPath string
// bridge config
BridgeConfig BridgeConfig
}
Config defines the network configuration.
Click to show internal directories.
Click to hide internal directories.