diff options
author | ajs <ajs> | 2004-12-22 03:16:59 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-12-22 03:16:59 +0000 |
commit | 8035e9f0a7cc3fc148abf42789012bc22b28e0c1 (patch) | |
tree | 9d107e9b40cdb364baf0757fc48036d334ab73df | |
parent | 9d0bfcb926fbe5e1c6a5892ae5d641656ecea075 (diff) |
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 | 3 | ||||
-rw-r--r-- | NEWS | 5 |
3 files changed, 12 insertions, 1 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> @@ -1,5 +1,5 @@ -*- mode: text; -*- -$Id: HACKING,v 1.13 2004/12/03 19:03:33 ajs Exp $ +$Id: HACKING,v 1.14 2004/12/22 03:16:59 ajs Exp $ GUIDELINES FOR HACKING ON QUAGGA @@ -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 |