Skip to content

Commit 3a0385b

Browse files
lxinkuba-moo
authored andcommitted
selftests: add the missing CONFIG_IP_SCTP in net config
The selftest sctp_vrf needs CONFIG_IP_SCTP set in config when building the kernel, so add it. Fixes: a61bd7b ("selftests: add a selftest for sctp vrf") Reported-by: Naresh Kamboju <[email protected]> Signed-off-by: Xin Long <[email protected]> Reviewed-by: Sridhar Samudrala <[email protected]> Link: https://lore.kernel.org/r/61dddebc4d2dd98fe7fb145e24d4b2430e42b572.1681312386.git.lucien.xin@gmail.com Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 1c5950f commit 3a0385b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ CONFIG_BAREUDP=m
4848
CONFIG_IPV6_IOAM6_LWTUNNEL=y
4949
CONFIG_CRYPTO_SM4_GENERIC=y
5050
CONFIG_AMT=m
51+
CONFIG_IP_SCTP=m

0 commit comments

Comments
 (0)