On Wed, Aug 10, 2016 at 11:48:55AM +0200, Carlos Falgueras García wrote: > This patch implements the function 'bool nftnl_rule_cmp(const struct > nftnl_rule *r, const struct nftnl_rule *r2)' for rule comparison. > > Expressions within rules need to be compared, so also has been created the > function 'nftnl_expr_cmp' which calls new field within > 'nfntl_expr_<expression>': a function pointer to a comparator. The > expressions that can be compared with memcmp have this new field set to > NULL, otherwise they have implemented a comparator. Could you send me a follow up patch to extend what we have under tests/ so it covers these new nftnl_.*_cmp() functions? I would like to have this tested before applying this. Thanks! -- 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