Class TlvUtil
- java.lang.Object
-
- org.opendaylight.protocol.bgp.linkstate.spi.TlvUtil
-
public final class TlvUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
LOCAL_IPV4_ROUTER_ID
static int
LOCAL_IPV6_ROUTER_ID
static int
MULTI_TOPOLOGY_ID
static org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier
MULTI_TOPOLOGY_NID
static int
TOPOLOGY_ID_OFFSET
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeTLV(int type, io.netty.buffer.ByteBuf value, io.netty.buffer.ByteBuf byteAggregator)
Util method for writing TLV header.
-
-
-
Field Detail
-
TOPOLOGY_ID_OFFSET
public static final int TOPOLOGY_ID_OFFSET
- See Also:
- Constant Field Values
-
MULTI_TOPOLOGY_ID
public static final int MULTI_TOPOLOGY_ID
- See Also:
- Constant Field Values
-
MULTI_TOPOLOGY_NID
public static final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier MULTI_TOPOLOGY_NID
-
LOCAL_IPV4_ROUTER_ID
public static final int LOCAL_IPV4_ROUTER_ID
- See Also:
- Constant Field Values
-
LOCAL_IPV6_ROUTER_ID
public static final int LOCAL_IPV6_ROUTER_ID
- See Also:
- Constant Field Values
-
-