set MTU on tunnel interface so the kernel will re-fragment large packets to within MRU
This commit is contained in:
parent
a52279783d
commit
b3c856c934
4 changed files with 19 additions and 6 deletions
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
|||
// L2TPNS Global Stuff
|
||||
// $Id: l2tpns.h,v 1.98 2005-11-14 08:38:02 bodea Exp $
|
||||
// $Id: l2tpns.h,v 1.99 2005-11-17 07:35:35 bodea Exp $
|
||||
|
||||
#ifndef __L2TPNS_H__
|
||||
#define __L2TPNS_H__
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <libcli.h>
|
||||
|
||||
#define VERSION "2.1.11"
|
||||
#define VERSION "2.1.12"
|
||||
|
||||
// Limits
|
||||
#define MAXTUNNEL 500 // could be up to 65535
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue