projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
50ce9a3
)
fix sign problem with reporting of unknown VSAs
author
bodea
<bodea>
Wed, 2 Aug 2006 12:53:35 +0000
(12:53 +0000)
committer
bodea
<bodea>
Wed, 2 Aug 2006 12:53:35 +0000
(12:53 +0000)
Changes
patch
|
blob
|
history
l2tpns.h
patch
|
blob
|
history
l2tpns.spec
patch
|
blob
|
history
diff --git
a/Changes
b/Changes
index
9de84d5
..
df439df
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,6
@@
+* Wed Aug 2 2006 Brendan O'Dea <bod@optus.net> 2.1.20
+- Fix sign problem with reporting of unknown VSAs.
+
* Fri Jun 23 2006 Brendan O'Dea <bod@optus.net> 2.1.19
- Kludge around problem with Netgear DM602 authentication.
- Use result code AVP to set Acct-Terminate-Cause is disconnect cause
* Fri Jun 23 2006 Brendan O'Dea <bod@optus.net> 2.1.19
- Kludge around problem with Netgear DM602 authentication.
- Use result code AVP to set Acct-Terminate-Cause is disconnect cause
diff --git
a/l2tpns.h
b/l2tpns.h
index
c178a3b
..
209b38b
100644
(file)
--- a/
l2tpns.h
+++ b/
l2tpns.h
@@
-1,5
+1,5
@@
// L2TPNS Global Stuff
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.113.2.
1 2006/05/26 07:33:52
bodea Exp $
+// $Id: l2tpns.h,v 1.113.2.
2 2006/08/02 12:53:35
bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@@
-14,7
+14,7
@@
#include <sys/types.h>
#include <libcli.h>
#include <sys/types.h>
#include <libcli.h>
-#define VERSION "2.1.
19
"
+#define VERSION "2.1.
20
"
// Limits
#define MAXTUNNEL 500 // could be up to 65535
// Limits
#define MAXTUNNEL 500 // could be up to 65535
diff --git
a/l2tpns.spec
b/l2tpns.spec
index
a3709a6
..
b2ee66a
100644
(file)
--- a/
l2tpns.spec
+++ b/
l2tpns.spec
@@
-1,6
+1,6
@@
Summary: A high-speed clustered L2TP LNS
Name: l2tpns
Summary: A high-speed clustered L2TP LNS
Name: l2tpns
-Version: 2.1.
19
+Version: 2.1.
20
Release: 1
License: GPL
Group: System Environment/Daemons
Release: 1
License: GPL
Group: System Environment/Daemons
@@
-43,5
+43,5
@@
rm -rf %{buildroot}
%attr(644,root,root) /usr/share/man/man[58]/*
%changelog
%attr(644,root,root) /usr/share/man/man[58]/*
%changelog
-*
Fri Jun 23 2006 Brendan O'Dea <bod@optus.net> 2.1.19
-1
-- 2.1.
19 release, see /usr/share/doc/l2tpns-2.1.19
/Changes
+*
Wed Aug 2 2006 Brendan O'Dea <bod@optus.net> 2.1.20
-1
+- 2.1.
20 release, see /usr/share/doc/l2tpns-2.1.20
/Changes