| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
L3ModificationInstruction.ModIPInstruction
Represents a L3 src/dst modification instruction.
|
| Modifier and Type | Method and Description |
|---|---|
static L3ModificationInstruction |
Instructions.modL3Dst(org.onlab.packet.IpAddress addr)
Creates a L3 dst modification.
|
static L3ModificationInstruction |
Instructions.modL3Src(org.onlab.packet.IpAddress addr)
Creates a L3 src modification.
|
Copyright © 2015. All rights reserved.