Tool/software: TI-RTOS
I am using pdk_am437x_1_0_10
I would like to forward UDP packets received on eth0 to eth1 on an AM437x (CPSW Ethernet interfaces) and vice-versa.
eth0 is configured with static IP address 192.168.0.1 and sub-net mask 255.255.0.0 and eth1 is configured with static IP address 192.169.0.1 and sub-net mask 255.255.0.0.
If I add a static gateway route to eth0 route table where IPDestAddr = 192.169.0.0, IPDestMask=255.255.0.0 and IPGateAddr= 192.169.0.1, would NDK forward a UDP packet to eth1?
regards,
Marcio.