Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
func
(c *CapRouteRefresh) Serialize() ([]byte, error) {
251
c.CapCode = BGP_CAP_ROUTE_REFRESH
252
return
c.CapabilityBase.Serialize()
253
}
254
255
type
CapCarryingLabelInfo
struct
{
256
CapabilityBase
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.65
Tested by
no test coverage detected