summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-04-29 18:20:53 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-05-02 23:30:35 +0200
commit8327282de1073fc494f966158c2fbfd7d3fb47e0 (patch)
treed8a1468c7a845aafec6962c47a631e26a7eb0388
parent88993e0ce90f05a1b6e1b09a8dbbf41d6d4551b7 (diff)
tests: shell: remove missing modules
Update run-tests.sh to remove the following modules: - nft_reject_netdev - nft_xfrm - nft_synproxy Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rwxr-xr-xtests/shell/run-tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 943f8877..349ec6cb 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -90,10 +90,11 @@ kernel_cleanup() {
nft_chain_nat \
nft_chain_route_ipv4 nft_chain_route_ipv6 \
nft_dup_netdev nft_fwd_netdev \
- nft_reject nft_reject_inet \
+ nft_reject nft_reject_inet nft_reject_netdev \
nf_tables_set nf_tables \
nf_flow_table nf_flow_table_ipv4 nf_flow_tables_ipv6 \
- nf_flow_table_inet nft_flow_offload
+ nf_flow_table_inet nft_flow_offload \
+ nft_xfrm
}
find_tests() {