Documentation
¶
Index ¶
Constants ¶
View Source
const (
SkipVrfTemplateVni = -1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { VRFToVNI map[string]int `yaml:"vnimap"` VRFConfig map[string]VRFConfig `yaml:"vrfConfig"` BPFInterfaces []string `yaml:"bpfInterfaces"` SkipVRFConfig []string `yaml:"skipVRFConfig"` ServerASN int `yaml:"serverASN"` }
func LoadConfig ¶
func (*Config) ReloadConfig ¶ added in v0.2.0
func (*Config) ShouldSkipVRFConfig ¶
Click to show internal directories.
Click to hide internal directories.