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:
404aee8
)
add "allow_duplicate_users" config option
author
Brendan O'Dea
<bod@optus.net>
Thu, 2 Jun 2005 04:38:42 +0000
(
04:38
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Thu, 2 Jun 2005 04:38:42 +0000
(
04:38
+0000)
Changes
patch
|
blob
|
history
l2tpns.spec
patch
|
blob
|
history
diff --git
a/Changes
b/Changes
index
72e1d6f
..
4b07b11
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,4
@@
-* Thu
May 26
2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0
+* Thu
Jun 2
2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0
- Add IPv6 support from Jonathan McDowell.
- Add CHAP support from Jordan Hrycaj.
- Add interim accounting support from Vladislav Bjelic.
- Add IPv6 support from Jonathan McDowell.
- Add CHAP support from Jordan Hrycaj.
- Add interim accounting support from Vladislav Bjelic.
@@
-77,6
+77,8
@@
- New config option: cluster_master_min_adv which determines the minimum
number of up to date slaves required before the master will drop
routes.
- New config option: cluster_master_min_adv which determines the minimum
number of up to date slaves required before the master will drop
routes.
+- New config option: allow_duplicate_users which determines whether
+ or not to kill older sessions with the same username.
* Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13
- Better cluster master collision resolution: keep a counter of state
* Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13
- Better cluster master collision resolution: keep a counter of state
diff --git
a/l2tpns.spec
b/l2tpns.spec
index
2c18f82
..
2503604
100644
(file)
--- a/
l2tpns.spec
+++ b/
l2tpns.spec
@@
-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
-* Thu
May 26
2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1
+* Thu
Jun 2
2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1
- 2.1.0 release, see /usr/share/doc/l2tpns-2.1.0/Changes
- 2.1.0 release, see /usr/share/doc/l2tpns-2.1.0/Changes