Add mp_mrru option
Some equipments seem not able to actually put options in Configure-Reject messages, so we then have to disable MRRU by hand.
This commit is contained in:
parent
b3b5fc5c59
commit
8e7bfa9a77
6 changed files with 29 additions and 4 deletions
|
|
@ -233,6 +233,14 @@ MTU of interface for L2TP traffic (default: 1500). Used to set link MRU and adju
|
|||
\f[R]
|
||||
.fi
|
||||
.PP
|
||||
\f[B]mp_mrru\f[R] (int)
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
MRRU for MP traffic (default: 1614). Can be set to 0 to disable MP negociation.
|
||||
\f[R]
|
||||
.fi
|
||||
.PP
|
||||
\f[B]l2tp_secret\f[R] (string)
|
||||
.PP
|
||||
The secret used by l2tpns for authenticating tunnel request.
|
||||
|
|
|
|||
|
|
@ -150,6 +150,10 @@ should be set by a line like: set configstring \"value\" set ipaddress
|
|||
: MTU of interface for L2TP traffic (default: `1500`). Used to set
|
||||
link MRU and adjust TCP MSS.
|
||||
|
||||
`mp_mrru` (int)
|
||||
|
||||
: MRRU for MP traffic (default: `1614`). Can be set to 0 to disable MP negociation.
|
||||
|
||||
`ppp_restart_time` (int); `ppp_max_configure` (int); `ppp_max_failure` (int)
|
||||
|
||||
: PPP counter and timer values, as described in §4.1 of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue