| 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.
|
static class |
L3ModificationInstruction.ModIPv6FlowLabelInstruction
Represents a L3 IPv6 Flow Label (RFC 6437) modification instruction
(20 bits unsigned integer).
|
static class |
L3ModificationInstruction.ModTtlInstruction
Represents a L3 TTL modification instruction.
|
| Modifier and Type | Method and Description |
|---|---|
static L3ModificationInstruction |
Instructions.copyTtlIn()
Creates a L3 copy TTL to inner header modification.
|
static L3ModificationInstruction |
Instructions.copyTtlOut()
Creates a L3 copy TTL to outer header modification.
|
static L3ModificationInstruction |
Instructions.decNwTtl()
Creates a L3 decrement TTL modification.
|
static L3ModificationInstruction |
Instructions.modL3Dst(org.onlab.packet.IpAddress addr)
Creates a L3 IPv4 dst modification.
|
static L3ModificationInstruction |
Instructions.modL3IPv6Dst(org.onlab.packet.IpAddress addr)
Creates a L3 IPv6 dst modification.
|
static L3ModificationInstruction |
Instructions.modL3IPv6FlowLabel(int flowLabel)
Creates a L3 IPv6 Flow Label modification.
|
static L3ModificationInstruction |
Instructions.modL3IPv6Src(org.onlab.packet.IpAddress addr)
Creates a L3 IPv6 src modification.
|
static L3ModificationInstruction |
Instructions.modL3Src(org.onlab.packet.IpAddress addr)
Creates a L3 IPv4 src modification.
|
Copyright © 2015. All rights reserved.