MCPcopy Create free account
hub / github.com/coreswitch/zebra / Serialize

Method Serialize

bgp/message.go:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89type BgpBody interface {
90 DecodeFromBytes([]byte) error
91 Serialize() ([]byte, error)
92}
93
94type BgpMessage struct {

Callers 9

SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
SerializeMethod · 0.65
TcpWriteMethod · 0.65
SendNotificationMethod · 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