From 986961ad5d10b8499c43dc1801cc7a97a5175113 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 24 Dec 2023 15:33:09 +0100 Subject: [PATCH] Add missing mp_mrru option in manpage source --- docs/src/man/startup-config.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/man/startup-config.5.md b/docs/src/man/startup-config.5.md index d460300..885470a 100644 --- a/docs/src/man/startup-config.5.md +++ b/docs/src/man/startup-config.5.md @@ -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. +**mp\_mrru** (int) + + MRRU for MP traffic (default: 1614). Can be set to 0 to disable MP negociation. + **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.