| Package | Description |
|---|---|
| com.h3c.of.sw |
Provides mock implementations of OpenFlow switches.
|
| com.h3c.util.ip |
| 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 © 2014. All Rights Reserved.