Add missing mp_mrru option in manpage source

This commit is contained in:
Samuel Thibault 2023-12-24 15:33:09 +01:00
parent 05772e2295
commit 986961ad5d

View file

@ -141,6 +141,10 @@ The following `variables` may be set:
MTU of interface for L2TP traffic (default: 1500). Used to set link MRU and adjust TCP MSS. 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.
**l2tp\_secret** (string) **l2tp\_secret** (string)
The secret used by l2tpns for authenticating tunnel request. Must be the same as the LAC, or authentication will fail. Only actually be used if the LAC requests authentication. The secret used by l2tpns for authenticating tunnel request. Must be the same as the LAC, or authentication will fail. Only actually be used if the LAC requests authentication.