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:
parent
44f3b79b6f
commit
2ec7e70509
1 changed files with 6 additions and 2 deletions
|
@ -219,12 +219,16 @@ config NET_ROUTE
|
||||||
depends on NET_IPV6_NBR_CACHE
|
depends on NET_IPV6_NBR_CACHE
|
||||||
default y if 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
|
config NET_ROUTING
|
||||||
bool "IP routing between interfaces"
|
bool
|
||||||
depends on NET_ROUTE
|
depends on NET_ROUTE
|
||||||
help
|
help
|
||||||
Allow IPv6 routing between different network interfaces and
|
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
|
config NET_MAX_ROUTES
|
||||||
int "Max number of routing entries stored."
|
int "Max number of routing entries stored."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue