slackbuilds/network/openl2tp
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
Makefile.diff network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
README network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
README.SLACKWARE network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
doinst.sh network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
openl2tp.SlackBuild network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
openl2tp.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
sample.conf network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00
slack-desc network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) 2011-10-11 14:48:28 -05:00

README

OpenL2TP is a complete implementation of RFC2661 - Layer Two Tunneling
Protocol Version 2, able to operate as both a server and a client.

OpenL2TP has been written specifically for Linux. It consists of
- a daemon, openl2tpd, handling the L2TP control protocol exchanges
  for all tunnels and sessions
- a plugin for pppd to allow its PPP connections to run over L2TP
  sessions
- a Linux kernel driver for efficient datapath (packaged separately).
- a command line application for management.

All data packets are handled by the Linux kernel in order that the
datapath be as efficient as possible. The Linux PPP-over-L2TP kernel
driver (pppol2tp.o) must be loaded either dynamically as a kernel
module or linked in statically.

See README.SLACKWARE for post-installation configuration notes.