From e4576466d8dd00f2d632b0f30575207a6c68c02a Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 4 May 2005 13:23:54 +0000 Subject: [PATCH] Add another step of 1280 (gif(4) tunnels) to ip_next_mtu(). --- sys/netinet/ip_icmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 603588fe2b9..6d1670f6ea8 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; -- 2.45.2