Skip to content

Commit c15a729

Browse files
Paolo Abenikuba-moo
authored andcommitted
selftests: net: enable some more knobs
The rtnetlink tests require additional options currently off by default. Fixes: 2766a11 ("selftests: rtnetlink: add ipsec offload API test") Fixes: 5e596ee ("selftests: add xfrm state-policy-monitor to rtnetlink.sh") Signed-off-by: Paolo Abeni <[email protected]> Link: https://lore.kernel.org/r/9048ca58e49b962f35dba1dfb2beaf3dab3e0411.1706723341.git.pabeni@redhat.com/ Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1939f73 commit c15a729

File tree

1 file changed

+3
-0
lines changed
  • tools/testing/selftests/net

1 file changed

+3
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ CONFIG_VLAN_8021Q=y
2222
CONFIG_GENEVE=m
2323
CONFIG_IFB=y
2424
CONFIG_INET_DIAG=y
25+
CONFIG_INET_ESP=y
26+
CONFIG_INET_ESP_OFFLOAD=y
2527
CONFIG_IP_GRE=m
2628
CONFIG_NETFILTER=y
2729
CONFIG_NETFILTER_ADVANCED=y
@@ -93,3 +95,4 @@ CONFIG_IP_SCTP=m
9395
CONFIG_NETFILTER_XT_MATCH_POLICY=m
9496
CONFIG_CRYPTO_ARIA=y
9597
CONFIG_XFRM_INTERFACE=m
98+
CONFIG_XFRM_USER=m

0 commit comments

Comments
 (0)