From b0bcb68171c2d0e5f2a4b4bccd33922dadbe3ee4 Mon Sep 17 00:00:00 2001 From: Cristian Bulacu Date: Wed, 4 Jun 2025 10:35:03 +0300 Subject: [PATCH] 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 --- subsys/net/ip/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/subsys/net/ip/Kconfig b/subsys/net/ip/Kconfig index a608ee76585..2541efe8931 100644 --- a/subsys/net/ip/Kconfig +++ b/subsys/net/ip/Kconfig @@ -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