release 2.0.3
This commit is contained in:
parent
2a11e02653
commit
4f8e21e3fd
2 changed files with 3 additions and 3 deletions
2
Changes
2
Changes
|
|
@ -1,4 +1,4 @@
|
||||||
* ? David Parrish <david@dparrish.com> ?
|
* Wed Nov 3 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.3
|
||||||
- Added support for hidden AVPs by Robert Clark
|
- Added support for hidden AVPs by Robert Clark
|
||||||
- l2tpns-chap-response.patch from Robert Clark
|
- l2tpns-chap-response.patch from Robert Clark
|
||||||
- Merge l2tpns-config-hostname.patch from Robert Clark
|
- Merge l2tpns-config-hostname.patch from Robert Clark
|
||||||
|
|
|
||||||
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
||||||
// L2TPNS Global Stuff
|
// L2TPNS Global Stuff
|
||||||
// $Id: l2tpns.h,v 1.26 2004/11/02 04:35:04 bodea Exp $
|
// $Id: l2tpns.h,v 1.27 2004/11/02 23:43:52 bodea Exp $
|
||||||
|
|
||||||
#ifndef __L2TPNS_H__
|
#ifndef __L2TPNS_H__
|
||||||
#define __L2TPNS_H__
|
#define __L2TPNS_H__
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <libcli.h>
|
#include <libcli.h>
|
||||||
|
|
||||||
#define VERSION "2.0.2"
|
#define VERSION "2.0.3"
|
||||||
|
|
||||||
// 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