summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-04-12 22:54:43 +0200
committerJeff Garzik <jeff@garzik.org>2006-04-12 22:54:43 +0200
commita890b15c0990cc8d686edcc85f5fccde71ad5ce9 (patch)
tree73162355b58283a2531f13fbbf663809f95c1483 /net/ipv4/ip_gre.c
parentMerge branch 'upstream' (diff)
parent[PATCH] sata_sil24: enable 64bit (diff)
downloadlinux-a890b15c0990cc8d686edcc85f5fccde71ad5ce9.tar.xz
linux-a890b15c0990cc8d686edcc85f5fccde71ad5ce9.zip
Merge branch 'upstream'
Diffstat (limited to 'net/ipv4/ip_gre.c')
-rw-r--r--net/ipv4/ip_gre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c
index 9981dcd68f11..ab99bebdcdc8 100644
--- a/net/ipv4/ip_gre.c
+++ b/net/ipv4/ip_gre.c
@@ -656,7 +656,7 @@ static int ipgre_rcv(struct sk_buff *skb)
read_unlock(&ipgre_lock);
return(0);
}
- icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0);
+ icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
drop:
read_unlock(&ipgre_lock);