]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ipv6] Handle IPv6 option length correctly
authorMichael Brown <mcb30@ipxe.org>
Wed, 23 Oct 2013 12:05:23 +0000 (13:05 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Oct 2013 13:07:56 +0000 (14:07 +0100)
commit595e32d7abca1292c2b2a0cfebf50e31eb287676
tree22e7ae1fd0b4dc0c780834700fd8f3da1cbfb6d2
parent0780bccb68014a58205a49f74250a2046fe15206
[ipv6] Handle IPv6 option length correctly

The IPv6 option length field represents the length of the option data
field, not the overall length of the option.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/ipv6.c