Bhindhiya commented on pull request #1736: URL: https://github.com/apache/incubator-nuttx/pull/1736#issuecomment-691996318
@xiaoxiang781216 , The multicast packet can be filtered at Ethernet level or at IP layer. RX65N supports IPv6 multicast filtering only in the IP layer, not at the Ethernet level (mac layer) since RX65N hardware does not have hash mac register. All received multicast frames are passed to IP layer and IP layer detects whether the received packet belongs to the defined multicast group. IPv6 multicast has been tested on RX65N by configuring CONFIG_NET_MLD=y and working fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org