Commit graph

1287 commits

Author SHA1 Message Date
fendo
137bcc9981 Adding the possibility to listening multiple IP L2TP tunnels. 2013-03-06 22:18:32 +01:00
fendo
500bd3b1ae Update changelog 2013-02-26 09:11:18 +01:00
fendo
ec4f5a95de Fix Warning: dereferencing type-punned pointer will break strict... 2013-02-26 01:00:46 +01:00
fendo
9e78f1af54 Fix: Tunnel creation does not work when the length of the hostname is odd. (revert fix: Add a uint16_t control buffer type, as a union) 2013-02-26 00:28:43 +01:00
fendo
ec1507a6c2 Add param disable no spoof 2013-02-11 00:15:36 +01:00
fendo
f5354e1754 Update debian/changelog 2013-02-10 23:43:53 +01:00
fendo
b85ea86670 small performance improvement in download (internet -> customer) 2013-02-07 00:00:37 +01:00
fendo
9fb78ffe6a Disable sending HELLO message for Apple compatibility 2013-01-15 15:22:43 +01:00
fendo
b4f2e323ff Update debian changelog 2013-01-14 11:43:20 +01:00
fendo
bd1ea89ed1 manual update 2013-01-14 11:34:14 +01:00
fendo
1f48c2907f Fix: No RADIUS Stop message sent (regression due to the patch to avoid sending multiple CDNs) 2013-01-14 00:04:56 +01:00
fendo
caa9662496 Fix: inverted delete/add routes in cluster mode 2013-01-13 23:08:38 +01:00
fendo
d547c00f76 rename attribut interface pppoe to bind 2013-01-08 23:24:31 +01:00
fendo
11996ba414 Add PPPOE-SERVER functionality 2013-01-08 10:50:57 +01:00
fendo
ddffeb1ceb Authorize to change the source IP of the tunnels l2tp 2012-12-26 11:13:09 +01:00
fendo
f9243ffec5 Add tundevicename configuration option 2012-12-21 14:13:00 +01:00
fendo
699dd8b571 Fix: last_packet no updated in cluster mode 2012-12-20 23:44:21 +01:00
fendo
5111b3ae58 Add a debian/changelog entry for version 2.2.1-2fdn3 2012-12-18 19:28:13 +01:00
fendo
0e8cec8fc1 Fix routes inverted delete/add in cluster mode 2012-12-18 19:18:05 +01:00
fendo
709b2b0419 Update changelog (LAC functionnality) 2012-12-15 01:14:55 +01:00
fendo
35f10d93f4 Final development LAC functionality.
Fix Possible ring buffer overflow.
2012-12-15 00:00:13 +01:00
fendo
0834bba08e Fix: loopback protection 2012-12-09 18:50:07 +01:00
fendo
bcc2c7408b Fix LAC functionnality 2012-12-07 23:42:44 +01:00
fendo
5e65215ed4 Following development LAC functionality 2012-12-06 01:40:12 +01:00
fendo
4df24fd868 first version of the LAC functionality 2012-11-28 23:43:33 +01:00
fendo
7fd68b1dae Fix the inverted "delete/add" of the routes, in cluster mode. 2012-11-18 16:04:06 +01:00
fendo
e1412c5ca0 Add a debian/changelog entry for version 2.2.1-2fdn2 2012-11-17 15:20:17 +01:00
fendo
ce928583b4 MLPPP not working in cluster mode. 2012-10-28 22:39:23 +01:00
Fernando Alves
76ae461853 Add a echo_timeout configuration option.
Add a idle_echo_timeout configuration option.
2012-02-20 20:50:57 +01:00
Fernando Alves
81ca38323a Fix: Sends small packets in the MPPPP frame (for reorder).
Fix: Calculates jitter and jitter traces for analysis.
2012-02-15 14:23:12 +01:00
Fernando Alves
ff1db279d1 Fix: MLPPP improvents. 2012-02-12 13:56:27 +01:00
Fernando Alves
43d9ea52f9 Fix: MLPPP complete lost frame. 2012-02-04 18:18:26 +01:00
Fernando Alves
442b04cea2 Fix MLPPP functionality. 2012-02-03 16:28:14 +01:00
Benjamin Cama
6dfe2883c9 Add a debian/changelog entry for version 2.2.1-2fdn1
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2012-02-02 02:31:48 +01:00
Benjamin Cama
92db0e2617 Merge branch 'fdn-mods' 2012-02-02 02:20:27 +01:00
Benjamin Cama
99921507eb Merge branch 'common-cvs-git-upstream' into fdn-mods
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2012-02-02 02:15:14 +01:00
Benjamin Cama
152b5b67a4 Fix whitespaces errors introduced by commit d2848ce
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2012-02-02 00:45:55 +01:00
Benjamin Cama
6b36bc85b2 Merge remote-tracking branch 'new-upstream/master' into common-cvs-git-upstream
Choose the git version when conflicts happen.
2012-02-02 00:34:35 +01:00
Benjamin Cama
bceebb9a9d Fix binding of the cli to the configured address
We used to read the configuration file /after/ binding the cli. Fix that.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2012-01-30 00:16:41 +01:00
Benjamin Cama
2c6957f223 Add a debian/changelog entry for version 2.2.1-1fdn3 2012-01-03 20:30:31 +01:00
Benjamin Cama
e783c61413 Merge branch 'fdn-mods' 2012-01-03 20:23:14 +01:00
Benjamin Cama
e7d32f2da8 Log tunnel # while shutting down MPPP sessions.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-25 21:30:26 +02:00
Benjamin Cama
5694e076d6 Fix a format string pointer diff specifier.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-25 21:14:32 +02:00
Benjamin Cama
d484cd0e36 Use uint32_t buffer instead of uint8_t one.
Make it easier to use, and pleases gcc.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-25 14:31:25 +02:00
Benjamin Cama
639b43bffc Add a uint16_t control buffer type, as a union.
Then adapt the code using it. Make putting uint16_t easier in the
buffer. Pleases gcc better.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-25 14:23:24 +02:00
Benjamin Cama
036223c418 Fix the strange bundles' members looping use.
Avoids gcc warnings.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-24 17:14:57 +02:00
Benjamin Cama
6a529fb49e Remove unused variables.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-23 19:53:35 +02:00
Benjamin Cama
d331c822c0 Log the tunnel # when adding/removing routes.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-22 19:09:54 +02:00
Benjamin Cama
d19fdcba62 Merge branch 'use-netlink' into fdn-mods 2011-09-19 18:12:48 +02:00
Benjamin Cama
1877ddf760 Forgot to remove a prototype.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
2011-09-19 18:12:31 +02:00