| Modifier and Type | Method and Description |
|---|---|
VTNFuture<VtnFlowId> |
VTNManagerProvider.addFlow(VTNFlowBuilder builder)
Add the given VTN data flow.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFuture<VtnFlowId> |
VTNFlowManager.addFlow(VTNFlowBuilder builder)
Add a new VTN data flow.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowBuilder |
FlowAddContext.getFlowBuilder()
Return the VTN data flow builder.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VTNFlowBuilder> |
FlowAddQueue.getRequests()
Return an unmodifiable collection that contains flow entries in the
queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowAddQueue.enqueue(VTNFlowBuilder builder)
Enqueue the given data flow to the request queue.
|
| Constructor and Description |
|---|
FlowAddContext(org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.SalFlowService sfs,
VTNThreadPool thread,
VTNFlowBuilder builder)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFuture<VtnFlowId> |
VTNManagerProviderImpl.addFlow(VTNFlowBuilder builder)
Add the given VTN data flow.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowBuilder |
VTNFlowBuilder.addDropFlow(SalPort ingress)
Add a flow entry that discards packets.
|
VTNFlowBuilder |
VTNFlowBuilder.addEgressFlow(SalPort ingress,
SalPort egress,
int inVid,
int outVid,
Collection<? extends FlowFilterAction> filters)
Add the egress flow entry.
|
VTNFlowBuilder |
VTNFlowBuilder.addInternalFlow(SalPort src,
SalPort dst)
Add an intermediate flow entry which forwards packets via the given
link edge.
|
VTNFlowBuilder |
VTNFlowBuilder.addVirtualRoute(Collection<VNodeHop> c)
Add the specified sequence of
VNodeHop to the tail of the
virtual packet routing path. |
VTNFlowBuilder |
VTNFlowBuilder.addVirtualRoute(VNodeHop vhop)
Add the specified
VNodeHop to the tail of the virtual packet
routing path. |
VTNFlowBuilder |
VTNFlowBuilder.setEgressVNodeHop(VNodeHop vhop)
Set the virtual node hop to the egress virtual node of this flow.
|
VTNFlowBuilder |
VTNFlowBuilder.setPathPolicyId(int id)
Set the identifier of the path policy which routed this flow.
|
| Modifier and Type | Method and Description |
|---|---|
VTNFlowBuilder |
PacketContext.createFlowBuilder(String tname,
VTNMatch vmatch)
Create a new VTN flow builder with specifying the flow match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketContext.addFlow(VTNFlowBuilder builder)
Install the given data flow.
|
Copyright © 2018 OpenDaylight. All rights reserved.