All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH 1/5] mptcp: Make MPTCP IPv6 support depend on CONFIG_IPV6=y
@ 2019-11-05 19:05 Peter Krystad
  0 siblings, 0 replies; only message in thread
From: Peter Krystad @ 2019-11-05 19:05 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

Do not allow MPTCP IPv6 support if IPv6 is included as a module.

squashto: Add MPTCP socket stubs

Signed-off-by: Peter Krystad <peter.krystad(a)linux.intel.com>
---
 net/mptcp/Kconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net/mptcp/Kconfig b/net/mptcp/Kconfig
index f21190a4f7e9..c1a99f07a4cd 100644
--- a/net/mptcp/Kconfig
+++ b/net/mptcp/Kconfig
@@ -1,6 +1,6 @@
 
 config MPTCP
-	bool "Multipath TCP"
+	bool "MPTCP: Multipath TCP"
 	depends on INET
 	select SKB_EXTENSIONS
 	help
@@ -9,3 +9,8 @@ config MPTCP
 	  uses the TCP protocol, and TCP options carry header information for
 	  MPTCP.
 
+config MPTCP_IPV6
+	bool "MPTCP: IPv6 support for Multipath TCP"
+	depends on MPTCP
+	select IPV6
+	default y
-- 
2.17.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-05 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 19:05 [MPTCP] [PATCH 1/5] mptcp: Make MPTCP IPv6 support depend on CONFIG_IPV6=y Peter Krystad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.