Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreswitch/zebra
/ BgpBody
Interface
BgpBody
bgp/message.go:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
type
BgpBody
interface
{
90
DecodeFromBytes([]byte) error
91
Serialize() ([]byte, error)
92
}
93
94
type
BgpMessage
struct
{
95
Header BgpHeader
Callers
15
DecodeFromBytes
Method · 0.65
DecodeFromBytes
Method · 0.65
DecodeFromBytes
Method · 0.65
DecodeFromBytes
Method · 0.65
DecodeFromBytes
Method · 0.65
DecodeFromBytes
Method · 0.65
ParseBgpBody
Function · 0.65
Serialize
Method · 0.65
Serialize
Method · 0.65
Serialize
Method · 0.65
Serialize
Method · 0.65
Serialize
Method · 0.65
Implementers
15
ASPath
policy/aspath.go
As4Segment
policy/aspath.go
As2Segment
policy/aspath.go
As4Segment
bgp/aspath.go
As2Segment
bgp/aspath.go
EvpnNlri
bgp/evpn.go
BgpHeader
bgp/message.go
CapabilityBase
bgp/message.go
CapMultiProtocol
bgp/message.go
CapGracefulRestart
bgp/message.go
Cap4OctetAsNumber
bgp/message.go
Capability
bgp/message.go
Calls
no outgoing calls
Tested by
no test coverage detected