summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2005-05-04 13:23:54 +0000
committerandre <andre@FreeBSD.org>2005-05-04 13:23:54 +0000
commite4576466d8dd00f2d632b0f30575207a6c68c02a (patch)
treef4d15b032254b84fc7a24562bb1ec504f85efc64 /sys
parent32e61f472f538953c39b8a3985bf6bf4715e08ed (diff)
downloadFreeBSD-src-e4576466d8dd00f2d632b0f30575207a6c68c02a.zip
FreeBSD-src-e4576466d8dd00f2d632b0f30575207a6c68c02a.tar.gz
Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_icmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c
index 603588f..6d1670f 100644
--- a/sys/netinet/ip_icmp.c
+++ b/sys/netinet/ip_icmp.c
@@ -793,8 +793,8 @@ ip_next_mtu(mtu, dir)
int dir;
{
static int mtutab[] = {
- 65535, 32000, 17914, 8166, 4352, 2002, 1492, 1006, 508, 296,
- 68, 0
+ 65535, 32000, 17914, 8166, 4352, 2002, 1492, 1280, 1006, 508,
+ 296, 68, 0
};
int i;
OpenPOWER on IntegriCloud