blob: 6c47a15f0c5b08c6574e8a77690fe5a512454f27 [file] [log] [blame]
gdtb7a97f82004-07-23 16:23:56 +000012004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
2
3 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
4 -lfoo", to avoid linking against installed libraries from a
5 previous version.
6
7 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
8 library version number to be 0.0
9
10 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
11
12 * HACKING: explain shared library versioning rules
13
paul27eebb32004-07-22 18:16:59 +0000142004-07-22 Paul Jakma <paul@dishone.st>
15
16 * configure.ac: modify default CFLAGS to be compiler agnostic
17 build Makefile for tests/ subdir.
18
gdtaa9af782004-07-14 13:55:28 +0000192004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
20
21 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
22 really in distfile.
23
gdtcf313882004-06-30 13:24:42 +0000242004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
25
gdt87efd642004-06-30 17:36:11 +000026 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
27 version of libzebra when available.
28
29 * configure.ac, update-autotools: Add libtool.
30
312004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
32
gdtf2bfdee2004-06-30 17:25:15 +000033 * Makefile.am: add files to EXTRA_DIST rather than copying, and
34 omit the kludgy cleaning steps, which were failing when the list
35 to clean was empty.
36
372004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
38
gdtfc9d0742004-06-30 14:25:12 +000039 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
40 Search for termcap functions more expansively (fixes vtysh compile
41 on NetBSD). Clean up --enable-vtysh definition.
42
432004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
44
gdtcf313882004-06-30 13:24:42 +000045 * update-autotools: Use -rf on autom4te.cache.
46
hasso320ec102004-06-20 19:54:37 +0000472004-06-20 Hasso Tepper <hasso@estpak.ee>
48
49 * lib/vty.c: Don't attempt to load configuration file from current
50 directory.
51 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
52 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
53 ripngd/ripng_main.c and zebra/main.c.
54
paul19877dd2004-05-11 10:49:35 +0000552004-05-11 Paul Jakma <paul@dishone.st>
56
57 * configure.ac: Add solaris support for the zebra/*_solaris
58 method's, based on Sowmini's patches.
59
pauld355bfa2004-04-08 07:43:45 +0000602004-04-08 Paul Jakma <paul@dishone.st>
61
62 * ospf_spf.h: Add backlink field to struct vertex
63 * ospf_spf.h: (ospf_vertex_new) initialise backlink
64 (ospf_lsa_has_link) return index of link back to
65 vertex V from candidate vertex W, or -1 if no link exists.
66 (ospf_spf_next) save backlink index for candidate vertex
67 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
68 to determine correct address for virtual-link peers. Fall back
69 to older "pick first link" method if no backlink index exists.
70
hasso41d3fc92004-04-06 11:59:00 +0000712004-04-06 Hasso Tepper <hasso@estpak.ee>
72
73 * zebra/ipforward_proc.c: Fixed lowering privileges.
74 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
75 * configure.ac: Added --disable-capabilities switch to configure.
76
hassof571dab2004-03-22 08:55:25 +0000772004-03-22 Hasso Tepper <hasso@estpak.ee>
78
79 * Readded SIGTERM handling so daemons can clean up their stuff if they
80 are killed (not murdered).
81
hasso37318652004-03-20 20:06:15 +0000822004-03-20 Michael Bruening <mike@vailsys.com>
83
84 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
85 addition of "isis". This array must be indexed by
86 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
87 be updated with every route type addition. This fix allows
88 commands redistributing routes from (bgp|isis), like "router ospf
89 redistribute bgp ...", to be written to terminal, memory, file,
90 which would otherwise result in a seg fault or, possibly, config
91 file corruption. Overlooked in import of isisd.
92 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
93 and ripngd/ripng_zebra.c.
94
hasso8c903fb2004-03-17 20:39:18 +0000952004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
96
97 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
98 bugzilla #82.
99
gdt5e4fa162004-03-16 14:38:36 +00001002004-03-16 David Young <dyoung@pobox.com>
101
102 * (many) reference <lib/version.h> rather than "version.h",
103 because version.h is a generated file and not present in the
104 source tree when using objdir builds.
105
hassofa2b17e2004-03-04 17:45:00 +00001062004-03-03 PC Drew <pc@superiorcomm.net>
107
108 * lib/keychain.c: typecast time_t function to long, fixes compile
109 warning.
110 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
111 compile warning when backtrace doesn't exist for that system.
112 * zebra/rtadv.c: for OpenBSD, added include statement for
113 netinet/icmp6.h
114 * zebra/zserv.c: added default case to switch statements, fixes compile
115 warning about certain NEXTHOP_TYPE enumeration values not being
116 handled.
117 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
118 warning, about mask possibly being used uninitialized.
119 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
120 compile warning about certain NEXTHOP_TYPE enumeration values not
121 being handled.
122 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
123 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
124 compile warning.
125 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
126 warning.
127 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
128 fixes compile warning.
129 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
130 friends, fixes compile warning.
131 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
132 compile warning.
133 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
134 _cwd array, fixes compile warning.
135
paul2d75d052004-01-19 21:31:15 +00001362004-01-19 Paul Jakma <paul@dishone.st>
137
138 * tests/test-sig.c: New file, regression test for sigevents.
139 * lib/Makefile.am: add sigevent.{c,h}
140 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
141 * zebra/main.c: ditto.
142
paula27abaa2004-01-10 22:03:07 +00001432004-01-10 Paul Jakma <paul@dishone.st>
144
145 * Makefile.am: redhat/ is a dist subdir too.
146
jardina4d2a0d2004-01-10 20:42:35 +00001472004-01-10 Vincent Jardin <jardin@6wind.com>
148
149 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
150 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
151
paul00bc5602004-01-09 16:30:52 +00001522004-01-08 Paul Jakma <paul@dishone.st>
153
154 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
155 remove the redhat/... dist targets - instead these now go in..
156 redhat/Makefile.am: (new) proper place to describe redhat/ dist
157 files, as well as allow quagga.spec to be regenerated properly.
158 redhat/quagga.sysconfig: specify conf file location.
159 redhat/quagga.spec.in: Add 2 patches to RPM build.
160
paul41ad8782003-12-30 11:09:00 +00001612003-12-30 Paul Jakma <paul@dishone.st>
162
paul15d74e92003-12-30 11:16:21 +0000163 * redhat/isisd.init: new file, init script for isisd.
164 redhat/quagga.sysconfig: new file, sysconfig file for quagga
165 initscripts.
166 redhat/quagga.spec.in: various cleanups, including sysconfig patch
167 from RH, fixed UID/GID as per RH EL, shell changed to
168 /sbin/nologin, daemon vty's listen to 127.1 only per default and
169 isisd packaged.
170 redhat/*.init: sysconfig support and runlevels specified.
171
1722003-12-30 Paul Jakma <paul@dishone.st>
173
paul41ad8782003-12-30 11:09:00 +0000174 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
175 copying via dist-hook. Remove ~ files backup cruft from dists.
176 isisd/Makefile.am: sysconf example should go via
177 dist_examples_DATA. The include-netbsd/ headers werent mentioned
178 as sources and werent being copied into dists.
179
jardin9e867fe2003-12-23 08:56:18 +00001802003-12-23 Vincent Jardin <jardin@6wind.com>
181
182 * isisd: Import isisd from Sampo Saaristo's source code.
183
gdtaa593d52003-12-22 20:15:53 +00001842003-12-22 Christian Hammers <ch@lathspell.de>
185
186 * configure.ac (and everywhere a regular file is opened for
187 writing): use file permissions from configure rather than
188 compiled-in umask.
189
hasso47ce02a2003-12-22 16:49:15 +00001902003-12-22 Hasso Tepper <hasso@estpak.ee>
191
192 * lib/linklist.c: Revert microfix I commited while reverting
193 [quagga-dev 227]. Caused by misreading code.
194
hassoe90fbab2003-12-21 09:51:42 +00001952003-12-21 Hasso Tepper <hasso@estpak.ee>
196
197 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
198 function should not drop nodes in any case. But fix behavior where
199 nodes were added to the end of list when cmp returned 0.
200 * lib/if.c: Check for duplicates before calling listnode_add_sort().
201
gdtaf273652003-12-08 18:12:34 +00002022003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
203
204 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
205 than include_HEADERS to place includes in
206 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
207
gdtc4f0efe2003-12-04 15:39:25 +00002082003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
209
210 * configure.ac: When setting exampledir to sysconfdir as a
211 default, don't quote ${sysconfdir}. (Bug reported by Vincent
212 Jardin.)
213
gdtd6b72f72003-12-03 17:24:27 +00002142003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
215
gdtd2a0ccc2003-12-03 18:13:48 +0000216 * configure.ac: Compile in Router Advertisement support by
217 default. Note that this does not default to sending RAs; it just
218 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
219 available. While others may prefer other tools, no argument has
220 been made that router advertisement support is such bloat that it
221 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
222 8 bytes with the support compiled out). This reversion of a
223 previous change was done in consultation with Paul.
224
2252003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
226
gdtfa3232e2003-12-03 17:52:30 +0000227 * configure.ac: Move tests for v6 header files to after the check
228 for v6 code version, and conditionalize on the right variable.
229 (Fixes problem where v6 header files are not included when v6 is
230 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000231
gdtfa3232e2003-12-03 17:52:30 +00002322003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
233
gdtd6b72f72003-12-03 17:24:27 +0000234 * configure.ac: Add --enable-exampledir to specify where example
235 config files should go, defaulting to sysconfdir.
236
237 * */Makefile.am: use exampledir instead of sysconfdif for examples
238
paul62892882003-11-02 07:31:47 +00002392003-11-02 Paul Jakma <paul@dishone.st>
240
241 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
242 route map command so that vtysh can use it. Modified version of
243 Hasso Tepper's patch. Fixes bug #52.
244 * configure.ac: FreeBSD has net-snmp in /usr/local.
245 * redhat/quagga.spec.in: Install libzebra headers with -devel
246 package.
247
2482003-11-02 Krzysztof Oledzki <oleq@ans.pl>
249
250 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
251 caused zebra to read all routes in all tables, rather than just
252 the main table. See [quagga-dev 280].
253
2542003-10-30 Paul Jakma <paul@dishone.st>
255
256 * configure.ac: netinet/in_systm.h is yet another well-known
257 header file we really should be checking for
258
2592003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
260
261 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
262 by ospf_ism.c::ism_change_state() - results in incorrect figure
263 for active interfaces in an area.
264
2652003-10-27 Paul Jakma <paul@dishone.st>
266
267 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
268 reverted RFC3021 patch.
269
2702003-10-27 Simon <lists@routemeister.net>
271
272 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
273 being called with struct connected. Change to co->ifp.
274
2752003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
276
277 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
278 limit when setting changed flag to avoid spurious changes.
279 (static_install_ipv{4,6}) dont uninstall by default, might not be
280 required - avoid spurious uninstalls.
281 (static_uninstall_ipv{4,6}) only uninstall the route if its
282 actually FIB route.
283
2842003-10-24 sowmini.varadhan@sun.com
285
286 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
287 created.
288
2892003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
290
291 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
292 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
293 view string.
294 (bgp_show_neighbor_route) Take a struct peer argument instead of
295 ip string.
296 (peer_adj_routes) ditto
297 (show_adj_routes) ditto
298 (peer_lookup_in_view) new function to return appropriate struct
299 peer for a given view string.
300 (misc) Fixup all calls to above to reflect new calling arguments,
301 and use peer_lookup_in_view as needed. Additional commands
302 installed to use expanded functionality above, existing commands
303 modified to suit as well.
304 * bgpd/bgp_vty.c: 2 new aliases.
305
3062003-10-24 Paul Jakma <paul@dishone.st>
307
308 * configure.ac: Check for fcntl()
309 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
310 regular automake means, not magic install incantations, see
311 bug #38.
312 * lib/Makefile.am: install the headers, needed to link libzebra.a
313 (and hence libospf.a, OSPF-API, etc.)
314
3152003-10-24 waldi@debian.org
316
317 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
318 depended against source files without specification, i.e. it
319 used ../zebra instead of $(top_srcdir)/zebra.
320
3212003-10-23 Paul Jakma <paul@dishone.st>
322
323 * configure.ac: IRIX configure.ac support. Sort of works.
324 sysctl() crashes though (ipforward), there's some kind of odd
325 padding in the PF_ROUTE socket messages and setsockopt() on
326 SOCK_RAW does not work (so ospfd doesnt work).
327
3282003-10-22 Paul Jakma <paul@dishone.st>
329
330 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
331 configure dependent. (still need to find a way to make building of
332 it dependent on configure options or include all commands.)
333
3342003-10-22 Paul Jakma <paul@dishone.st>
335
336 * lib/zebra.h: include limits.h if its there, its a portable header
337 and useful and not just solaris specific. net/route.h is also
338 useful.
339
3402003-10-22 Paul Jakma <paul@dishone.st>
341
342 * lib/regex.c: bzero -> memset
343 * zebra/ioctl.c: ditto. bzero is not portable.
344
3452003-10-22 Paul Jakma <paul@dishone.st>
346
347 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
348 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
349 portable.
350
3512003-10-22 Paul Jakma <paul@dishone.st>
352
353 * configure.ac: Split up header checks into non-net, net and ipv6
354 related. Checking of IPv6 is conditional. Add some more output
355 text for the end of the configure run.
356
3572003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
358
359 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
360 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
361 family prefixes. Accept prefix as argument.
362 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
363 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
364 bgp_dump_routes_attr.
365 (bgp_dump_common) Go by the family of the peering socket, not
366 configured address family when dumping peering information.
367 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
368 patch.
369
3702003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
371
372 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
373 fixed intervals rather than fixed intervals from startup time.
374 (bgp_dump_interval_func) Dont return immediately if file cant be
375 openeded, but reschedule interval dumps, even - admin might
376 fix problem in meantime. Close the dump file in between intervals.
377 (bgp_dump_init) account for MSG header when initialising stream
378 size.
379
3802003-10-15 Paul Jakma <paul@dishone.st>
381
382 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
383 lookup oi for a given prefix in a given interfaces table of oi's.
384 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
385 reporting new interface multiple times.
386 NB: This patch is a complete plaster-band of a hack. First, why is
387 zebra reporting interface events multiple times? Second, why does
388 ospfd maintain so many damn lists and tables relating to oi's -
389 these should be reconciled into one or two tables.
390
3912003-10-15 sowmini.varadhan@sun.com
392
393 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
394 instead of creating one socket per send. send source addr to
395 rip_update_interface.
396 (rip_update_process) should send an update on every connected
397 network for each interface.
398 (rip_request_send) should send a request on every connected
399 network for each interface.
400 * ripd/ripd.h: update prototype for rip_interface_multicast_set
401 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
402 so that it can be called repeatedly for aliased interfaces (on
403 multiple networks).
404
4052003-10-15 Jay Fenlason <fenlason@redhat.com>
406
407 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
408 end-sub-negotation is sent when no sub-negotation data has been
409 sent. Return immediately if no sub-negotation is in progress.
410 (vty_read) do not attempt to process options if no sub-negotation
411 is in progress.
412
4132003-10-15 Paul Jakma <paul@dishone.st>
414
415 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
416 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
417 (non-portable) getcwd() allocation (which we didnt seem to be
418 freeing).
419
4202003-10-13 Jay Fenlason <fenlason@redhat.com>
421
422 * lib/zebra.h: define UINT32_MAX for those systems which do not
423 provide it.
424 * bgp_attr.h: define BGP_MED_MAX.
425 * bgp_route.c: update defines/constants to BGP_MED_MAX.
426 * bgp_routemap.c: ditto. clean up route_match_metric_compile
427 slightly to avoid unneccesary XMALLOC.
428
4292003-10-13 sowmini.varadhan@sun.com
430
431 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
432 * ospf_lsa.c: added better debug comments. check sequence number in
433 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
434 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
435 received.
436 * ospf_flood.c: improve debug statement- print ls_seqnum.
437
4382003-10-13 Douglas Fraser <doug+quagga@idmf.net>
439
440 * zebra/connected.c: PtP revert fixup. Zebra was not creating
441 connected route for PtP peer.
442
4432003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
444
445 * zebra/ipforward_proc.c: (ipforward) Close the fd for
446 /proc/net/snmp. See [quagga-dev 284]
447
4482003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
449
450 * zebra/zebra_rib.c: Fix possible dangling reference to rib
451 route_nodes - unlock it the appropriate number of times. (twice,
452 because of the implicit lock). see [quagga-dev 251].
453
4542003-09-29 Paul Jakma <paul@dishone.st>
455
456 * zebra/connected.c: revert the 'generic PtP' patch as it causes
457 far too many problems. People who use FreeSWAN should investigate
458 native linux ipsec.
459 * zebra/rt_netlink.c: ditto
460 * lib/if.c: ditto
461 * ripd/ripd.h: ditto
462 * ripd/ripd.c: ditto
463 * ripd/rip_interface.c: ditto
464 * ospfd/ospfd.c: ditto
465 * ospfd/ospf_snmp.c: ditto
466 * bgpd/bgp_nexthop.c: ditto
467 * ospfd/ospf_packet.c: Add debug output for some of the previously
468 completely silent drops of 'bad' packets.
469 * configure.ac: bump version
470
4712003-08-27 Jay Fenlason <fenlason@redhat.com>
472
473 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
474 * zebra/Makefile.am: Link in libcap
475 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
476 compared with UINT32_MAX
477 * ospfd/ospfd.c: remove redundant assert
478 * zebra/rtadv.c: add missing include for zebra/rib.h
479
4802003-09-24 Paul Jakma <paul@dishone.st>
481
482 * lib/version.h: moved to version.h.in
483 * lib/version.h.in: New file, from version.h. Change hardcoded
484 package name and version to use the autoconf defined substition
485 variables.
486 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
487 through lib/version.h for VERSION. Add lib/version.h to the
488 AC_OUTPUT list. Update the text output of quagga version at end
489 of configure run to use PACKAGE_VERSION.
490 * doc/.cvsignore: ignore quagga.pdf
491 * doc/.cvsignore: ignore version.h, its now autogenerated.
492
4932003-09-24 sowmini.varadhan@sun.com
494
495 * lib/if.c: (if_cmp_func) fix infinite loop if
496 ifp1->name == ifp2->name
497 * lib/linklist.c: (if_cmp_func) Fix handling of case where
498 list->cmp returns 0.
499 * rip_interface.c: (rip_interface_address_add) call
500 rip_enable_apply(), or the interface is never considered up.
501 see [quagga-dev 225].
502 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
503 address families in the absence of sa_len element in struct
504 sockaddr.
505 (ifm_read): Handle solaris 9 if_msghdr_t.
506 Deal with interfaces which are incomplete, lookup on name rather
507 than the placeholder interface index of -1.
508
5092003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
510
511 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
512 interface to ospf_if_lookup_by_local_addr() rather than the
513 receiving interface ifp, packets for VL's could come in any
514 interface. See quagga-dev 250.
515
paule05fba42003-04-13 20:20:53 +00005162003-04-13 Paul Jakma <paul@dishone.st>
517
518 * Amir: Opaque LSA bug fix for deletion of Type11's
519 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000520 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
521 LSAs.
paule05fba42003-04-13 20:20:53 +0000522
paul020709f2003-04-04 02:44:16 +00005232003-04-04 Paul Jakma <paul@dishone.st>
524
525 * Sync to Zebra CVS
526 * Fix lib/thread.h leak
527 * Fix small Opaque LSA leak
528 * Do not configure OSPF interfaces for secondary addresses
529 * vtysh fixes from Hasso
530 * Dave Watson's missing ntohs fix
531
paul68980082003-03-25 05:07:42 +00005322003-03-25 Paul Jakma <paul@dishone.st>
533
534 * Sync to Zebra CVS
535
paul07661cb2003-03-18 00:03:05 +00005362003-03-17 Amir Guindehi <amir@datacore.ch>
537
538 * Extended SNMP checks in configure.ac so that net-snmp works
539
5402003-03-17 Amir Guindehi <amir@datacore.ch>
541 Ralph Keller <keller@tik.ee.ethz.ch>
542 * merge OSPF-API
543
paul13766da2003-02-07 14:46:23 +00005442003-02-07 Paul Jakma <paul@dishone.st>
545
546 * Sync to zebra CVS
547
paul420df432003-02-03 20:30:39 +00005482003-02-03 Paul Jakma <paul@dishone.st>
549
550 * Sync to zebra CVS
551
paulae936ae2003-01-20 04:58:21 +00005522003-01-19 Paul Jakma <paul@dishone.st>
553
554 * Temporary fix for Generic PtP wrt to IPv6
555
paul9a668002003-01-18 23:11:44 +00005562003-01-17 Paul Jakma <paul@dishone.st>
557
558 * Sync up to latest zebra.org CVS
559 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
560 Masahiko Endo <endo@suri.co.jp>
561 * [zebra 16824] [PATCH] nsm_kill_neighbor
562 Masahiko Endo <endo@suri.co.jp>
563 * [zebra 17217] [PATCH] show thread CPU
564 Yon Uriarte <havanna_moon@gmx.net>
565 * [zebra 17218] Re: [PATCH] CLI extensions.
566 Yon Uriarte <havanna_moon@gmx.net>
567
paul4fc01e62002-12-13 20:49:00 +00005682002-12-13 Paul Jakma <paul@dishone.st>
569
570 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000571 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000572 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000573 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000574 * RIPv1 fixes and improvements (John Hay)
575 * link state detection (linux) ([zebra 12269])
576 * Generic PtP and RFC3021 interface addressing support
577 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000578 * Michal Ludvig <michal@logix.cz>:
579 [zebra 16525] PATCH: Bugfixes for KAME systems
580 * Kevin C Miller <kevinm@andrew.cmu.edu>
581 [zebra 16681] OSPF NSSA Patches
582 * Yon Uriarte <havanna_moon@gmx.net>
583 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000584 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000585
paul718e3742002-12-13 20:15:29 +00005862002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
587
588 * zebra-0.93 released.
589
5902002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
591
592 * update-autotools: Change file name from update-auto-tools.sh.
593
5942002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
595
596 * update-auto-tools.sh: Add a new script to clean up build
597 environment.
598
5992002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
600
601 * Shift to the latest build environment autoconf-2.53 and
602 automake-1.6.2.
603
6042001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
605
606 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
607
6082001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
609
610 * zebra-0.92a released.
611
6122001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
613
614 * configure.in: SNMP library check problem fix when the library is
615 installed under /usr/local/lib.
616
6172001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
618
619 * zebra-0.92 released.
620
6212001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
622
623 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
624 warning.
625 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
626 warnings.
627
628 * config.guess: Update to 2000-11-10 version.
629
6302001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
631
632 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
633 detect in_pktinfo structure. Suggested by: Vlad Lungu
634 <vlad@rls.roknet.ro>.
635
6362001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
637
638 * configure.in: Add check for structure in_pktinfo.
639
6402001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
641
642 * configure.in (USE_PAM): Fix PAM library detection code.
643
6442001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * zebra-0.91 is released.
647
6482001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * configure.in: Remove guile related definition.
651
6522001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
655 removed. htonl should work fine on any platform.
656
6572001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * configure.in: Remove --enable-oldrib option.
660
661 * acconfig.h: OLD_RIB definition is removed.
662
663 * zebra-0.90 is released.
664
665 * configure.in (LIBS): Add check for sun_len field in struct
666 sun_len.
667
6682001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
669
670 * Makefile.am: Include init/redhat files to distribution.
671
6722001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
673
674 * configure.in: check libm.a for BGPd compile error.
675 AC_CHECK_LIB(m, main) was added.
676
6772000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * configure.in: --enable-unixdomain becomes default. Add
680 --enable-tcp-zebra for TCP/IP communication between protocol
681 daemon and zebra.
682
683 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
684 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
685 lib/regex.c.
686
687 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
688
6892000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
692 multipath number. ARG must be digit.
693
6942000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * configure.in: Add --enable-newrib for test new RIB code.
697
6982000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
699
700 * configure.in, config.h.in: Add check for libutil.h and
701 setproctitle().
702
7032000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * configure.in: Add --enable-nssa for OSPF NSSA option.
706
707 * acconfig.h: Define HAVE_NSSA.
708
7092000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
710
711 * configure.in: pam_misc is only linked when the platform is
712 GNU/Linux.
713
7142000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
715
716 * configure.in (LIBS): Add check for crypto library. test x`ls
717 ${ac_snmp}` is replaced with sipmle test -f.
718
7192000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * configure.in: Add --enable-unixdomain option. This will be
722 default behavior in zebra-0.90.
723
7242000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
725
726 * zebra-0.89 is released.
727
7282000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * configure.in: Add check for Intel CPU for Solaris on x86 check.
731
7322000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * configure.in: Add check for getifaddrs().
735 Set AM_INIT_AUTOMAKE version to 0.89.
736
7372000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
738
739 * config.guess: Update to the latest version.
740
741 * config.sub: Likewise
742
7432000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
744
745 * REPORTING-BUGS: New file is added.
746
7472000-08-27 itojun@iijlab.net
748
749 * configure.in: Add ncurses library check when --enable-vtysh is
750 specified.
751
7522000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
753
754 * configure.in: Add check for readline/history.h.
755
756 * acconfig.h: Remove pthread related variables.
757
758 * configure.in: Add --with-libpam option for vtysh PAM
759 authentication. Remove --disable-pthread because we don't support
760 pthread.
761
7622000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
763
764 * zebra-0.88 is released.
765
766 * configure.in: Add Solaris -lcurses for vtysh.
767
7682000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * configure.in: Add check for ncurses for compiling on Solaris.
771
7722000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
773
774 * configure.in: Add check for libreadline when --enable-vtysh is
775 specified.
776
7772000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
778
779 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
780 interface method is if_ioctl.o
781
7822000-07-09 Chris Dunlop <chris@onthe.net.au>
783
784 * acconfig.h: Add HAVE_BROKEN_ALIASES.
785
786 * configure.in: Add --enable-broken-aliases.
787
7882000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * Set version to zebra-0.87.
791
7922000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
795 default.
796
797 * Set version to zebra-0.87-pre
798
799 * Makefile.am: Likewise.
800
8012000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * Set version to 0.86.
804
8052000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * Set version to 0.85b for ospfd test.
808
8092000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * Set version to 0.85a for ospfd test.
812
8132000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
814
815 * Set version to 0.85.
816
8172000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
818
819 * Makefile.in: Regenerated by patched automake for fixing "make
820 clean" problem on FreeBSD.
821
8221999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * Set version to 0.83a. This is for *BSD static route lookup
825 problem.
826
8271999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * Set version to 0.83.
830
8311999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
832
833 * Set version to 0.82.
834
8351999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * aczebra.m4: New file added.
838
8391999-11-21 Michael Handler <handler@sub-rosa.com>
840
841 * configure.in (LIBS): Add sa_len check of sockaddr.
842
843 * acconfig.h: Add HAVE_SA_LEN.
844
8451999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
846
847 * version.h: Update version to zebra-0.81b for bgpd test.
848
8491999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * configure.in: Add --enable-mbgp.
852
8531999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
856
8571999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * TODO: New file is added.
860
8611999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * version.h: Update version to zebra-0.81a for ospfd test.
864
8651999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * configure.in: New option --enable-snmp is added.
868
8691999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * version.h: Update version to zebra-0.80.
872
8731999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * version.h: Update version to zebra-0.80-pre3
876
8771999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
878
879 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
880
8811999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
882
883 * configure.in: Add support of OpenBSD.
884
8851999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * version.h: Update version to zebra-0.80-pre2.
888
8891999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * version.h: Update version to zebra-0.80-pre. From this version,
892 access-list and prefix-list's name space is divided into IPv4 and
893 IPv6.
894
8951999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
896
897 * version.h: For test recent fixes Set version to zebra-0.79a.
898
8991999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * version.h: zebra-0.79 is out.
902
9031999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
904
905 * version.h: For ospfd's virtual link test. Set version to 0.78h.
906
9071999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
908
909 * version.h: For ospfd test. Set version to 0.78g.
910
9111999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * version.h: For internal test of ospfd. Set version to 0.78f.
914
9151999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * version.h: To test ospfd's fix, set version to 0.78e.
918
9191999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * version.h: To test ospfd's area related bug fix, set version
922 to 0.78d.
923
9241999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * version.h: To test ospfd, set version to 0.78c.
927
9281999-08-31 Janos Farkas <chexum@shadow.banki.hu>
929
930 * Many misspelling correction.
931
9321999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
933
934 * version.h: To test ospfd, set version to 0.78b.
935
9361999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
937
938 * configure.in (LIBS): Add UCD-SNMP include path check.
939
9401999-08-31 Lars Fenneberg <lf@elemental.net>
941
942 * configure.in: The logic which detects the UCD-SNMP library
943 should first check in the default system locations for the library
944 and then in /usr/local.
945
9461999-08-27 itojun@iijlab.net
947
948 * configure.in (LIBS): Fix problem about libsnmp.a check.
949
9501999-08-26 kay <kay@v6.access.co.jp>
951
952 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
953
9541999-08-24 VOP <vop@unity.net>
955
956 * filter.c: Include "sockunion.h".
957 plist.c: Likewise.
958 table.c: Likewise.
959
9601999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * configure.in: Add netinet6/in6.h check.
963
9641999-08-21 Masaki Minami <masaki@minami.org>
965
966 * BSD/OS 4.0 porting.
967
9681999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
969
970 * configure.in: Add --enable-netlink option to force to use Linux
971 netlink interface.
972 (CFLAGS): Add ucd-snmp library check.
973
974 * acconfig.h: If socklen_t is not defined, typedef int to
975 socklen_t.
976
9771999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
978
979 * configure.in: When --enable-ipv6 specified, then only kernel
980 version is checked.
981
9821999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
983
984 * configure.in: Add GNU libc 2.1 check.
985
9861999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * configure.in: Fix privious Linux IPv6 check changes.
989
9901999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
991
992 * configure.in: Improve Linux IPv6 feature check.
993
9941999-07-29 Rick Payne <rickp@rossfell.co.uk>
995
996 * Changed route-maps to behave in a more cisco-like fashion
997
9981999-07-27 Gerhard Poul <gpoul@gnu.org>
999
1000 * SERVICES: New file added.
1001
10021999-07-12 itojun@iijlab.net
1003
1004 * configure.in: Add check for getaddrinfo. Improve Kame related
1005 library check.
1006
10071999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1008
1009 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1010
10111999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * configure.in: Delete check for netinet/ip6.h.
1014
10151999-06-30 Gerhard Poul <gpoul@gnu.org>
1016
1017 * README: remixed the old files and added some new parts.
1018 moved some INSTALL stuff into INSTALL file.
1019 moved some other stuff to doc/zebra.texi
1020
10211999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * configure.in (LIBS): Add libresolv check.
1024 Change --enabe-all-in-one option to --enable-one-vty.
1025
10261999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * configure.in: Add --enabe-all-in-one option.
1029
10301999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * configure.in: Add socklen_t check.
1033
10341999-06-16 Gerhard Poul <gpoul@gnu.org>
1035
1036 * Many compile warnings fixed.
1037
10381999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1041 OpenBSD (NRL) check is enabled.
1042
10431999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * configure.in (LIBS): Add crypt library check.
1046
10471999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1048
1049 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1050
10511999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1052
1053 * Set version to 0.63 for first beta package.
1054
10551999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * guile.m4: Added from guile package.
1058
10591999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1060
1061 * Set version to 0.60 for beta package preparation.
1062
10631999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1066 This change is for linking these libraries to guile.
1067
10681999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * configure.in (LIBS): Add struct rt_addrinfo check.
1071
10721999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1073
1074 * configure.in: AC_STDC_HEADERS added.
1075
10761999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1077
1078 * Add dependencies to each directory's Makefile.am.
1079
10801999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1081
1082 * reworked include file structure, and configure so that all
1083 source files get all system-dependent include files by including
1084 <zebra.h> which is really lib/zebra.h. This means that the
1085 different programs include files are now available as #include
1086 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1087
1088 In practical terms, if I haven't really screwed up, the main file
1089 that maintainers for other OSes have to change is lib/zebra.h for
1090 all the conditional includes etc.
1091
1092 * added --disable-pthread for those systems that seem to have
1093 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1094 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1095 instead.
1096
10971999-02-24 <kunihiro@zebra.org>
1098
1099 * configure.in: update to AC_PREREQ(1.13).
1100 Change message from Linux 2.1.x to Linux 2.2.x.
1101 * Added ospf6d directory support.
1102
11031999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1104
1105 * added a "log" element to the BGPd peer structure, enabling us to
1106 start thinging about a log stream per peer. This is currently
1107 ignored by the wrapper code, but developers should try to use the
1108 "appropriate" ZLOG stream. Documentation will follow, when the
1109 real routines start to exist.
1110
1111 The current plan is to use a copy of the BSD syslog() routines and
1112 replace the syslog library function with our own. I will need
1113 feedback from users of other platforms as this work is done to see
1114 if all is well elsewhere.
1115
1116 * preliminary work on zlog() library. directly replaces syslog()
1117 currently with zlog(ZLOG *, ...) where the new first argument
1118 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1119 encapsulate all the information necessary to maintain multiple
1120 logging streams.
1121
11221999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1123
1124 * added vsnprintf() macro to lib/str.h if required and removed
1125 #ifdef SUNOS_5 dependency on it
1126
11271999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1128
1129 * syslog support added
1130
11311999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1132
1133 * configure.in: Add daemon function check.
1134
11351999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * configure.in: Add --disable-ipv6, --disable-zebra,
1138 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1139 options to configure.
1140
11411998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1144
11451998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * configure.in: Comment out FreeBSD's libc_r detect section. At
1148 this moment it doesn't work correctly with zebra.
1149
1150 Netlink interface is only enabled when Linux kernel version is
1151 upper than 2.1.0.
1152
11531998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1154
1155 * Hydrangea is now called KAME, so change all defines.
1156
11571998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1158
1159 * configure.in: ifaliasreq check added.
1160
11611998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1162
1163 * Patch is applied for compile under EWS4800
1164
11651998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1166
1167 * configure.in: delete old mtu_method check.
1168
1169 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1170
11711998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * configure.in: add new netlink check for GNU/Linux
1174
11751998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * doc/zebra.texi: Update Linux netlink chapter.
1178
11791998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1180
1181 * config.h.in: define PTHREAD if work on Solaris 2.6
1182 why delete the definition? I miss?
1183
11841998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * configure.in: add net/if.h header check.
1187
11881998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1189
1190 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1191 * zebra.texi: Modify Introduction text.
1192 * RIPngd.c: Patch Hydrangea code.
1193
11941998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * .cvsignore: added.
1197
1198 * Makerule.in: is gone.
1199 * Makefile.am: Now we use automake to generate Makefile.in
1200
12011998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1202
1203 * lib/vty.c: modified the definition of *master
1204 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1205
1206
12071998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1208
1209 * configure.in: define PTHREAD if work on Solaris 2.6
1210 * config.h.in: likewise
1211 * lib/thread.c: likewise
1212 * lib/vty.c: likewise
1213
12141998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1215
1216 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1217 * bgpd/: remove include <netinet6/in6.h> line.
1218 * lib/: remove include <netinet6/in6.h> line.
1219 * ripbgd/: remove include <netinet6/in6.h> line.
1220 * zebra/: remove include <netinet6/in6.h> line.
1221 * ripd/*.c: remove include <netinet6/in6.h> line.
1222 undefine IPV6 difinitions because RIPd is not worked for
1223 IPv6 protocol.
1224
1225
12261998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * configure.in: Change routing socket check method from
1229 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1230 AF_ROUTE but over linux it's meenigless.
1231
12321998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * config.h.in: remove err_t define.
1235
12361997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * configure.in (canonical): add check of IF_METHOD
1239
12401997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1241
1242 * configure.in: add INRIA check
1243
12441997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1245
1246 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1247
12481997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * configure.in: change IRDPD to NDPD
1251
12521997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1253
1254 * INSTALL: new file
1255
12561997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1257
1258 * config.h: add XCALLOC()
1259