MCPcopy
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

285type SubTLVType uint8
286
287type SubTLV struct {
288 Type SubTLVType
289 Length uint16
290}
291
292func (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