Skip to content

Commit

Permalink
ipv4: make default for INET_LRO consistent with help text
Browse files Browse the repository at this point in the history
Commit e81963b ("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>
  • Loading branch information
Frans Pop authored and David S. Miller committed May 19, 2009
1 parent 995b337 commit bc8a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ config INET_XFRM_MODE_BEET

config INET_LRO
bool "Large Receive Offload (ipv4/tcp)"

default y
---help---
Support for Large Receive Offload (ipv4/tcp).

Expand Down

0 comments on commit bc8a539

Please sign in to comment.