Interface NiciraActionCodecs
public interface NiciraActionCodecs
Defines the Nicira action codecs.
- Author:
- msunal
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConntrackCodec
static final CtClearCodec
static final DecNshTtlCodec
static final DecapCodec
static final EncapCodec
static final FinTimeoutCodec
static final LearnCodec
static final MultipathCodec
static final OutputRegCodec
static final OutputReg2Codec
static final RegLoadCodec
static final RegLoad2Codec
static final RegMoveCodec
static final ResubmitCodec
-
Field Details
-
REG_MOVE_CODEC
-
REG_LOAD_CODEC
-
REG_LOAD2_CODEC
-
OUTPUT_REG_CODEC
-
OUTPUT_REG2_CODEC
-
RESUBMIT_CODEC
-
MULTIPATH_CODEC
-
CONNTRACK_CODEC
-
CT_CLEAR_CODEC
-
LEARN_CODEC
-
FIN_TIMEOUT_CODEC
-
ENCAP_CODEC
-
DECAP_CODEC
-
DEC_NSH_TTL_CODEC
-