# Functions
Decode decodes a BMP message.
# Constants
No description provided by the author
No description provided by the author
BMPVersion is the supported BMP version.
CommonHeaderLen is the length of a common header.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MinLen is the minimal length of a BMP message.
OpenMsgMinLen is the minimal length of a BGP open message.
No description provided by the author
No description provided by the author
No description provided by the author
PerPeerHeaderLen is the length of a per peer header.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CommonHeader represents a common header.
InformationTLV represents an information TLV.
InitiationMessage represents an initiation message.
PeerDownNotification represents a peer down notification.
PeerUpNotification represents a peer up notification.
PerPeerHeader represents a BMP per peer header.
RouteMirroringMsg represents a route mirroring message.
RouteMonitoringMsg represents a Route Monitoring Message.
StatsReport represents a stats report message.
TerminationMessage represents a termination message.
# Interfaces
Msg is an interface that every BMP message must fulfill.