On Wed, Jan 17, 2018 at 01:44:06PM +0100, Pablo Neira Ayuso wrote: > On Wed, Jan 17, 2018 at 12:51:40PM +0100, Phil Sutter wrote: [...] > > > * There is quite some code-duplication involved given that this > > introduces an alternative function for almost any function in the > > affected code path. > > You mean, a new callback for each expr/datatype? We should not expose > bitwise/byteorder and such, it's too low level. I'd rather see you map the abstract syntax tree that is represented through parser_bison.y to your json representation. I think this patch is mapping the tree that we obtain after the evaluation phase, which comes with low level expressions such as bitwise/byteorder. -- 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