mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
selftests: ovpn: add nftables config dependencies for test-mark
test-mark.sh installs nftables rules in an inet/filter output chain and
verifies packet drops via nft counters. In vmksft this can fail when the
nftables core is not enabled by the ovpn selftest config.
Add the missing kernel options required by this test:
- CONFIG_NETFILTER
- CONFIG_NF_TABLES
- CONFIG_NF_TABLES_INET
Fixes: 7b80d8a335 ("selftests: ovpn: add test for the FW mark feature")
Reported-by: Jakub Kicinski <kuba@kernel.org>
Closes: https://lore.kernel.org/all/20260319124114.42f91f72@kernel.org/
Signed-off-by: Ralf Lici <ralf@mandelbit.com>
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
This commit is contained in:
parent
82c2106902
commit
e5fd34ab8d
|
|
@ -5,6 +5,9 @@ CONFIG_CRYPTO_GCM=y
|
|||
CONFIG_DST_CACHE=y
|
||||
CONFIG_INET=y
|
||||
CONFIG_NET=y
|
||||
CONFIG_NETFILTER=y
|
||||
CONFIG_NET_UDP_TUNNEL=y
|
||||
CONFIG_NF_TABLES=m
|
||||
CONFIG_NF_TABLES_INET=y
|
||||
CONFIG_OVPN=m
|
||||
CONFIG_STREAM_PARSER=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user