summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2022-06-02 09:52:48 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2022-06-02 09:53:15 +0200
commita964d1b55a8041b74dd9ef25cb3047f76466db83 (patch)
tree9b11f717ba6aadeb6c04721004e43f861cf8bfb5
parent818f7dded9c9e8a89a2de98801425536180ae307 (diff)
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 <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 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 \