From: Arturo Borrero Date: Fri, 8 Apr 2016 08:47:15 +0000 (+0200) Subject: test: shell: also unload NAT modules X-Git-Tag: v0.6~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0128160cbfecd72a17fa920c343c37b9187d1c72;p=thirdparty%2Fnftables.git test: shell: also unload NAT modules Also unload NAT modules between tests. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh index 620fe579d..0bbb136bc 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 }