Search in sources :

Example 1 with NxActionPushNshNodesNodeTableFlowApplyActionsCase

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.NxActionPushNshNodesNodeTableFlowApplyActionsCase in project netvirt by opendaylight.

the class OpenFlow13ProviderTest method checkActionPushNsh.

private void checkActionPushNsh(Action action) {
    NxActionPushNshNodesNodeTableFlowApplyActionsCase pushNshCase = (NxActionPushNshNodesNodeTableFlowApplyActionsCase) action.getAction();
    assertNotNull(pushNshCase.getNxPushNsh());
}
Also used : NxActionPushNshNodesNodeTableFlowApplyActionsCase(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.NxActionPushNshNodesNodeTableFlowApplyActionsCase)

Aggregations

NxActionPushNshNodesNodeTableFlowApplyActionsCase (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.NxActionPushNshNodesNodeTableFlowApplyActionsCase)1