Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > - > - if (!nft_chain_is_bound(chain)) > - break; > - > - chain->table->use++; > - list_for_each_entry(rule, &chain->rules, list) > - chain->use++; > - Thanks for removing this, I could not find a reason why the use count increment is required.