Re: [PATCH libnftnl] expr: hash: Add comparator to hash expression

2016-08-17 Thread Carlos Falgueras García
Please ignore this patch. Pablo already added this chunk before. Sorry. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH libnftnl] expr: hash: Add comparator to hash expression

2016-08-17 Thread Carlos Falgueras García
Comparators are mandatory so hash expression must have one. Signed-off-by: Carlos Falgueras García --- src/expr/hash.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/expr/hash.c b/src/expr/hash.c index 7309907..01f362f 100644 --- a/src/expr/hash.c +++ b/src/expr/