| Package | Description |
|---|---|
| net.onrc.openvirtex.elements.datapath | |
| net.onrc.openvirtex.elements.port | |
| org.openflow.protocol |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OVXSwitch.addDefaultPort(LinkedList<OFPhysicalPort> ports)
Adds a default OpenFlow port to the give list of physical ports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OVXPort |
class |
PhysicalPort
A physical port maintains the mapping of all virtual ports that are mapped to
it.
|
class |
Port<T1 extends Switch,T2 extends Link>
The Class Port.
|
| Constructor and Description |
|---|
PhysicalPort(OFPhysicalPort port,
PhysicalSwitch sw,
boolean isEdge)
Instantiates a physical port based on an OpenFlow physical port, the
physical switch it belongs to, and and set whether the port is an edge
port or not.
|
Port(OFPhysicalPort ofPort)
Instantiates a new port.
|
| Modifier and Type | Field and Description |
|---|---|
protected OFPhysicalPort |
OFPortStatus.desc |
| Modifier and Type | Field and Description |
|---|---|
protected List<OFPhysicalPort> |
OFFeaturesReply.ports |
| Modifier and Type | Method and Description |
|---|---|
OFPhysicalPort |
OFPortStatus.getDesc() |
| Modifier and Type | Method and Description |
|---|---|
List<OFPhysicalPort> |
OFFeaturesReply.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
OFPortStatus.setDesc(OFPhysicalPort desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
OFFeaturesReply.setPorts(List<OFPhysicalPort> ports) |
Copyright © 2015. All rights reserved.