public final class TlvUtil extends Object
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
static void |
writeTLV(int type,
io.netty.buffer.ByteBuf value,
io.netty.buffer.ByteBuf byteAggregator)
Util method for writing TLV header.
|
public static final int TOPOLOGY_ID_OFFSET
public static final int MULTI_TOPOLOGY_ID
public static final org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier MULTI_TOPOLOGY_NID
public static final int LOCAL_IPV4_ROUTER_ID
public static final int LOCAL_IPV6_ROUTER_ID
Copyright © 2018 OpenDaylight. All rights reserved.