Class BgpPrefixSidTlvUtil
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.BgpPrefixSidTlvUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
formatBgpPrefixSidTlv
(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer) Utilized method for serialization of BGP prefix SID TLV.
-
Method Details
-
formatBgpPrefixSidTlv
public static void formatBgpPrefixSidTlv(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf buffer) Utilized method for serialization of BGP prefix SID TLV.- Parameters:
type
- of TLVvalue
- of TLVbuffer
- output aggregator
-