All of lore.kernel.org
 help / color / mirror / Atom feed
* [nft PATCH] tests: shell: update kernel modules to clean
@ 2016-10-18  8:49 Arturo Borrero Gonzalez
  2016-10-21 10:22 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-10-18  8:49 UTC (permalink / raw)
  To: netfilter-devel

From: Arturo Borrero Gonzalez <arturo@debian.org>

Let's keep the kernel_cleanup() function updated with latest
kernel changes:

 * added nft_quota, nft_queue, nft_numgen, nft_range
 * rename nft_hash to nft_set_hash
 * keep nft_hash as well
 * rename nft_rbtree to nft_set_rbtree

The idea is to run each test in a clean evironment.

Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
---
 tests/shell/run-tests.sh |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 3277655..ff24344 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -54,9 +54,11 @@ kernel_cleanup() {
 	nft_redir_ipv4 nft_redir_ipv6 nft_redir \
 	nft_dup_ipv4 nft_dup_ipv6 nft_dup nft_nat \
 	nft_masq_ipv4 nft_masq_ipv6 nft_masq \
-	nft_exthdr nft_payload nft_cmp \
+	nft_exthdr nft_payload nft_cmp nft_range \
+	nft_quota nft_queue nft_numgen \
 	nft_meta nft_meta_bridge nft_counter nft_log nft_limit \
-	nft_hash nft_rbtree nft_ct nft_compat \
+	nft_hash nft_ct nft_compat \
+	nft_set_hash nft_set_rbtree \
 	nft_chain_nat_ipv4 nft_chain_nat_ipv6 \
 	nf_tables_inet nf_tables_bridge nf_tables_arp \
 	nf_tables_ipv4 nf_tables_ipv6 nf_tables


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [nft PATCH] tests: shell: update kernel modules to clean
  2016-10-18  8:49 [nft PATCH] tests: shell: update kernel modules to clean Arturo Borrero Gonzalez
@ 2016-10-21 10:22 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-10-21 10:22 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

On Tue, Oct 18, 2016 at 10:49:34AM +0200, Arturo Borrero Gonzalez wrote:
> From: Arturo Borrero Gonzalez <arturo@debian.org>
> 
> Let's keep the kernel_cleanup() function updated with latest
> kernel changes:
> 
>  * added nft_quota, nft_queue, nft_numgen, nft_range
>  * rename nft_hash to nft_set_hash
>  * keep nft_hash as well
>  * rename nft_rbtree to nft_set_rbtree
> 
> The idea is to run each test in a clean evironment.

Applied, thanks Arturo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-21 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-18  8:49 [nft PATCH] tests: shell: update kernel modules to clean Arturo Borrero Gonzalez
2016-10-21 10:22 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.