ajs | 52e6629 | 2005-02-16 20:40:25 +0000 | [diff] [blame] | 1 | 2005-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 | |
ajs | a8a8ddc | 2005-01-12 16:24:51 +0000 | [diff] [blame] | 6 | 2005-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 | |
ajs | a365534 | 2004-12-29 17:39:10 +0000 | [diff] [blame] | 17 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 18 | |
ajs | f2d8257 | 2004-12-29 17:45:08 +0000 | [diff] [blame] | 19 | * watchquagga.c: In several places, cast pid_t to int for printf to |
| 20 | avoid complaints on Solaris 8. |
| 21 | |
| 22 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 23 | |
ajs | a365534 | 2004-12-29 17:39:10 +0000 | [diff] [blame] | 24 | * watchquagga.c: Fix headers: get most stuff from zebra.h. |
| 25 | |
paul | 6f59402 | 2004-12-23 19:35:56 +0000 | [diff] [blame] | 26 | 2004-12-23 Paul Jakma <paul@dishone.st> |
| 27 | |
| 28 | * watchquagga.c: Add missing getopt.h include |
| 29 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 30 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 31 | |
ajs | 098e240 | 2004-12-22 17:00:46 +0000 | [diff] [blame] | 32 | * watchquagga.c: Try for gcc 2.95 compatibility (avoid %z and a tricky |
| 33 | initialization). |
| 34 | |
| 35 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 36 | |
ajs | c8b40f8 | 2004-12-22 16:17:16 +0000 | [diff] [blame] | 37 | * 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 | |
| 41 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 42 | |
ajs | 16f6511 | 2004-12-22 15:37:44 +0000 | [diff] [blame] | 43 | * watchquagga.c: Use new config.h define for DAEMON_VTY_DIR. |
| 44 | |
| 45 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 46 | |
ajs | 6028df5 | 2004-12-22 14:08:13 +0000 | [diff] [blame] | 47 | * watchquagga.c: Get PATH_WATCHQUAGGA_PID from config.h. |
| 48 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 49 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 50 | |
ajs | c57c5e3 | 2004-12-22 03:41:51 +0000 | [diff] [blame] | 51 | * .cvsignore: Added. |
| 52 | |
| 53 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
| 54 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 55 | * {ChangeLog,watchquagga.c,Makefile.am}: Created. |