package
Version:
v0.1.9
Opens a new window with list of versions in this module.
Published: Apr 16, 2023
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"`
IgnorePeerASNs []uint32 `yaml:"ignore_peer_asns"`
}
RISConfig is the config of RIS instance
LoadConfig loads a RIS config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.