MCPcopy
hub / github.com/osrg/gobgp / LabeledIPAddrPrefix

Struct LabeledIPAddrPrefix

pkg/packet/bgp/bgp.go:2054–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2052}
2053
2054type LabeledIPAddrPrefix struct {
2055 IPAddrPrefixDefault
2056 Labels MPLSLabelStack
2057}
2058
2059func (l *LabeledIPAddrPrefix) IPPrefixLen() uint8 {
2060 return uint8(l.Prefix.Bits())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected