Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LocalV4Config LocalConfig `yaml:"local_v4"`
LocalV6Config LocalConfig `yaml:"local_v6"`
Sources []SourceConfig `yaml:"sources"`
Receivers []ReceiverConfig `yaml:"receivers"`
}
type LocalConfig ¶
type ReceiverConfig ¶
type SourceConfig ¶
type SourceConfig struct {
Name string `yaml:"name"`
SourceIP string `yaml:"source_ip"`
StickyBytesStart int `yaml:"sticky_bytes_start"`
StickyBytesLength int `yaml:"sticky_bytes_length"`
StickyBytesEnd int
DefaultCatchallOnly bool `yaml:"default_catchall_only"`
Receivers []string `yaml:"receivers"`
}
Click to show internal directories.
Click to hide internal directories.