public interface BgpPrefixSidTlvRegistry
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv |
parseBgpPrefixSidTlv(int type,
io.netty.buffer.ByteBuf buffer)
Decode incoming TLV.
|
void |
serializeBgpPrefixSidTlv(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv,
io.netty.buffer.ByteBuf bytes)
Encode TLV instance.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv parseBgpPrefixSidTlv(int type,
io.netty.buffer.ByteBuf buffer)
type - number of TLVbuffer - contains bytes of TLVvoid serializeBgpPrefixSidTlv(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev180329.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv tlv,
io.netty.buffer.ByteBuf bytes)
tlv - instancebytes - encoded TLV outcomeCopyright © 2019 OpenDaylight. All rights reserved.