zhhyu7 commented on code in PR #17431:
URL: https://github.com/apache/nuttx/pull/17431#discussion_r2600783572
##########
Documentation/components/net/pkt.rst:
##########
@@ -29,6 +29,7 @@ Usage
addr.sll_family = AF_PACKET;
addr.sll_ifindex = if_nametoindex("eth0");
+ addr.sll_protocol = htons(ETH_P_ALL);
Review Comment:
> @zhhyu7 suggestion: include VLAN here:
https://nuttx.apache.org/docs/latest/components/net/index.html this way anyone
reading the Documentation will know NuttX supports it.
OK.
--
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]