Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for receiving Multicast Group addresses + IGMP ( IPv4 on…
…ly ) Adds 2 function pointers to the network interface struct that handle adding and removing multicast MAC addresses. Updates IGMP to use function pointers through the network interface. Makes the Add/Remove Multicast functions private to NetworkInterface.c They are now used through pointers in the NetworkInterface_t struct. Improves the SAME70 driver to handle adding/removing muticast MAC addresses
- Loading branch information