New release: 2.4.1
This commit is contained in:
parent
48e7ef75b7
commit
d1536bdcfb
2 changed files with 5 additions and 1 deletions
4
Changes
4
Changes
|
|
@ -1,3 +1,7 @@
|
||||||
|
* 2022-09-03 Sebastien Badia <seb@sebian.fr> 2.4.1
|
||||||
|
- Reduce loglevel of warning (Ref #10)
|
||||||
|
- Initial ci test for L2TPNS (Ref #11)
|
||||||
|
|
||||||
* 2022-07-03 Sebastien Badia <seb@sebian.fr> 2.4.0
|
* 2022-07-03 Sebastien Badia <seb@sebian.fr> 2.4.0
|
||||||
- Use 64bit counters for accounting (Fixes #12)
|
- Use 64bit counters for accounting (Fixes #12)
|
||||||
- Use newer radius port 1812 by default
|
- Use newer radius port 1812 by default
|
||||||
|
|
|
||||||
2
l2tpns.h
2
l2tpns.h
|
|
@ -15,7 +15,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <libcli.h>
|
#include <libcli.h>
|
||||||
|
|
||||||
#define VERSION "2.3.3"
|
#define VERSION "2.4.1"
|
||||||
|
|
||||||
// Limits
|
// Limits
|
||||||
#define MAXTUNNEL 500 // could be up to 65535
|
#define MAXTUNNEL 500 // could be up to 65535
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue