]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: remove missing modules
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 29 Apr 2021 16:20:53 +0000 (18:20 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 2 May 2021 21:30:35 +0000 (23:30 +0200)
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>
tests/shell/run-tests.sh

index 943f88776fdab749a69bbc54071cdddb1cc5f516..349ec6cb1b16125ceecb5f65e7c82f4ff36862bc 100755 (executable)
@@ -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() {