]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: update list of rmmod modules
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Jan 2020 21:44:32 +0000 (22:44 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Jan 2020 22:05:04 +0000 (23:05 +0100)
* Missing nft_fib_inet.
* nft_chain_nat_ipv4 and nft_chain_nat_ipv6 became nft_chain_nat.

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

index 29a2c3988cdcd8a636f15d06fff8244c94341869..2c4154898805a88002248c62d12321e7d538db5a 100755 (executable)
@@ -73,10 +73,10 @@ kernel_cleanup() {
        nft_exthdr nft_payload nft_cmp nft_range \
        nft_quota nft_queue nft_numgen nft_osf nft_socket nft_tproxy \
        nft_meta nft_meta_bridge nft_counter nft_log nft_limit \
-       nft_fib nft_fib_ipv4 nft_fib_ipv6 \
+       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_chain_nat_ipv4 nft_chain_nat_ipv6 \
+       nft_chain_nat \
        nft_chain_route_ipv4 nft_chain_route_ipv6 \
        nft_dup_netdev nft_fwd_netdev \
        nft_reject nft_reject_inet \