X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fmeta-flow.h;h=bd2d4d66689838b7905f12d6c16fc2e48a6770dc;hb=8e53fe8cf7a178cf9702fb1bb916f4645058e5e7;hp=86f12ce2b1d03761b745a44e8dbec0f9002de15d;hpb=07659514c3c1e8998a4935a998b627d716c559f9;p=cascardo%2Fovs.git diff --git a/lib/meta-flow.h b/lib/meta-flow.h index 86f12ce2b..bd2d4d666 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -768,6 +768,25 @@ enum OVS_PACKED_ENUM mf_field_id { */ MFF_CT_ZONE, + /* "ct_mark". + * + * Connection tracking mark. The mark is carried with the + * connection tracking state. On Linux this corresponds to the + * nf_conn's "mark" member but the exact implementation is + * platform-dependent. + * + * Writable only from nested actions within the NXAST_CT action. + * + * Type: be32. + * Maskable: bitwise. + * Formatting: hexadecimal. + * Prerequisites: none. + * Access: read/write. + * NXM: NXM_NX_CT_MARK(107) since v2.5. + * OXM: none. + */ + MFF_CT_MARK, + #if FLOW_N_REGS == 8 /* "reg". *