From: Arturo Borrero Date: Tue, 2 Sep 2014 14:42:26 +0000 (+0200) Subject: netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset X-Git-Tag: fixes-against-v3.18-rc2~81^2~101^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ac12ef099707f405d7478009564302d7ed8393;p=pandora-kernel.git netfilter: nf_tables: extend NFT_MSG_DELTABLE to support flushing the ruleset This patch extend the NFT_MSG_DELTABLE call to support flushing the entire ruleset. The options now are: * No family speficied, no table specified: flush all the ruleset. * Family specified, no table specified: flush all tables in the AF. * Family specified, table specified: flush the given table. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed