On 02/23/2016 07:10 PM, David Ahern wrote: > Nik pointed that the VRF driver should be using skb_header_pointer > instead of accessing skb->data and bits beyond directly which can > be garbage. > > Cc: Nikolay Aleksandrov <niko...@cumulusnetworks.com> > Signed-off-by: David Ahern <d...@cumulusnetworks.com> > --- > Dave: This should go into v4.4 stable as well. > > drivers/net/vrf.c | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) >
Thanks for the quick fix, Fixes: 35402e313663 ("net: Add IPv6 support to VRF device") Signed-off-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com>