packages/net/xl2tpd
Daniel Golle d4381c289f xl2tpd: fix a minor compiler warning
gcc complains about atexit() being implicitely defined in
xl2tpd-control.c
Fix that by including stdlib.h in xl2tpd-control.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 16:12:04 +02:00
..
files Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3" 2014-08-18 11:36:19 +02:00
patches xl2tpd: fix a minor compiler warning 2015-05-13 16:12:04 +02:00
Makefile xl2tpd: update source, import some useful patches 2015-05-13 13:23:21 +02: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