mirror of https://gitee.com/openkylin/linux.git
[IPV4]: Fix Kconfig syntax error
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>
This commit is contained in:
parent
9e566d8bd6
commit
eaa1c5d059
|
@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH
|
||||||
|
|
||||||
config IP_ROUTE_MULTIPATH_CACHED
|
config IP_ROUTE_MULTIPATH_CACHED
|
||||||
bool "IP: equal cost multipath with caching support (EXPERIMENTAL)"
|
bool "IP: equal cost multipath with caching support (EXPERIMENTAL)"
|
||||||
depends on: IP_ROUTE_MULTIPATH
|
depends on IP_ROUTE_MULTIPATH
|
||||||
help
|
help
|
||||||
Normally, equal cost multipath routing is not supported by the
|
Normally, equal cost multipath routing is not supported by the
|
||||||
routing cache. If you say Y here, alternative routes are cached
|
routing cache. If you say Y here, alternative routes are cached
|
||||||
|
|
Loading…
Reference in New Issue