On Wed, Jan 20, 2021 at 10:52:12AM +0800, we...@ucloud.cn wrote: > +++ b/tc/f_flower.c > @@ -340,6 +340,7 @@ static struct flower_ct_states { > { "trk", TCA_FLOWER_KEY_CT_FLAGS_TRACKED }, > { "new", TCA_FLOWER_KEY_CT_FLAGS_NEW }, > { "est", TCA_FLOWER_KEY_CT_FLAGS_ESTABLISHED }, > + { "inv", TCA_FLOWER_KEY_CT_FLAGS_INVALID}, Sorry for the late nit picking but, missing a ^^ space here.
Otherwise, LGTM.