]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: remove leftover modules on cleanup
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Jun 2022 07:52:48 +0000 (09:52 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Jun 2022 07:53:15 +0000 (09:53 +0200)
After ./run-tests.sh no nf_tables modules are left in place.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/shell/run-tests.sh

index f77d850ef285083621f9485b5c033baffc2ebe83..33006d2c63fe5741613e310fcf3131014c08f483 100755 (executable)
@@ -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 \