commit | 21c66a8fe1c6051a39975a4e7f9a26b64836be54 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Mar 08 16:42:54 2019 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Mar 11 20:57:29 2019 -0700 |
tree | d8986ec3f9bbab5ac42906a32721750963b2ef5e | |
parent | 01d41f25b73220e91d3f042bba7c10c9db54f38d [diff] |
net/ipv4: Handle options relevantly IPv4 header might come with options, unlike IPv6, these are not encapsulated in option header but are fully part of the IPv4 header. Zephyr must handles these. Now silently ignoring their content and setting the cursor to the payload properly. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>