mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
Make DST_CACHE a silent config option
commit9b246841f4upstream. commit911362c70d("net: add dst_cache support") added a new kconfig option that gets selected by other networking options. It seems the intent wasn't to offer this as a user-selectable option given the lack of help text, so this patch converts it to a silent option. Signed-off-by: Dave Jones <davej@codemonkey.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net> Cc: Paolo Abeni <pabeni@redhat.com> Cc: <manojboopathi@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5683797eb9
commit
ecac3b72af
@@ -384,7 +384,7 @@ config LWTUNNEL
|
||||
with light weight tunnel state associated with fib routes.
|
||||
|
||||
config DST_CACHE
|
||||
bool "dst cache"
|
||||
bool
|
||||
default n
|
||||
|
||||
endif # if NET
|
||||
|
||||
Reference in New Issue
Block a user