From 80301a505936afd15fe2b85ebea60ffe48e620fe Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 17 May 2007 14:03:10 -0700 Subject: [PATCH] refresh ipv6 patch after dropping an earlier ipv6 patch --- .../ipv6-do-no-rely-on-skb-dst-before-it-is-assigned.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-2.6.21/ipv6-do-no-rely-on-skb-dst-before-it-is-assigned.patch b/queue-2.6.21/ipv6-do-no-rely-on-skb-dst-before-it-is-assigned.patch index a8d34b5423b..8e2bee1f611 100644 --- a/queue-2.6.21/ipv6-do-no-rely-on-skb-dst-before-it-is-assigned.patch +++ b/queue-2.6.21/ipv6-do-no-rely-on-skb-dst-before-it-is-assigned.patch @@ -22,7 +22,7 @@ Signed-off-by: Chris Wright --- linux-2.6.21.1.orig/net/ipv6/exthdrs.c +++ linux-2.6.21.1/net/ipv6/exthdrs.c -@@ -638,6 +638,14 @@ EXPORT_SYMBOL_GPL(ipv6_invert_rthdr); +@@ -652,6 +652,14 @@ EXPORT_SYMBOL_GPL(ipv6_invert_rthdr); Hop-by-hop options. **********************************/ @@ -37,7 +37,7 @@ Signed-off-by: Chris Wright /* Router Alert as of RFC 2711 */ static int ipv6_hop_ra(struct sk_buff **skbp, int optoff) -@@ -664,25 +672,25 @@ static int ipv6_hop_jumbo(struct sk_buff +@@ -678,25 +686,25 @@ static int ipv6_hop_jumbo(struct sk_buff if (skb->nh.raw[optoff+1] != 4 || (optoff&3) != 2) { LIMIT_NETDEBUG(KERN_DEBUG "ipv6_hop_jumbo: wrong jumbo opt length/alignment %d\n", skb->nh.raw[optoff+1]); -- 2.47.3