Skip to content

Commit

Permalink
[IPV4]: Fix Kconfig syntax error
Browse files Browse the repository at this point in the history
From: "Hans-Juergen Tappe (SYSGO AG)" <hjt@sysgo.com>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Hans-Juergen Tappe (SYSGO AG) authored and David S. Miller committed Jul 27, 2005
1 parent 9e566d8 commit eaa1c5d
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 @@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH

config IP_ROUTE_MULTIPATH_CACHED
bool "IP: equal cost multipath with caching support (EXPERIMENTAL)"
depends on: IP_ROUTE_MULTIPATH
depends on IP_ROUTE_MULTIPATH
help
Normally, equal cost multipath routing is not supported by the
routing cache. If you say Y here, alternative routes are cached
Expand Down

0 comments on commit eaa1c5d

Please sign in to comment.