wengzhe commented on PR #11054: URL: https://github.com/apache/nuttx/pull/11054#issuecomment-1853277974
Hi @PetteriAimonen , I created a PR for this case: https://github.com/apache/nuttx/pull/11378, could you please have a try? But there's one thing I'm not sure: now I add `g_ipv6_ethallnodes` and `g_ipv6_ethallrouters` in `netdev_register`, because I think they only need to be added once (previously `_ipv6multicast` was called when `ifup`), I'm not sure whether the device is ready for adding mac when calling `netdev_register`, but I see functions like `mld_devinit` and `igmp_devinit` also add mac and they are also called in `netdev_register`, so I guess it's OK to do so. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
