commit | 75f2811c6460ccc59d83c66059943ce9c9f81a18 | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Wed Nov 30 17:05:51 2011 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Sat Dec 03 09:35:10 2011 -0800 |
tree | 49373cf5f5b11358aeb587209ad270496f751609 | |
parent | 396cf9430505cfba529a2f2a037d782719fa5844 [diff] |
ipv6: Add fragment reporting to ipv6_skip_exthdr(). While parsing through IPv6 extension headers, fragment headers are skipped making them invisible to the caller. This reports the fragment offset of the last header in order to make it possible to determine whether the packet is fragmented and, if so whether it is a first or last fragment. Signed-off-by: Jesse Gross <jesse@nicira.com>