Duan Jiong 093d04d42f ipv6: Change skb->data before using icmpv6_notify() to propagate redirect
In function ndisc_redirect_rcv(), the skb->data points to the transport
header, but function icmpv6_notify() need the skb->data points to the
inner IP packet. So before using icmpv6_notify() to propagate redirect,
change skb->data to point the inner IP packet that triggered the sending
of the Redirect, and introduce struct rd_msg to make it easy.

Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-14 13:14:07 -05:00
..
2012-11-30 10:50:22 +01:00
2012-07-19 10:48:00 -07:00
2012-12-11 14:08:47 -08:00
2012-06-15 15:30:15 -07:00
2012-05-17 18:45:20 -04:00
2012-09-26 21:10:25 -04:00