New release: 2.3.0
This commit is contained in:
parent
194229b614
commit
cff4a52c50
3 changed files with 10 additions and 1 deletions
5
Changes
5
Changes
|
|
@ -1,3 +1,8 @@
|
|||
* 2020 Julien Rabier <jrabier@ilico.org> 2.3.0
|
||||
- Disable accounting by default
|
||||
- (maint) Fixes common spelling error
|
||||
- (maint) remove debian packaging files (managed here https://salsa.debian.org/debian/l2tpns.git )
|
||||
|
||||
* 2014 Fernando Alves <fernando.alves@sameswireless.fr> 2.2.1-2fdn x
|
||||
- new feature: If the user attribute "Framed-IPv6-Address" is defined then the ICMPv6_RA advertise this IPv6 address.
|
||||
- Fix: Incorrect delegation of IPv6 prefixes when multiple of 4 bits (nibble) (eg: /44, /52 ...).
|
||||
|
|
|
|||
4
THANKS
4
THANKS
|
|
@ -32,3 +32,7 @@ Rhys Kidd <rhys.kidd@staff.westnet.com.au>
|
|||
Muhammad Tayseer Alquoatli <idoit.ief@gmail.com>
|
||||
Cyril Elkaim <cyrelk@users.sourceforge.net>
|
||||
Geoffry D. Bennett <g_bennett@users.sourceforge.net>
|
||||
Fernando Alves <fernando.alves@sameswireless.fr>
|
||||
Benjamin Cama <benoar@dolka.fr>
|
||||
Sebastien Badia <seb@sebian.fr>
|
||||
Julien Rabier <jrabier@ilico.org>
|
||||
|
|
|
|||
2
l2tpns.h
2
l2tpns.h
|
|
@ -15,7 +15,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <libcli.h>
|
||||
|
||||
#define VERSION "2.2.1.2fdn3.19"
|
||||
#define VERSION "2.3.0"
|
||||
|
||||
// Limits
|
||||
#define MAXTUNNEL 500 // could be up to 65535
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue