Documentation ¶
Index ¶
Constants ¶
View Source
const ( RouteStatusUnknown = iota RouteStatusPending RouteStatusAnnounced RouteStatusCriticalFailure )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BGPConfig ¶
type RouteStatus ¶
type RouteStatus int
func (RouteStatus) String ¶
func (s RouteStatus) String() string
type RouteUpdate ¶
type RouteUpdate struct { IP string Status RouteStatus }
func (RouteUpdate) String ¶
func (r RouteUpdate) String() string
Click to show internal directories.
Click to hide internal directories.