On Tue, Jan 21, 2014 at 05:07:39PM +0100, Arturo Borrero Gonzalez wrote: > Thanks for your comments Patrick. I'm addressing all of them. Just one > thing below. > > On 21 January 2014 15:51, Patrick McHardy <kaber@xxxxxxxxx> wrote: > >> struct cmd { > >> struct list_head list; > >> @@ -264,6 +267,7 @@ struct cmd { > >> struct table *table; > >> }; > >> const void *arg; > >> + uint32_t format; > > > > No enum defined for this? > > > > In libnftables, there are two: `enum nft_parse_type' and `enum nft_output_type'. > > I preferred just using uint32_t so we can reuse between export/import. I see. Sure, I was just wondering. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html