public final class VirtualMacAddress extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BI_BACKWARD |
static int |
BI_FORWARD |
static int |
REVERSE |
static int |
SFID_LEN |
Constructor and Description |
---|
VirtualMacAddress(int flags,
long port,
int chainId) |
Modifier and Type | Method and Description |
---|---|
static VirtualMacAddress |
getBackwardAddress(long uuid,
long port) |
int |
getChainId() |
static int |
getChainIdFor(UUID uuid) |
long |
getEmbeddedPort() |
static VirtualMacAddress |
getForwardAddress(long uuid,
long port) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
getHop(short index) |
void |
release() |
public static final int SFID_LEN
public static final int BI_BACKWARD
public static final int BI_FORWARD
public static final int REVERSE
public static int getChainIdFor(UUID uuid)
public static VirtualMacAddress getForwardAddress(long uuid, long port)
public static VirtualMacAddress getBackwardAddress(long uuid, long port)
public int getChainId()
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getHop(short index)
public long getEmbeddedPort()
public void release()
Copyright © 2017 OpenDaylight. All rights reserved.