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:
parent
d2ecb8e829
commit
b0bcb68171
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user