X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fmeta-flow.h;h=d22c1562ef52aaa6bddcaee7904a4d3a391cbf8d;hb=9daf23484fb1f0d8fe8bf807a82c3d5b571a3dea;hp=bd2d4d66689838b7905f12d6c16fc2e48a6770dc;hpb=8e53fe8cf7a178cf9702fb1bb916f4645058e5e7;p=cascardo%2Fovs.git diff --git a/lib/meta-flow.h b/lib/meta-flow.h index bd2d4d666..d22c1562e 100644 --- a/lib/meta-flow.h +++ b/lib/meta-flow.h @@ -787,6 +787,25 @@ enum OVS_PACKED_ENUM mf_field_id { */ MFF_CT_MARK, + /* "ct_label". + * + * Connection tracking label. The label is carried with the + * connection tracking state. On Linux this is held in the + * conntrack label extension but the exact implementation is + * platform-dependent. + * + * Writable only from nested actions within the NXAST_CT action. + * + * Type: be128. + * Maskable: bitwise. + * Formatting: hexadecimal. + * Prerequisites: none. + * Access: read/write. + * NXM: NXM_NX_CT_LABEL(108) since v2.5. + * OXM: none. + */ + MFF_CT_LABEL, + #if FLOW_N_REGS == 8 /* "reg". *