[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210120162556.GA3863@horizon.localdomain>
Date: Wed, 20 Jan 2021 13:25:56 -0300
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
To: wenxu@...oud.cn
Cc: dsahern@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2-next v2] tc: flower: add tc conntrack inv
ct_state support
On Wed, Jan 20, 2021 at 10:52:12AM +0800, wenxu@...oud.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.
Powered by blists - more mailing lists