package
Version:
v0.0.3-pre13
Opens a new window with list of versions in this module.
Published: Jul 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BMPServer struct {
Address string `yaml:"address"`
Port uint16 `yaml:"port"`
Passive bool `yaml:"passive"`
}
BMPServer represent a BMP enable Router
type RISConfig struct {
BMPServers []BMPServer `yaml:"bmp_servers"`
}
RISConfig is the config of RIS instance
LoadConfig loads a RIS config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.