diff options
author | paul <paul> | 2005-06-02 08:22:47 +0000 |
---|---|---|
committer | paul <paul> | 2005-06-02 08:22:47 +0000 |
commit | ca2213c39be56533740e66ee3d395b8be2e737c3 (patch) | |
tree | 3f2b9f9a4b3fa35422473facfec05898fc15098e | |
parent | a008b72bf8f9a9ab01cf88bd8be015b08a4b342a (diff) | |
download | quagga-ca2213c39be56533740e66ee3d395b8be2e737c3.tar.bz2 quagga-ca2213c39be56533740e66ee3d395b8be2e737c3.tar.xz |
2005-06-01 Paul Jakma <paul.jakma@sun.com>
* NEWS: bgpd work queues and ripd auth-mode change
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 10 |
2 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-06-01 Paul Jakma <paul.jakma@sun.com> + + * NEWS: bgpd work queues and ripd auth-mode change + 2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su> * configure.ac: Check for OSes which support passing ifindex in @@ -1,3 +1,13 @@ +* Changes in Quagga 0.99.2 + +- Work queues added to bgpd to split up update processing, particularly + beneficial when a peer session goes down. + +- Simple authentication is no longer the default authentication mode for + ripd. The default is now no-authentication. Any setups which used + simple authentication will probably need to update their configuration + manually. + * Changes in Quagga 0.99.1 - Zserv is now buffered via threads and non-blocking in most cases for both |