mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().
This commit is contained in:
parent
0af8180f8c
commit
4c037f8d6e
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue