Tomato 1.26 beta(1766)
[tomato/tomato-null.git] / release / src / router / rp-l2tp / README
blobc5cbb2aa954f5924de30a00ff03866a688488915
1 # LIC: GPL
3 This is a user-space implementation of L2TP (RFC 2661) for Linux.
5 Copying
6 -------
8 All software included in this package is Copyright 2002 Roaring
9 Penguin Software Inc.  You may distribute it under the terms of the
10 GNU General Public License (the "GPL"), Version 2, or (at your option)
11 any later version.
13 Handlers
14 --------
16 Part of the l2tp code is implemented in the l2tpd program, and part of
17 it is implemented as "handlers".  A handler is a shared-object library
18 which is dynamically linked into l2tpd at run-time using the
19 "load-handler" configuration directive.
21 Although the handlers included with this package (sync-pppd and cmd)
22 are licensed under the GPL, as a special exception, you may write your
23 own handlers which link to code in this package and not release them
24 under the GPL.  There may be other reasons why your handlers must
25 be released under the GPL (for example, they may link with other GPL'd
26 code), but in the absence of other reasons, you may keep your handlers
27 proprietary.
29 Installation
30 ------------
32 ./configure && make
33 make install
35 Now read l2tpd(8) and l2tp.conf(5)