Bhindhiya opened a new pull request #104: IP Header issue for IPv4 fixed URL: https://github.com/apache/incubator-nuttx-apps/pull/104 In IP Forwarding application for IPv4, the function 'net_ipv4addr_hdrcopy(dest,src) - (Path: nuttx/include/nuttx/net/ip.h),' expects a pointer for copying source IP to destination IP. But in the application (Path: apps/examples/ipforward/ipforward.c), the value is passed directly instead of the address of the parameters which creates the issue. The issue is rectified by the above fix.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
