Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/osrg/gobgp
/ SubTLV
Struct
SubTLV
pkg/packet/bgp/prefix_sid.go:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
type
SubTLVType uint8
286
287
type
SubTLV
struct
{
288
Type SubTLVType
289
Length uint16
290
}
291
292
func
(s *SubTLV) Len() int {
293
return
int(s.Length) + subTLVHdrLen
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected