Add L2TP offloading support

Fixes #13

Also-by: Dominique Martinet <asmadeus@codewreck.org>
This commit is contained in:
Samuel Thibault 2023-04-23 13:50:04 +02:00
parent 13d7080ac1
commit a9e18411d3
8 changed files with 715 additions and 35 deletions

View file

@ -412,6 +412,12 @@ connected users.
.PP
Number of token buckets to allocate for throttling.
Each throttled session requires two buckets (in and out).
.PP
\f[B]kernel_accel\f[R] (boolean)
.PP
Determines whether or not to enable kernel acceleration.
Note that only one l2tpns instance can use it per network namespace,
otherwise they will step on each other.
.SS DHCPv6 And IPv6 SETTINGS
.PP
\f[B]dhcp6_preferred_lifetime\f[R] (int)

View file

@ -251,6 +251,10 @@ The following `variables` may be set:
Number of token buckets to allocate for throttling. Each throttled session requires two buckets (in and out).
**kernel\_accel** (boolean)
Determines whether or not to enable kernel acceleration. Note that only one l2tpns instance can use it per network namespace, otherwise they will step on each other.
## DHCPv6 And IPv6 SETTINGS
**dhcp6\_preferred\_lifetime** (int)