config

package
v2.1.2+incompatible Latest Latest
Warning

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

Go to latest
Published: May 28, 2019 License: Apache-2.0 Imports: 5 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	InterfaceNamePattern          string
	SetupMasquerade               bool
	SetupSNAT                     bool
	DefaultGWInterface            string
	IPTablesTimeoutSec            int
	EnableDebug                   bool
	InterfaceAutorefreshPeriodSec int
	MaxFinalizeWaitMinutes        int
	GwAddressOffset               int32
	MonPort                       int
	MonIP                         string
	MaxPortsPerMapping            int
}

Config holds all configuration variables required by smart-nat-controller

func NewConfig

func NewConfig() (*Config, error)

NewConfig returns new configuration settings for smart-nat-controller

func NewConfigFromArgs

func NewConfigFromArgs(interfaceNamePattern string, setupMasquerade, setupSNAT bool, defaultGWInterface string,
	ipTablesTimeoutSec int, enableDebug bool, interfaceAutorefreshPeriodSec, maxFinalizeWaitMinutes int,
	gwAddressOffset int32, monitorPort int, monitorIP string, maxPortsPerMapping int) (*Config, error)

NewConfigFromArgs creates new config struct from arguments, after running validation

Jump to

Keyboard shortcuts

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