aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/netfilter/Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-10-05 18:07:04 +0200
committerFlorian Westphal <fw@strlen.de>2022-10-12 14:08:15 +0200
commit6e31ce831c63bd7aec8ff9cc2a6d50ee8c4d4e04 (patch)
treea8127d2d9512fc6ab6d981d28b3df4d06ad36acb /tools/testing/selftests/netfilter/Makefile
parentnet/mlx5: Make ASO poll CQ usable in atomic context (diff)
downloadlinux-dev-6e31ce831c63bd7aec8ff9cc2a6d50ee8c4d4e04.tar.xz
linux-dev-6e31ce831c63bd7aec8ff9cc2a6d50ee8c4d4e04.zip
selftests: netfilter: Test reverse path filtering
Test reverse path (filter) matches in iptables, ip6tables and nftables. Both with a regular interface and a VRF. Signed-off-by: Phil Sutter <phil@nwl.cc> Reviewed-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de>
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 600e3a19d5e2..4504ee07be08 100644
--- a/tools/testing/selftests/netfilter/Makefile
+++ b/tools/testing/selftests/netfilter/Makefile
@@ -6,7 +6,7 @@ TEST_PROGS := nft_trans_stress.sh nft_fib.sh nft_nat.sh bridge_brouter.sh \
nft_concat_range.sh nft_conntrack_helper.sh \
nft_queue.sh nft_meta.sh nf_nat_edemux.sh \
ipip-conntrack-mtu.sh conntrack_tcp_unreplied.sh \
- conntrack_vrf.sh nft_synproxy.sh
+ conntrack_vrf.sh nft_synproxy.sh rpath.sh
CFLAGS += $(shell pkg-config --cflags libmnl 2>/dev/null || echo "-I/usr/include/libmnl")
LDLIBS = -lmnl