[PATCH] IPV6 NDISC: Calculate packet length correctly for allocation.
commitba29705432462317d1a7b135612a9ef5b928d6c0
authorDavid Miller <davem@davemloft.net>
Sun, 3 Dec 2006 05:04:06 +0000 (2 21:04 -0800)
committerChris Wright <chrisw@sous-sol.org>
Mon, 11 Dec 2006 19:32:36 +0000 (11 11:32 -0800)
treee1c0735642854c9cf0d27777826de6995b5bb328
parent0215ffb08ce99e2bb59eca114a99499a4d06e704
[PATCH] IPV6 NDISC: Calculate packet length correctly for allocation.

MAX_HEADER does not include the ipv6 header length in it,
so we need to add it in explicitly.

With help from YOSHIFUJI Hideaki.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/ipv6/ndisc.c