[PATCH 9/9] doc: Update VPN config options for L2TP and PPTP

Jussi Laakkonen <[email protected]> Mon, 26 Jan 2026 15:43:48 +0200
Newsgroups dev.linux.lists.connman
Message-ID <[email protected]>
For L2TP
 - L2TP.LocalHostname
 - L2TP.RemoteHostname

For PPTP
 - PPTP.IdleWait
 - PPTP.MaxEchoWait
 - PPTP.Sync
 - PPTP.Nobuffer
---
 doc/vpn-config-format.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/vpn-config-format.txt b/doc/vpn-config-format.txt
index f2adf299..32686c08 100644
--- a/doc/vpn-config-format.txt
+++ b/doc/vpn-config-format.txt
@@ -233,6 +233,10 @@ L2TP VPN supports following options (see xl2tpd.conf(5) and pppd(8) for details)
  L2TP.ListenAddr     listen-addr            Listen address (O)
  L2TP.IPsecSaref     ipsec saref            Use IPSec SA (O)
  L2TP.Port           port                   What UDP port is used (O)
+ L2TP.LocalHostname  -                      l2tp.secrets file our (local)
+                                            hostname, defaults to "*" (O)
+ L2TP.RemoteHostname -                      l2tp.secrets file remote hostname,
+                                            defaults to "*" (O)
 
  Option name         pppd config value      Description
  PPPD.EchoFailure    lcp-echo-failure       Dead peer check count (O)
@@ -260,6 +264,14 @@ PPTP VPN supports following options (see pptp(8) and pppd(8) for details)
                                           if not set here (O)
  PPTP.Password       -                    PPTP password, asked from the user
                                           if not set here (O)
+ PPTP.IdleWait       --idle-wait          Time to wait before sending a control
+                                          connection echo request (O)
+ PPTP.MaxEchoWait    --max-echo-wait      Time to wait for an echo reply before
+                                          closing the control connection (O)
+ PPTP.Sync           --sync               Enable Synchronous HDLC (pppd must
+                                          use it too) (O)
+ PPTP.Nobuffer       --nobuffer           Completely disables buffering and
+                                          reordering of packets (O)
 
  Option name         pppd config value    Description
  PPPD.EchoFailure    lcp-echo-failure     Dead peer check count (O)
-- 
2.47.3