diff options
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2025-06-30 17:44:25 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2025-07-25 18:39:03 +0200 |
| commit | ba71a6e58b38aa6f86865d4e18579cb014903692 (patch) | |
| tree | 64e7b2ae3e5676cb99f38dcaca1ecbead8817aef | |
| parent | 3c3ab65f00ebf7859d93e29980eb9a9c5bc64642 (diff) | |
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>
| -rw-r--r-- | tools/testing/selftests/net/netfilter/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/netfilter/config b/tools/testing/selftests/net/netfilter/config index c981d2a38ed6..79d5b33966ba 100644 --- a/tools/testing/selftests/net/netfilter/config +++ b/tools/testing/selftests/net/netfilter/config @@ -97,4 +97,4 @@ CONFIG_XFRM_STATISTICS=y CONFIG_NET_PKTGEN=m CONFIG_TUN=m CONFIG_INET_DIAG=m -CONFIG_SCTP_DIAG=m +CONFIG_INET_SCTP_DIAG=m |
