diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 02:58:35 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 02:58:35 +0200 |
| commit | 4a276028a09a40854271c17ddb8057d0b69da8ee (patch) | |
| tree | 2d07766af7c7532b8c66870ba2bb0d04f73664a1 | |
| parent | 63165ee7fd9abec04fb5f497d11ab09e21e10b9b (diff) | |
| download | accel-ppp-4a276028a09a40854271c17ddb8057d0b69da8ee.tar.gz accel-ppp-4a276028a09a40854271c17ddb8057d0b69da8ee.zip | |
l2tp: Add missing documentation
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
| -rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index c9666206..f40a4ac4 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -788,6 +788,21 @@ as a template, i.e l2tp%d => l2tp0. Specifies max sessions time in seconds, after this time session will be terminated. .br This timeout can be redefined with radius attribute Session-Timeout. 0 value means infinite timeout. +.TP +.BI "avp_permissive=" 0|1 +If set to 1, ignore the Mandatory (M) bit in unknown Attribute-Value Pairs (AVPs) instead of terminating the connection. +.TP +.BI "dir300_quirk=" 0|1 +If set to 1, enables a workaround for D-Link DIR-300 routers that send packets with Tunnel ID 0. +.TP +.BI "ip-pool=" pool_name +Specifies the name of the IPv4 pool to use for allocating client addresses. +.TP +.BI "ipv6-pool=" pool_name +Specifies the name of the IPv6 pool to use for allocating client addresses. +.TP +.BI "ipv6-pool-delegate=" pool_name +Specifies the name of the IPv6 prefix delegation pool to use. .SH [sstp] .br Configuration of SSTP module. |
