Interface BgpPrefixSidTlvParser
public interface BgpPrefixSidTlvParser
Common interface for BGP prefix SID TLVs parser implementations.
-
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlvparseBgpPrefixSidTlv(io.netty.buffer.ByteBuf buffer) Method for parsing specific types of TLVs from incoming buffer.
-
Method Details
-
parseBgpPrefixSidTlv
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.bgp.prefix.sid.bgp.prefix.sid.tlvs.BgpPrefixSidTlv parseBgpPrefixSidTlv(io.netty.buffer.ByteBuf buffer) Method for parsing specific types of TLVs from incoming buffer.- Parameters:
buffer- with TLV bytes- Returns:
- instance of specific TLV
-