Hi NXP Expert,
Can you please confirm if this is an expected behaviour?
Scenario :
1. Assign static IP to eth0 and eth1 ports
ifconfig eth0 192.168.1.20 up
ifconfig eth1 192.168.1.30 up
2. Connect board to an AP via WiFI using connmanctl (gets an IP, 192.168.1.173)
3. All the 3 interfaces eth0, eth1, wlan0 in same domain
4. ping 192.168.1.173 ---> NOT SUCCESS
5. Connect LAN cable between eth0 and board
6. ping 192.168.1.173 ---> SUCCESS
Our assumption is that ping to Wifi IP is happening via ethernet connection. Is this expected?