Search in sources :

Example 1 with NxActionPopNshNodesNodeTableFlowApplyActionsCase

use of org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionPopNshNodesNodeTableFlowApplyActionsCase in project netvirt by opendaylight.

the class OpenFlow13ProviderTest method checkActionPopNsh.

private void checkActionPopNsh(Action action) {
    NxActionPopNshNodesNodeTableFlowApplyActionsCase popNshCase = (NxActionPopNshNodesNodeTableFlowApplyActionsCase) action.getAction();
    assertNotNull(popNshCase.getNxPopNsh());
}
Also used : NxActionPopNshNodesNodeTableFlowApplyActionsCase(org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionPopNshNodesNodeTableFlowApplyActionsCase)

Aggregations

NxActionPopNshNodesNodeTableFlowApplyActionsCase (org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionPopNshNodesNodeTableFlowApplyActionsCase)1