net: routing: Hide routing option temporarily

Currently the CONFIG_NET_ROUTING option has limited use as there
would be some entity that populates routing table. Previously it
was RPL that did it but RPL support was removed some time ago.

Fixes #16320

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-09-20 16:15:45 +03:00
commit 2ec7e70509

View file

@ -219,12 +219,16 @@ config NET_ROUTE
depends on NET_IPV6_NBR_CACHE
default y if NET_IPV6_NBR_CACHE
# Temporarily hide the routing option as we do not have RPL in the system
# that used to populate the routing table.
config NET_ROUTING
bool "IP routing between interfaces"
bool
depends on NET_ROUTE
help
Allow IPv6 routing between different network interfaces and
technologies.
technologies. Currently this has limited use as some entity
would need to populate the routing table. RPL used to do that
earlier but currently there is no RPL support in Zephyr.
config NET_MAX_ROUTES
int "Max number of routing entries stored."