FelipeMdeO commented on code in PR #19872:
URL: https://github.com/apache/nuttx/pull/19872#discussion_r3793003724


##########
net/arp/arp_table.c:
##########
@@ -83,6 +83,10 @@ struct arp_table_info_s
 {
   in_addr_t    ai_ipaddr;   /* IP address for lookup */
   FAR uint8_t *ai_ethaddr;  /* Location to return the MAC address */
+
+  /* The device the frame will be sent on */
+
+  FAR struct net_driver_s *ai_dev;

Review Comment:
   done



-- 
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]

Reply via email to