2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* {ChangeLog,watchquagga.c,Makefile.am}: Created.
This commit is contained in:
ajs 2004-12-22 02:56:38 +00:00
parent 0e43a2bcc0
commit 8b886ca781
3 changed files with 1360 additions and 0 deletions

3
watchquagga/ChangeLog Normal file
View File

@ -0,0 +1,3 @@
2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* {ChangeLog,watchquagga.c,Makefile.am}: Created.

9
watchquagga/Makefile.am Normal file
View File

@ -0,0 +1,9 @@
## Process this file with Automake to create Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
sbin_PROGRAMS = watchquagga
watchquagga_SOURCES = watchquagga.c
watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@

1348
watchquagga/watchquagga.c Normal file

File diff suppressed because it is too large Load Diff