This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: How to implement routing policy

Part Number: TDA4VM

Hi,

When implementing the routing policy of multiple network cards on tda4vm (Linux + RTOS), I found that when I use the command :ip rule ,

the system will report an error, as follow:

It is found that the config ip advanced router is not enabled in the Linux kernel, as follow:

# CONFIG_IP_ADVANCED_ROUTER is not set

Then I enabled this configuration, but all the network cards were gone, including EthX and USB network cards.

What's the reason? Is there a way to solve it? In other words, how to implement routing policy?