openwrt-packages/net/xl2tpd
Yousong Zhou a111405eac xl2tpd: bump to version 1.3.18
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2023-02-06 13:01:55 +08:00
..
files xl2tpd: fix invoking xl2tpd-control 2020-11-12 15:20:16 +08:00
patches xl2tpd: bump to version 1.3.17 2022-03-24 12:53:31 +08:00
Makefile xl2tpd: bump to version 1.3.18 2023-02-06 13:01:55 +08:00
README.md treewide: update wiki links 2019-11-29 09:16:02 +08:00

README.md

OpenWrt Package for xl2tpd

xl2tpd is a development from the original l2tpd package originally written by Mark Spencer, subsequently forked by Scott Balmos and David Stipp, inherited by Jeff McAdams, modified substantially by Jacco de Leeuw and then forked again by Xelerance (after it was abandoned by l2tpd.org).

Rationale for inclusion in OpenWrt

l2tpd has some serious alignment problems on RISC platforms. It also runs purely in userspace.

Some of the features added in this fork include:

  1. IPSec SA reference tracking inconjunction with openswan's IPSec transport mode, which adds support for multiple clients behind the same NAT router and multiple clients on the same internal IP behind different NAT routers.

  2. Support for the pppol2tp kernel mode L2TP.

  3. Alignment and endian problems resolved.

hcg

UCI options

server takes the form host[:port] with port defaults to 1701. It specifies the l2tp server's address.

checkup_interval tells netifd to check after that many seconds since last setup attempt to see if the interface is up. If not it should issue another teardown/setup round to retry the negotiation. This option defaults to 0 and netifd will not do the check and retry.

The following are generic ppp options and should have the same format and semantics as with other ppp-related protocols. See uci/network#protocol_ppp for details.

username
password
keepalive
ipv6
mtu
pppd_options