net: ip: Kconfig: Re-enable routing support between interfaces support

As packets need to be forwarded between Wi-Fi/Eth interface and
OpenThread interface, routing support has to be re-enabled and
configurable through prj.conf file.

Signed-off-by: Cristian Bulacu <cristian.bulacu@nxp.com>
This commit is contained in:
Cristian Bulacu 2025-06-04 10:35:03 +03:00 committed by Fabio Baltieri
parent d2ecb8e829
commit b0bcb68171

View File

@ -562,10 +562,8 @@ 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
bool "IP routing between interfaces"
depends on NET_ROUTE
help
Allow IPv6 routing between different network interfaces and