From: Pablo Neira Ayuso Date: Thu, 2 Jun 2022 07:52:48 +0000 (+0200) Subject: tests: shell: remove leftover modules on cleanup X-Git-Tag: v1.0.4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a964d1b55a8041b74dd9ef25cb3047f76466db83;p=thirdparty%2Fnftables.git tests: shell: remove leftover modules on cleanup After ./run-tests.sh no nf_tables modules are left in place. Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh index f77d850e..33006d2c 100755 --- a/tests/shell/run-tests.sh +++ b/tests/shell/run-tests.sh @@ -87,6 +87,7 @@ kernel_cleanup() { nft_fib nft_fib_ipv4 nft_fib_ipv6 nft_fib_inet \ nft_hash nft_ct nft_compat nft_rt nft_objref \ nft_set_hash nft_set_rbtree nft_set_bitmap \ + nft_synproxy nft_connlimit \ nft_chain_nat \ nft_chain_route_ipv4 nft_chain_route_ipv6 \ nft_dup_netdev nft_fwd_netdev \