add THANKS
This commit is contained in:
parent
8d5653a922
commit
018b6df641
3 changed files with 20 additions and 2 deletions
4
Changes
4
Changes
|
|
@ -9,7 +9,9 @@
|
||||||
- Implement named access-lists which may be applied to a session
|
- Implement named access-lists which may be applied to a session
|
||||||
either via Filter-Id RADIUS responses, or using the CLI.
|
either via Filter-Id RADIUS responses, or using the CLI.
|
||||||
- Drop ip address from LOG.
|
- Drop ip address from LOG.
|
||||||
- autothrottle: ignore non-"serv" lcp:interface-config avpairs (Yuri).
|
- autothrottle: revise parsing; ignore lcp:interface-config avpairs
|
||||||
|
which don't start with serv[ice-policy].
|
||||||
|
- Add THANKS file.
|
||||||
|
|
||||||
* Sat Nov 20 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.8
|
* Sat Nov 20 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.8
|
||||||
- Ignore gateway address in Framed-Route (from Jonathan McDowell).
|
- Ignore gateway address in Framed-Route (from Jonathan McDowell).
|
||||||
|
|
|
||||||
16
THANKS
Normal file
16
THANKS
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
A list of people who have contributed to the development of L2TPNS
|
||||||
|
by reporting problems, suggesting various improvements or submitting
|
||||||
|
actual code follows.
|
||||||
|
|
||||||
|
Adrian Kennard <adrian.kennard@aaisp.net.uk>
|
||||||
|
David Parrish <dparrish@gmail.com>
|
||||||
|
Michael O'Reilly <michael@optusnet.com.au>
|
||||||
|
Brendan O'Dea <bod@optusnet.com.au>
|
||||||
|
Bradley Baetz <bradley.baetz@optusnet.com.au>
|
||||||
|
Iain Wade <iwade@optusnet.com.au>
|
||||||
|
Yuri <yuri@actcom.net.il>
|
||||||
|
Juergen Kammer <j.kammer@eurodata.de>
|
||||||
|
Simon Talbot <simont@nse.co.uk>
|
||||||
|
Jonathan McDowell <noodles@earth.li>
|
||||||
|
Bjørn Augestad <augestad@users.sourceforge.net>
|
||||||
|
Roberto Chostakovis <rchostakovis@users.sourceforge.net>
|
||||||
|
|
@ -33,7 +33,7 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes INSTALL INTERNALS COPYING Docs/manual.html
|
%doc Changes INSTALL INTERNALS COPYING THANKS Docs/manual.html
|
||||||
%dir /etc/l2tpns
|
%dir /etc/l2tpns
|
||||||
%config(noreplace) /etc/l2tpns/users
|
%config(noreplace) /etc/l2tpns/users
|
||||||
%config(noreplace) /etc/l2tpns/startup-config
|
%config(noreplace) /etc/l2tpns/startup-config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue