commit | 26a335c2e883e651088b073dcdc4b0dbe4ed3afb | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Thu Mar 21 13:38:54 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 02 13:18:46 2019 -0400 |
tree | 8a52e76aa9f8b3e15e78cc97d9f23f50e13157f1 | |
parent | 593d8561c9ffde29a38c5a9f87a3b9057b7f1014 [diff] |
net/ipv6: Fix IPv6 fragment nexthdr field in case of no option headers With or without options headers it has to work. Currently it was setting always hop-by-hop next header which is obviously wrong but worked on ipv6_fragment test since that one has only packets with optional headers (hop-by-hop in that case has to be the first optional header). Fixes #14622 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>