On Mon, Aug 22, 2016 at 06:21:46PM +0200, Pablo Neira Ayuso wrote: > Hi Carlos, > > One of this test fails... so please send me a follow up to fix it. > > W: [FAILED] ./testcases/rule_management/0010delete-by-desc_0 > > This chunk also looks a bit strange to me. > > set +e; # Next commands can return 0 > REMAINS_RULE2DEL=$($NFT list -a ruleset | grep -c "$RULE2DEL") > REMAINS_RULES=$(( $($NFT list -a ruleset | wc -l) - 4 )) > set -e > > Please, send me follow up patchset to fix this. Also hitting this. rule.c: In function ‘rule_find_first’: rule.c:427:3: warning: implicit declaration of function ‘nftnl_rule_cmp’ [-Wimplicit-function-declaration] if (nftnl_rule_cmp(nlr1, nlr2)) ^ Sorry, I'm tossing this patchset, send a v7. -- 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