Re: [PATCH net-next,v2 03/12] flow_dissector: add flow action infrastructure
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2018-11-20 01:06:42
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2018-11-20 01:06:42
On Mon, Nov 19, 2018 at 03:03:22PM +0100, Jiri Pirko wrote: [...]
quoted
+struct flow_action {Hmm, thinking about it a bit more, none of this is is related to flow dissector so it is misleading to put the code in flow_dissector.[hc]. Maybe you can push this and related stuff into new files include/net/flow.h and net/core/flow.c.
Will do this, thanks Jiri.