]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/uapi/linux/pkt_cls.h
Update kernel headers
[mirror_iproute2.git] / include / uapi / linux / pkt_cls.h
index ee95f42fb0ecfab10c641c7b4401ea14152ada32..709668e264b068956c08d5340e07792f771df1fc 100644 (file)
@@ -591,6 +591,7 @@ enum {
        TCA_FLOWER_KEY_CT_FLAGS_ESTABLISHED = 1 << 1, /* Part of an existing connection. */
        TCA_FLOWER_KEY_CT_FLAGS_RELATED = 1 << 2, /* Related to an established connection. */
        TCA_FLOWER_KEY_CT_FLAGS_TRACKED = 1 << 3, /* Conntrack has occurred. */
+       TCA_FLOWER_KEY_CT_FLAGS_INVALID = 1 << 4, /* Conntrack is invalid. */
 };
 
 enum {