Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().

This commit is contained in:
Andre Oppermann 2005-05-04 13:23:54 +00:00
parent 0af8180f8c
commit 4c037f8d6e

View file

@ -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;