MCPcopy 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
89type BgpBody interface {
90 DecodeFromBytes([]byte) error
91 Serialize() ([]byte, error)
92}
93
94type BgpMessage struct {
95 Header BgpHeader

Callers 15

DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
DecodeFromBytesMethod · 0.65
ParseBgpBodyFunction · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65

Implementers 15

ASPathpolicy/aspath.go
As4Segmentpolicy/aspath.go
As2Segmentpolicy/aspath.go
As4Segmentbgp/aspath.go
As2Segmentbgp/aspath.go
EvpnNlribgp/evpn.go
BgpHeaderbgp/message.go
CapabilityBasebgp/message.go
CapMultiProtocolbgp/message.go
CapGracefulRestartbgp/message.go
Cap4OctetAsNumberbgp/message.go
Capabilitybgp/message.go

Calls

no outgoing calls

Tested by

no test coverage detected