Package | Description |
---|---|
com.hp.of.sw |
Provides mock implementations of OpenFlow switches.
|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
MacPrefix |
CfgFeat.getPortMac()
Returns the port MAC prefix used to configure the port MACs.
|
Modifier and Type | Method and Description |
---|---|
void |
CfgFeat.setPortMac(MacPrefix pfx)
Sets the port MAC prefix.
|
Modifier and Type | Method and Description |
---|---|
static MacPrefix |
MacPrefix.valueOf(byte[] prefixBytes)
Returns an object that represents the value of the MAC prefix defined
by the specified MAC prefix bytes.
|
static MacPrefix |
MacPrefix.valueOf(String prefixStr)
Returns an object that represents the value of the MAC prefix defined
by the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
MacPrefix.compareTo(MacPrefix o)
Implements the Comparable interface, to return prefixes in
natural order.
|
static MacRange |
MacRange.valueOf(MacPrefix prefix)
Returns a MAC range for the given prefix.
|
Copyright © 2015. All Rights Reserved.