diff options
author | ajs <ajs> | 2004-12-22 03:16:59 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-22 03:16:59 +0000 |
commit | 44c3cf057f7b609da0dd149c22b88b2bc1b2dfd4 (patch) | |
tree | 5d9cf851f61989628c6ae8a200d0e403e99d5338 | |
parent | 1e5f5f6945c1ff9f82dc8326248dfcb15723b669 (diff) | |
download | quagga-44c3cf057f7b609da0dd149c22b88b2bc1b2dfd4.tar.bz2 quagga-44c3cf057f7b609da0dd149c22b88b2bc1b2dfd4.tar.xz |
2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* NEWS: Note addition of watchquagga.
* HACKING: Note that watchquagga is in testing phase.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | HACKING | 1 | ||||
-rw-r--r-- | NEWS | 5 |
3 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * NEWS: Note addition of watchquagga. + * HACKING: Note that watchquagga is in testing phase. + +2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * watchquagga: New watchquagga daemon. 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> @@ -158,6 +158,7 @@ Daemons which are in a testing phase are ospf6d isisd + watchquagga IMPORT OR UPDATE VENDOR SPECIFIC ROUTING PROTOCOLS @@ -1,5 +1,10 @@ * Changes in Quagga 0.98.0 +- Watchquagga daemon added. This is not well tested yet. Please try + monitor mode first before enabling restart features. It is important + to make sure that the various timers are configured with appropriate + values for your site. + - BGP route-server support added. See the texinfo documentation. - OSPF API initialisation is disabled by default even if compiled in. You |