Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/wireless/ath/ath9k/ar9003_eeprom.c net/llc/af_llc.c
This commit is contained in:
+2
-1
@@ -606,8 +606,9 @@ static int ipip6_rcv(struct sk_buff *skb)
|
||||
return 0;
|
||||
}
|
||||
|
||||
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
|
||||
/* no tunnel matched, let upstream know, ipsec may handle it */
|
||||
rcu_read_unlock();
|
||||
return 1;
|
||||
out:
|
||||
kfree_skb(skb);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user