|
Regarding subtype in:
org.opendaylight.openflowjava.nx.codec.action.ConntrackCodec
org.opendaylight.openflowjava.nx.codec.action.SetNshc2Codec
Specification for implementation was:
https://github.com/openvswitch/ovs/blob/961cf8e090ec977f890df3da1b65b7d94d218cbe/lib/ofp-actions.c
So ConntrackCodec should have good value. It looks like that implementation for Nshc does not exist yet in OVS.
https://github.com/yyang13/ovs_nsh_patches/blob/master/0003-Add-userspace-dataplane-nsh-support-and-remove-push_.patch
https://git.opendaylight.org/gerrit/#/c/37937/1/extension/openflowjava-extension-nicira/src/main/java/org/opendaylight/openflowjava/nx/codec/action/PushNshCodec.java
https://git.opendaylight.org/gerrit/#/c/37944/2/sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/SfcOpenflowUtils.java
|