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

Method Serialize

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

Source from the content-addressed store, hash-verified

248}
249
250func (c *CapRouteRefresh) Serialize() ([]byte, error) {
251 c.CapCode = BGP_CAP_ROUTE_REFRESH
252 return c.CapabilityBase.Serialize()
253}
254
255type CapCarryingLabelInfo struct {
256 CapabilityBase

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.65

Tested by

no test coverage detected