to make label with bottom of stack
| 163 | |
| 164 | // to make label with bottom of stack |
| 165 | type prefixSidLabel struct { |
| 166 | Label uint32 |
| 167 | IPAddrPrefixDefault |
| 168 | } |
| 169 | |
| 170 | func (l *prefixSidLabel) Serialize(options ...*MarshallingOption) ([]byte, error) { |
| 171 | bits := 8*3 + l.Prefix.Bits() |
nothing calls this directly
no outgoing calls
no test coverage detected