doc update
This commit is contained in:
parent
8d900b122a
commit
726ce37131
2 changed files with 5 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ L2TP (Layer 2 Tunneling Protocol) is designed to allow any layer 2
|
||||||
protocol (e.g. Ethernet, PPP) to be tunneled over an IP connection. l2tpns
|
protocol (e.g. Ethernet, PPP) to be tunneled over an IP connection. l2tpns
|
||||||
implements PPP over L2TP only.<P>
|
implements PPP over L2TP only.<P>
|
||||||
|
|
||||||
There are a couple of other L2TP imlementations, of which <A
|
There are a couple of other L2TP implementations, of which <A
|
||||||
HREF="http://sourceforge.net/projects/l2tpd">l2tpd</A> is probably the
|
HREF="http://sourceforge.net/projects/l2tpd">l2tpd</A> is probably the
|
||||||
most popular. l2tpd also will handle being either end of a tunnel, and
|
most popular. l2tpd also will handle being either end of a tunnel, and
|
||||||
is a lot more configurable than l2tpns. However, due to the way it works,
|
is a lot more configurable than l2tpns. However, due to the way it works,
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,10 @@ BuildRequires: libcli >= 1.8.2
|
||||||
Requires: libcli >= 1.8.2
|
Requires: libcli >= 1.8.2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A L2TP LNS which does not require l2tpd, pppd or any kernel patches. Can support
|
l2tpns is a layer 2 tunneling protocol network server (LNS). It
|
||||||
up to 65535 active sessions on a single box. Also supports ISP features like
|
supports up to 65535 concurrent sessions per server/cluster plus ISP
|
||||||
speed throttling, walled garden, usage accounting, and more.
|
features such as rate limiting, walled garden, usage accounting, and
|
||||||
|
more.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue