aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/netfilter/Makefile
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-01-29 15:16:23 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-02-04 14:21:27 +0100
commit98bfc3414bda335dbd7fec58bde6266f991801d7 (patch)
tree584dc58cb8f308e64357a7d783303e99d94f003d /tools/testing/selftests/netfilter/Makefile
parentselftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET (diff)
downloadwireguard-linux-98bfc3414bda335dbd7fec58bde6266f991801d7.tar.xz
wireguard-linux-98bfc3414bda335dbd7fec58bde6266f991801d7.zip
selftests: netfilter: add simple masq/redirect test cases
Check basic nat/redirect/masquerade for ipv4 and ipv6. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/testing/selftests/netfilter/Makefile')
-rw-r--r--tools/testing/selftests/netfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/netfilter/Makefile b/tools/testing/selftests/netfilter/Makefile
index 47ed6cef93fb..c9ff2b47bd1c 100644
--- a/tools/testing/selftests/netfilter/Makefile
+++ b/tools/testing/selftests/netfilter/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
# Makefile for netfilter selftests
-TEST_PROGS := nft_trans_stress.sh
+TEST_PROGS := nft_trans_stress.sh nft_nat.sh
include ../lib.mk