1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/xl2tpd
Yousong Zhou 2817f1d920 xl2tpd: bump version
The update is mainly for addressing some memory corruption and segementation
faults issues observed when running xl2tpd in OpenWrt.  The relevant upstream
pull request was at link [1]

 [1] Devel fix valgrind #77, https://github.com/xelerance/xl2tpd/pull/77

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-10-02 08:20:24 +08:00
..
files xl2tpd: add new config option checkup_interval. 2015-08-14 12:16:27 +08:00
patches xl2tpd: switch to github devel branch. 2015-08-14 12:16:27 +08:00
Makefile xl2tpd: bump version 2015-10-02 08:20:24 +08:00
README Import xl2tpd 2014-06-13 17:27:45 +02:00

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