package
Version:
v0.0.0-...-cc87309
Opens a new window with list of versions in this module.
Published: Apr 6, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package bgp provides control functions for BGP operations
Config stores a router's local configuration
Daemon wraps a gobgp.BgpServer
New constructs a new Daemon
Announce announces a route
Listen starts the BGP server
NewPeer creates a new BGP session
type Session struct {
Address string `json:"address" validate:"required"`
Asn uint32 `json:"asn" validate:"required"`
}
Session stores a BGP session
Source Files
¶
Click to show internal directories.
Click to hide internal directories.