diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 03:00:21 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-01 03:00:21 +0200 |
| commit | 2783aef226a61ee29fab172a7dbdb9c54f3d4810 (patch) | |
| tree | 8b520fdcf49522b0b744c285d1c5681c4ad25aa2 | |
| parent | 4a276028a09a40854271c17ddb8057d0b69da8ee (diff) | |
| download | accel-ppp-2783aef226a61ee29fab172a7dbdb9c54f3d4810.tar.gz accel-ppp-2783aef226a61ee29fab172a7dbdb9c54f3d4810.zip | |
pppoe: Add missing documentation
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
| -rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index f40a4ac4..e97ca289 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -692,6 +692,24 @@ as a template, i.e pppoe%d => pppoe0. 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 "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. +.TP +.BI "ifname-in-sid=" 0|1 +If set to 1, the interface name is included in the Session ID. +.TP +.BI "sid-uppercase=" 0|1 +If set to 1, the Session ID is generated in uppercase. +.TP +.BI "cookie-timeout=" n +Specifies the timeout in seconds for the PPPoE cookie (PADO/PADR stage). .SH [l2tp] .br Configuration of L2TP module. |
