Skip to content

Commit ba71a6e

Browse files
Sebastian Andrzej Siewiorummakynes
authored andcommitted
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>
1 parent 3c3ab65 commit ba71a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/testing/selftests/net/netfilter

tools/testing/selftests/net/netfilter/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ CONFIG_XFRM_STATISTICS=y
9797
CONFIG_NET_PKTGEN=m
9898
CONFIG_TUN=m
9999
CONFIG_INET_DIAG=m
100-
CONFIG_SCTP_DIAG=m
100+
CONFIG_INET_SCTP_DIAG=m

0 commit comments

Comments
 (0)