xiaoxiang781216 commented on code in PR #9195: URL: https://github.com/apache/nuttx/pull/9195#discussion_r1186457284
########## net/icmpv6/icmpv6.h: ########## @@ -97,13 +97,19 @@ struct icmpv6_conn_s */ struct iob_queue_s readahead; /* Read-ahead buffering */ + struct icmp6_filter filter; /* ICMP6 type filter */ Review Comment: Because icmp6_filter is public struct defined by FreeBSD/Linux. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org