From 84ff56a83a9f6b29d3300aff13ede9afc73b5a68 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Thu, 14 Oct 2010 14:30:53 +0400 Subject: due to libnl-1 is not thread safe, l2tp and shaper updated to use libnl-2 --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index e17ba1de..4dff39b7 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ Features 11. Extensible user/password database, implemented only Radius source 12. Extensible IP pool, implemented Radius and static pools 13. Supported pppd compatible ip-up/ip-down scripts -(Work on L2TP is in progress) +14. Builtin tbf shaper manager Requirment @@ -32,7 +32,7 @@ Requirment 2. kernel-2.6.25 or later 3. glibc-2.8 or later 4. cmake-2.6 or later -5. libnl-1.1 or probably later +5. libnl-2.0 or probably later (required for l2tp and builtin shaper) Compilation and instalation @@ -42,9 +42,9 @@ or specify other location via KDIR. 1. cd /path/to/accel-pptp-1.0 2. mkdir build 3. cd build -4. cmake [ -D BUILD_DRIVER=TRUE ] [ -D KDIR=/usr/src/linux ] [ -D CMAKE_INSTALL_PREFIX=/usr/local ] [ -D CMAKE_BUILD_TYPE=Debug ] [ -DLOG_PGSQL=TRUE ] .. +4. cmake [-DBUILD_DRIVER=TRUE] [-DKDIR=/usr/src/linux] [-DCMAKE_INSTALL_PREFIX=/usr/local] [-DCMAKE_BUILD_TYPE=Debug] [-DLOG_PGSQL=TRUE] [-DL2TP=TRUE] [-DSHAPER=TRUE] .. Please note that the double dot record in the end of the command is essential. You'll get error if you miss it. - BUILD_DRIVER, KDIR, CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, LOG_PGSQL are optional, + BUILD_DRIVER, KDIR, CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, LOG_PGSQL, L2TP, SHAPER are optional, but while pptp is not present in mainline kernel you probably need BUILD_DRIVER. 5. make 6. make install -- cgit v1.2.3