blob: 79261c26a66be8932f0331cbdb8657765605cb88 [file] [log] [blame]
ajs52e66292005-02-16 20:40:25 +000012005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
2
3 * watchquagga.c: (try_connect) Use new set_nonblocking function instead
4 of calling fcntl directly.
5
ajsa8a8ddc2005-01-12 16:24:51 +000062005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
7
8 * watchquagga.c: (run_job) Fix bug: delay.tv_sec was being used
9 without having been initialized when the "force" argument was true.
10 (try_restart) When phased restart is stopping the routing daemons,
11 it should tell run_job to update the restart interval.
12 (phase_check) In final step of phased restart when the routing
13 daemons are being started again, tell run_job not to update
14 the restart interval (this is now done when the daemons are
15 stopped).
16
ajsa3655342004-12-29 17:39:10 +0000172004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
18
ajsf2d82572004-12-29 17:45:08 +000019 * watchquagga.c: In several places, cast pid_t to int for printf to
20 avoid complaints on Solaris 8.
21
222004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
23
ajsa3655342004-12-29 17:39:10 +000024 * watchquagga.c: Fix headers: get most stuff from zebra.h.
25
paul6f594022004-12-23 19:35:56 +0000262004-12-23 Paul Jakma <paul@dishone.st>
27
28 * watchquagga.c: Add missing getopt.h include
29
ajs6028df52004-12-22 14:08:13 +0000302004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
31
ajs098e2402004-12-22 17:00:46 +000032 * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky
33 initialization).
34
352004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
36
ajsc8b40f82004-12-22 16:17:16 +000037 * watchquagga.c: Add -b option to circumvent difficulties passing
38 embedded spaces in command-line arguments. This is an ugly hack,
39 we should probably use a config file instead.
40
412004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
42
ajs16f65112004-12-22 15:37:44 +000043 * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR.
44
452004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
46
ajs6028df52004-12-22 14:08:13 +000047 * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h.
48
ajs8b886ca2004-12-22 02:56:38 +0000492004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
50
ajsc57c5e32004-12-22 03:41:51 +000051 * .cvsignore: Added.
52
532004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
54
ajs8b886ca2004-12-22 02:56:38 +000055 * {ChangeLog,watchquagga.c,Makefile.am}: Created.