Added a method to return a list of augmented Nicira Instructions 91/10291/1
authorBrent Salisbury <brent.salisbury@gmail.com>
Tue, 26 Aug 2014 09:42:45 +0000 (05:42 -0400)
committerBrent Salisbury <brent.salisbury@gmail.com>
Tue, 26 Aug 2014 09:42:45 +0000 (05:42 -0400)
commitffb18bd7ae022d67febdc4366fcb3b6d90637878
tree445aedd067947ea39183d9f3f401a94db7714910
parentc11201662316dd18eab062315b30e16789e82dae
Added a method to return a list of augmented Nicira Instructions

-Example output of a needed flow using an NX action
and an OXM set_field metadata:
actions=resubmit(10,0),write_metadata:0xc/0xc

-This is indeed odd. Returned List<Instruction>
rather then InstructionBuilder since the first
param was variable etc. Made a new method to
avoid breaking SFC or anyone using the current
NX augmentation. Will knock out match next.

This is indeed odd :s
rev131026.instruction.list.Instruction
rev131026.instruction.Instruction

Signed-off-by: Brent Salisbury <brent.salisbury@gmail.com>
utils/mdsal-openflow/src/main/java/org/opendaylight/ovsdb/utils/mdsal/openflow/InstructionUtils.java