summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2016-04-08 10:47:15 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-13 01:24:40 +0200
commit0128160cbfecd72a17fa920c343c37b9187d1c72 (patch)
tree28021ae0ec77af8e087c4cf53a738edf561ffa88
parentb9d6a7b68e93c9a7a48b2dada6e7380190480b79 (diff)
test: shell: also unload NAT modules
Also unload NAT modules between tests. Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rwxr-xr-xtests/shell/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 620fe579..0bbb136b 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -56,6 +56,7 @@ kernel_cleanup() {
nft_exthdr nft_payload nft_cmp \
nft_meta nft_meta_bridge nft_counter nft_log nft_limit \
nft_hash nft_rbtree nft_ct nft_compat \
+ 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
}