Explorar o código

ipv4: make default for INET_LRO consistent with help text

Commit e81963b1 ("ipv4: Make INET_LRO a bool instead of tristate.")
changed this config from tristate to bool.  Add default so that it is
consistent with the help text.

Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Frans Pop %!s(int64=16) %!d(string=hai) anos
pai
achega
bc8a539743
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      net/ipv4/Kconfig

+ 1 - 1
net/ipv4/Kconfig

@@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET
 
 
 config INET_LRO
 config INET_LRO
 	bool "Large Receive Offload (ipv4/tcp)"
 	bool "Large Receive Offload (ipv4/tcp)"
-
+	default y
 	---help---
 	---help---
 	  Support for Large Receive Offload (ipv4/tcp).
 	  Support for Large Receive Offload (ipv4/tcp).