| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
L4ModificationInstruction.ModTransportPortInstruction
Represents a L4 src/dst modification instruction.
|
| Modifier and Type | Method and Description |
|---|---|
static L4ModificationInstruction |
Instructions.modTcpDst(short port)
Deprecated.
in Drake release
|
static L4ModificationInstruction |
Instructions.modTcpDst(org.onlab.packet.TpPort port)
Creates a TCP dst modification.
|
static L4ModificationInstruction |
Instructions.modTcpSrc(short port)
Deprecated.
in Drake release
|
static L4ModificationInstruction |
Instructions.modTcpSrc(org.onlab.packet.TpPort port)
Creates a TCP src modification.
|
static L4ModificationInstruction |
Instructions.modUdpDst(short port)
Deprecated.
in Drake release
|
static L4ModificationInstruction |
Instructions.modUdpDst(org.onlab.packet.TpPort port)
Creates a UDP dst modification.
|
static L4ModificationInstruction |
Instructions.modUdpSrc(short port)
Deprecated.
in Drake release
|
static L4ModificationInstruction |
Instructions.modUdpSrc(org.onlab.packet.TpPort port)
Creates a UDP src modification.
|
Copyright © 2015. All rights reserved.