Adding Nicira actions and match for NSH Index and path fields.
[openflowplugin.git] / extension / openflowjava-extension-nicira / src / main / java / org / opendaylight / openflowjava / nx / codec / action / NiciraActionCodecs.java
index 77f09eb3831f80c4cd55f9abc1e84f58872609b7..7e1f1ac70fe009c8ded5093a161774e78b5e82f8 100644 (file)
@@ -18,4 +18,6 @@ public class NiciraActionCodecs {
     public static final OutputRegCodec OUTPUT_REG_CODEC = new OutputRegCodec();
     public static final ResubmitCodec RESUBMIT_CODEC = new ResubmitCodec();
     public static final MultipathCodec MULTIPATH_CODEC = new MultipathCodec();
+    public static final SetNspCodec SET_NSP_CODEC = new SetNspCodec();
+    public static final SetNsiCodec SET_NSI_CODEC = new SetNsiCodec();
 }