Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG

The config snippet specifies CONFIG_SCTP_DIAG. This was never an option.

Replace CONFIG_SCTP_DIAG with the intended CONFIG_INET_SCTP_DIAG.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Sebastian Andrzej Siewior and committed by
Pablo Neira Ayuso
ba71a6e5 3c3ab65f

+1 -1
+1 -1
tools/testing/selftests/net/netfilter/config
··· 97 97 CONFIG_NET_PKTGEN=m 98 98 CONFIG_TUN=m 99 99 CONFIG_INET_DIAG=m 100 - CONFIG_SCTP_DIAG=m 100 + CONFIG_INET_SCTP_DIAG=m