| 2052 | } |
| 2053 | |
| 2054 | type LabeledIPAddrPrefix struct { |
| 2055 | IPAddrPrefixDefault |
| 2056 | Labels MPLSLabelStack |
| 2057 | } |
| 2058 | |
| 2059 | func (l *LabeledIPAddrPrefix) IPPrefixLen() uint8 { |
| 2060 | return uint8(l.Prefix.Bits()) |
nothing calls this directly
no outgoing calls
no test coverage detected