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?