add "allow_duplicate_users" config option
authorbodea <bodea>
Thu, 2 Jun 2005 04:38:42 +0000 (04:38 +0000)
committerbodea <bodea>
Thu, 2 Jun 2005 04:38:42 +0000 (04:38 +0000)
Changes
l2tpns.spec

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.
@@ -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: 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
index 2c18f82..2503604 100644 (file)
@@ -43,5 +43,5 @@ rm -rf %{buildroot}
 %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