commit | 758206760cbadf66dc31d6587f5958691b34e9e5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 09 18:42:33 2014 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jan 09 20:17:13 2014 +0100 |
tree | 9cb7750c1912a640347f3eeaa88ec87143d60e22 | |
parent | 4401a862009bca28f02dcea4241191c27328816c [diff] |
netfilter: nf_tables: fix check for table overflow The table use counter is only increased for new chains, so move the check to the correct position. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>