Hi Experts,
We are working on a TDA4 platform and willing to do the following:
- to config a VLAN and make apps communicating within the VLAN.
but when we added the VLAN config by modifing the startup code for switch, we found that although the VLAN config exists in the switch's entry table, and we confirmed that the communication within that VLAN is valid, we found that outside boardcast packets could not be seen on the A72 side(tried tcpdump on A72 side), which means the outside ARP boardcast could not reach to the A72 side, thus the communication will fail until the A72 sends ARP boardcast to outside. And this happens to other boardcast packets too, which is required by one of our apps.
From our point of view, the switch on the TDA4 platform is blocking the outside boardcast packets. We noticed that in cpsw startup codes, a multi-cast entry with addr "ffff ffff ffff" is added for boardcasting, so we tried to add samilar multi-cast entry for the VLAN we configured but the outside boardcasts are still being blocked.
So we are wondering, if we want to enable the boardcasting from outside to inside within a VLAN, what should we check or what should we do to config the switch?
Thank you very much!