blob: 65024ce69ad5386e7bd190be167bf88b1848c924 [file] [log] [blame]
gdt29904602004-08-17 12:27:32 +000012004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
2
3 * update-autotools: print tools versions to aid people in sending
4 bug reports.
5
gdtb7a97f82004-07-23 16:23:56 +000062004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
7
8 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
9 -lfoo", to avoid linking against installed libraries from a
10 previous version.
11
12 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
13 library version number to be 0.0
14
15 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
16
17 * HACKING: explain shared library versioning rules
18
paul27eebb32004-07-22 18:16:59 +0000192004-07-22 Paul Jakma <paul@dishone.st>
20
21 * configure.ac: modify default CFLAGS to be compiler agnostic
22 build Makefile for tests/ subdir.
23
gdtaa9af782004-07-14 13:55:28 +0000242004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
25
26 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
27 really in distfile.
28
gdtcf313882004-06-30 13:24:42 +0000292004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
30
gdt87efd642004-06-30 17:36:11 +000031 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
32 version of libzebra when available.
33
34 * configure.ac, update-autotools: Add libtool.
35
362004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
37
gdtf2bfdee2004-06-30 17:25:15 +000038 * Makefile.am: add files to EXTRA_DIST rather than copying, and
39 omit the kludgy cleaning steps, which were failing when the list
40 to clean was empty.
41
422004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
43
gdtfc9d0742004-06-30 14:25:12 +000044 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
45 Search for termcap functions more expansively (fixes vtysh compile
46 on NetBSD). Clean up --enable-vtysh definition.
47
482004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
49
gdtcf313882004-06-30 13:24:42 +000050 * update-autotools: Use -rf on autom4te.cache.
51
hasso320ec102004-06-20 19:54:37 +0000522004-06-20 Hasso Tepper <hasso@estpak.ee>
53
54 * lib/vty.c: Don't attempt to load configuration file from current
55 directory.
56 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
57 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
58 ripngd/ripng_main.c and zebra/main.c.
59
paul19877dd2004-05-11 10:49:35 +0000602004-05-11 Paul Jakma <paul@dishone.st>
61
62 * configure.ac: Add solaris support for the zebra/*_solaris
63 method's, based on Sowmini's patches.
64
pauld355bfa2004-04-08 07:43:45 +0000652004-04-08 Paul Jakma <paul@dishone.st>
66
67 * ospf_spf.h: Add backlink field to struct vertex
68 * ospf_spf.h: (ospf_vertex_new) initialise backlink
69 (ospf_lsa_has_link) return index of link back to
70 vertex V from candidate vertex W, or -1 if no link exists.
71 (ospf_spf_next) save backlink index for candidate vertex
72 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
73 to determine correct address for virtual-link peers. Fall back
74 to older "pick first link" method if no backlink index exists.
75
hasso41d3fc92004-04-06 11:59:00 +0000762004-04-06 Hasso Tepper <hasso@estpak.ee>
77
78 * zebra/ipforward_proc.c: Fixed lowering privileges.
79 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
80 * configure.ac: Added --disable-capabilities switch to configure.
81
hassof571dab2004-03-22 08:55:25 +0000822004-03-22 Hasso Tepper <hasso@estpak.ee>
83
84 * Readded SIGTERM handling so daemons can clean up their stuff if they
85 are killed (not murdered).
86
hasso37318652004-03-20 20:06:15 +0000872004-03-20 Michael Bruening <mike@vailsys.com>
88
89 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
90 addition of "isis". This array must be indexed by
91 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
92 be updated with every route type addition. This fix allows
93 commands redistributing routes from (bgp|isis), like "router ospf
94 redistribute bgp ...", to be written to terminal, memory, file,
95 which would otherwise result in a seg fault or, possibly, config
96 file corruption. Overlooked in import of isisd.
97 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
98 and ripngd/ripng_zebra.c.
99
hasso8c903fb2004-03-17 20:39:18 +00001002004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
101
102 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
103 bugzilla #82.
104
gdt5e4fa162004-03-16 14:38:36 +00001052004-03-16 David Young <dyoung@pobox.com>
106
107 * (many) reference <lib/version.h> rather than "version.h",
108 because version.h is a generated file and not present in the
109 source tree when using objdir builds.
110
hassofa2b17e2004-03-04 17:45:00 +00001112004-03-03 PC Drew <pc@superiorcomm.net>
112
113 * lib/keychain.c: typecast time_t function to long, fixes compile
114 warning.
115 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
116 compile warning when backtrace doesn't exist for that system.
117 * zebra/rtadv.c: for OpenBSD, added include statement for
118 netinet/icmp6.h
119 * zebra/zserv.c: added default case to switch statements, fixes compile
120 warning about certain NEXTHOP_TYPE enumeration values not being
121 handled.
122 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
123 warning, about mask possibly being used uninitialized.
124 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
125 compile warning about certain NEXTHOP_TYPE enumeration values not
126 being handled.
127 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
128 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
129 compile warning.
130 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
131 warning.
132 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
133 fixes compile warning.
134 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
135 friends, fixes compile warning.
136 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
137 compile warning.
138 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
139 _cwd array, fixes compile warning.
140
paul2d75d052004-01-19 21:31:15 +00001412004-01-19 Paul Jakma <paul@dishone.st>
142
143 * tests/test-sig.c: New file, regression test for sigevents.
144 * lib/Makefile.am: add sigevent.{c,h}
145 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
146 * zebra/main.c: ditto.
147
paula27abaa2004-01-10 22:03:07 +00001482004-01-10 Paul Jakma <paul@dishone.st>
149
150 * Makefile.am: redhat/ is a dist subdir too.
151
jardina4d2a0d2004-01-10 20:42:35 +00001522004-01-10 Vincent Jardin <jardin@6wind.com>
153
154 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
155 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
156
paul00bc5602004-01-09 16:30:52 +00001572004-01-08 Paul Jakma <paul@dishone.st>
158
159 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
160 remove the redhat/... dist targets - instead these now go in..
161 redhat/Makefile.am: (new) proper place to describe redhat/ dist
162 files, as well as allow quagga.spec to be regenerated properly.
163 redhat/quagga.sysconfig: specify conf file location.
164 redhat/quagga.spec.in: Add 2 patches to RPM build.
165
paul41ad8782003-12-30 11:09:00 +00001662003-12-30 Paul Jakma <paul@dishone.st>
167
paul15d74e92003-12-30 11:16:21 +0000168 * redhat/isisd.init: new file, init script for isisd.
169 redhat/quagga.sysconfig: new file, sysconfig file for quagga
170 initscripts.
171 redhat/quagga.spec.in: various cleanups, including sysconfig patch
172 from RH, fixed UID/GID as per RH EL, shell changed to
173 /sbin/nologin, daemon vty's listen to 127.1 only per default and
174 isisd packaged.
175 redhat/*.init: sysconfig support and runlevels specified.
176
1772003-12-30 Paul Jakma <paul@dishone.st>
178
paul41ad8782003-12-30 11:09:00 +0000179 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
180 copying via dist-hook. Remove ~ files backup cruft from dists.
181 isisd/Makefile.am: sysconf example should go via
182 dist_examples_DATA. The include-netbsd/ headers werent mentioned
183 as sources and werent being copied into dists.
184
jardin9e867fe2003-12-23 08:56:18 +00001852003-12-23 Vincent Jardin <jardin@6wind.com>
186
187 * isisd: Import isisd from Sampo Saaristo's source code.
188
gdtaa593d52003-12-22 20:15:53 +00001892003-12-22 Christian Hammers <ch@lathspell.de>
190
191 * configure.ac (and everywhere a regular file is opened for
192 writing): use file permissions from configure rather than
193 compiled-in umask.
194
hasso47ce02a2003-12-22 16:49:15 +00001952003-12-22 Hasso Tepper <hasso@estpak.ee>
196
197 * lib/linklist.c: Revert microfix I commited while reverting
198 [quagga-dev 227]. Caused by misreading code.
199
hassoe90fbab2003-12-21 09:51:42 +00002002003-12-21 Hasso Tepper <hasso@estpak.ee>
201
202 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
203 function should not drop nodes in any case. But fix behavior where
204 nodes were added to the end of list when cmp returned 0.
205 * lib/if.c: Check for duplicates before calling listnode_add_sort().
206
gdtaf273652003-12-08 18:12:34 +00002072003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
208
209 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
210 than include_HEADERS to place includes in
211 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
212
gdtc4f0efe2003-12-04 15:39:25 +00002132003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
214
215 * configure.ac: When setting exampledir to sysconfdir as a
216 default, don't quote ${sysconfdir}. (Bug reported by Vincent
217 Jardin.)
218
gdtd6b72f72003-12-03 17:24:27 +00002192003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
220
gdtd2a0ccc2003-12-03 18:13:48 +0000221 * configure.ac: Compile in Router Advertisement support by
222 default. Note that this does not default to sending RAs; it just
223 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
224 available. While others may prefer other tools, no argument has
225 been made that router advertisement support is such bloat that it
226 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
227 8 bytes with the support compiled out). This reversion of a
228 previous change was done in consultation with Paul.
229
2302003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
231
gdtfa3232e2003-12-03 17:52:30 +0000232 * configure.ac: Move tests for v6 header files to after the check
233 for v6 code version, and conditionalize on the right variable.
234 (Fixes problem where v6 header files are not included when v6 is
235 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000236
gdtfa3232e2003-12-03 17:52:30 +00002372003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
238
gdtd6b72f72003-12-03 17:24:27 +0000239 * configure.ac: Add --enable-exampledir to specify where example
240 config files should go, defaulting to sysconfdir.
241
242 * */Makefile.am: use exampledir instead of sysconfdif for examples
243
paul62892882003-11-02 07:31:47 +00002442003-11-02 Paul Jakma <paul@dishone.st>
245
246 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
247 route map command so that vtysh can use it. Modified version of
248 Hasso Tepper's patch. Fixes bug #52.
249 * configure.ac: FreeBSD has net-snmp in /usr/local.
250 * redhat/quagga.spec.in: Install libzebra headers with -devel
251 package.
252
2532003-11-02 Krzysztof Oledzki <oleq@ans.pl>
254
255 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
256 caused zebra to read all routes in all tables, rather than just
257 the main table. See [quagga-dev 280].
258
2592003-10-30 Paul Jakma <paul@dishone.st>
260
261 * configure.ac: netinet/in_systm.h is yet another well-known
262 header file we really should be checking for
263
2642003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
265
266 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
267 by ospf_ism.c::ism_change_state() - results in incorrect figure
268 for active interfaces in an area.
269
2702003-10-27 Paul Jakma <paul@dishone.st>
271
272 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
273 reverted RFC3021 patch.
274
2752003-10-27 Simon <lists@routemeister.net>
276
277 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
278 being called with struct connected. Change to co->ifp.
279
2802003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
281
282 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
283 limit when setting changed flag to avoid spurious changes.
284 (static_install_ipv{4,6}) dont uninstall by default, might not be
285 required - avoid spurious uninstalls.
286 (static_uninstall_ipv{4,6}) only uninstall the route if its
287 actually FIB route.
288
2892003-10-24 sowmini.varadhan@sun.com
290
291 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
292 created.
293
2942003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
295
296 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
297 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
298 view string.
299 (bgp_show_neighbor_route) Take a struct peer argument instead of
300 ip string.
301 (peer_adj_routes) ditto
302 (show_adj_routes) ditto
303 (peer_lookup_in_view) new function to return appropriate struct
304 peer for a given view string.
305 (misc) Fixup all calls to above to reflect new calling arguments,
306 and use peer_lookup_in_view as needed. Additional commands
307 installed to use expanded functionality above, existing commands
308 modified to suit as well.
309 * bgpd/bgp_vty.c: 2 new aliases.
310
3112003-10-24 Paul Jakma <paul@dishone.st>
312
313 * configure.ac: Check for fcntl()
314 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
315 regular automake means, not magic install incantations, see
316 bug #38.
317 * lib/Makefile.am: install the headers, needed to link libzebra.a
318 (and hence libospf.a, OSPF-API, etc.)
319
3202003-10-24 waldi@debian.org
321
322 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
323 depended against source files without specification, i.e. it
324 used ../zebra instead of $(top_srcdir)/zebra.
325
3262003-10-23 Paul Jakma <paul@dishone.st>
327
328 * configure.ac: IRIX configure.ac support. Sort of works.
329 sysctl() crashes though (ipforward), there's some kind of odd
330 padding in the PF_ROUTE socket messages and setsockopt() on
331 SOCK_RAW does not work (so ospfd doesnt work).
332
3332003-10-22 Paul Jakma <paul@dishone.st>
334
335 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
336 configure dependent. (still need to find a way to make building of
337 it dependent on configure options or include all commands.)
338
3392003-10-22 Paul Jakma <paul@dishone.st>
340
341 * lib/zebra.h: include limits.h if its there, its a portable header
342 and useful and not just solaris specific. net/route.h is also
343 useful.
344
3452003-10-22 Paul Jakma <paul@dishone.st>
346
347 * lib/regex.c: bzero -> memset
348 * zebra/ioctl.c: ditto. bzero is not portable.
349
3502003-10-22 Paul Jakma <paul@dishone.st>
351
352 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
353 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
354 portable.
355
3562003-10-22 Paul Jakma <paul@dishone.st>
357
358 * configure.ac: Split up header checks into non-net, net and ipv6
359 related. Checking of IPv6 is conditional. Add some more output
360 text for the end of the configure run.
361
3622003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
363
364 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
365 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
366 family prefixes. Accept prefix as argument.
367 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
368 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
369 bgp_dump_routes_attr.
370 (bgp_dump_common) Go by the family of the peering socket, not
371 configured address family when dumping peering information.
372 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
373 patch.
374
3752003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
376
377 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
378 fixed intervals rather than fixed intervals from startup time.
379 (bgp_dump_interval_func) Dont return immediately if file cant be
380 openeded, but reschedule interval dumps, even - admin might
381 fix problem in meantime. Close the dump file in between intervals.
382 (bgp_dump_init) account for MSG header when initialising stream
383 size.
384
3852003-10-15 Paul Jakma <paul@dishone.st>
386
387 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
388 lookup oi for a given prefix in a given interfaces table of oi's.
389 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
390 reporting new interface multiple times.
391 NB: This patch is a complete plaster-band of a hack. First, why is
392 zebra reporting interface events multiple times? Second, why does
393 ospfd maintain so many damn lists and tables relating to oi's -
394 these should be reconciled into one or two tables.
395
3962003-10-15 sowmini.varadhan@sun.com
397
398 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
399 instead of creating one socket per send. send source addr to
400 rip_update_interface.
401 (rip_update_process) should send an update on every connected
402 network for each interface.
403 (rip_request_send) should send a request on every connected
404 network for each interface.
405 * ripd/ripd.h: update prototype for rip_interface_multicast_set
406 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
407 so that it can be called repeatedly for aliased interfaces (on
408 multiple networks).
409
4102003-10-15 Jay Fenlason <fenlason@redhat.com>
411
412 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
413 end-sub-negotation is sent when no sub-negotation data has been
414 sent. Return immediately if no sub-negotation is in progress.
415 (vty_read) do not attempt to process options if no sub-negotation
416 is in progress.
417
4182003-10-15 Paul Jakma <paul@dishone.st>
419
420 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
421 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
422 (non-portable) getcwd() allocation (which we didnt seem to be
423 freeing).
424
4252003-10-13 Jay Fenlason <fenlason@redhat.com>
426
427 * lib/zebra.h: define UINT32_MAX for those systems which do not
428 provide it.
429 * bgp_attr.h: define BGP_MED_MAX.
430 * bgp_route.c: update defines/constants to BGP_MED_MAX.
431 * bgp_routemap.c: ditto. clean up route_match_metric_compile
432 slightly to avoid unneccesary XMALLOC.
433
4342003-10-13 sowmini.varadhan@sun.com
435
436 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
437 * ospf_lsa.c: added better debug comments. check sequence number in
438 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
439 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
440 received.
441 * ospf_flood.c: improve debug statement- print ls_seqnum.
442
4432003-10-13 Douglas Fraser <doug+quagga@idmf.net>
444
445 * zebra/connected.c: PtP revert fixup. Zebra was not creating
446 connected route for PtP peer.
447
4482003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
449
450 * zebra/ipforward_proc.c: (ipforward) Close the fd for
451 /proc/net/snmp. See [quagga-dev 284]
452
4532003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
454
455 * zebra/zebra_rib.c: Fix possible dangling reference to rib
456 route_nodes - unlock it the appropriate number of times. (twice,
457 because of the implicit lock). see [quagga-dev 251].
458
4592003-09-29 Paul Jakma <paul@dishone.st>
460
461 * zebra/connected.c: revert the 'generic PtP' patch as it causes
462 far too many problems. People who use FreeSWAN should investigate
463 native linux ipsec.
464 * zebra/rt_netlink.c: ditto
465 * lib/if.c: ditto
466 * ripd/ripd.h: ditto
467 * ripd/ripd.c: ditto
468 * ripd/rip_interface.c: ditto
469 * ospfd/ospfd.c: ditto
470 * ospfd/ospf_snmp.c: ditto
471 * bgpd/bgp_nexthop.c: ditto
472 * ospfd/ospf_packet.c: Add debug output for some of the previously
473 completely silent drops of 'bad' packets.
474 * configure.ac: bump version
475
4762003-08-27 Jay Fenlason <fenlason@redhat.com>
477
478 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
479 * zebra/Makefile.am: Link in libcap
480 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
481 compared with UINT32_MAX
482 * ospfd/ospfd.c: remove redundant assert
483 * zebra/rtadv.c: add missing include for zebra/rib.h
484
4852003-09-24 Paul Jakma <paul@dishone.st>
486
487 * lib/version.h: moved to version.h.in
488 * lib/version.h.in: New file, from version.h. Change hardcoded
489 package name and version to use the autoconf defined substition
490 variables.
491 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
492 through lib/version.h for VERSION. Add lib/version.h to the
493 AC_OUTPUT list. Update the text output of quagga version at end
494 of configure run to use PACKAGE_VERSION.
495 * doc/.cvsignore: ignore quagga.pdf
496 * doc/.cvsignore: ignore version.h, its now autogenerated.
497
4982003-09-24 sowmini.varadhan@sun.com
499
500 * lib/if.c: (if_cmp_func) fix infinite loop if
501 ifp1->name == ifp2->name
502 * lib/linklist.c: (if_cmp_func) Fix handling of case where
503 list->cmp returns 0.
504 * rip_interface.c: (rip_interface_address_add) call
505 rip_enable_apply(), or the interface is never considered up.
506 see [quagga-dev 225].
507 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
508 address families in the absence of sa_len element in struct
509 sockaddr.
510 (ifm_read): Handle solaris 9 if_msghdr_t.
511 Deal with interfaces which are incomplete, lookup on name rather
512 than the placeholder interface index of -1.
513
5142003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
515
516 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
517 interface to ospf_if_lookup_by_local_addr() rather than the
518 receiving interface ifp, packets for VL's could come in any
519 interface. See quagga-dev 250.
520
paule05fba42003-04-13 20:20:53 +00005212003-04-13 Paul Jakma <paul@dishone.st>
522
523 * Amir: Opaque LSA bug fix for deletion of Type11's
524 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000525 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
526 LSAs.
paule05fba42003-04-13 20:20:53 +0000527
paul020709f2003-04-04 02:44:16 +00005282003-04-04 Paul Jakma <paul@dishone.st>
529
530 * Sync to Zebra CVS
531 * Fix lib/thread.h leak
532 * Fix small Opaque LSA leak
533 * Do not configure OSPF interfaces for secondary addresses
534 * vtysh fixes from Hasso
535 * Dave Watson's missing ntohs fix
536
paul68980082003-03-25 05:07:42 +00005372003-03-25 Paul Jakma <paul@dishone.st>
538
539 * Sync to Zebra CVS
540
paul07661cb2003-03-18 00:03:05 +00005412003-03-17 Amir Guindehi <amir@datacore.ch>
542
543 * Extended SNMP checks in configure.ac so that net-snmp works
544
5452003-03-17 Amir Guindehi <amir@datacore.ch>
546 Ralph Keller <keller@tik.ee.ethz.ch>
547 * merge OSPF-API
548
paul13766da2003-02-07 14:46:23 +00005492003-02-07 Paul Jakma <paul@dishone.st>
550
551 * Sync to zebra CVS
552
paul420df432003-02-03 20:30:39 +00005532003-02-03 Paul Jakma <paul@dishone.st>
554
555 * Sync to zebra CVS
556
paulae936ae2003-01-20 04:58:21 +00005572003-01-19 Paul Jakma <paul@dishone.st>
558
559 * Temporary fix for Generic PtP wrt to IPv6
560
paul9a668002003-01-18 23:11:44 +00005612003-01-17 Paul Jakma <paul@dishone.st>
562
563 * Sync up to latest zebra.org CVS
564 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
565 Masahiko Endo <endo@suri.co.jp>
566 * [zebra 16824] [PATCH] nsm_kill_neighbor
567 Masahiko Endo <endo@suri.co.jp>
568 * [zebra 17217] [PATCH] show thread CPU
569 Yon Uriarte <havanna_moon@gmx.net>
570 * [zebra 17218] Re: [PATCH] CLI extensions.
571 Yon Uriarte <havanna_moon@gmx.net>
572
paul4fc01e62002-12-13 20:49:00 +00005732002-12-13 Paul Jakma <paul@dishone.st>
574
575 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000576 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000577 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000578 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000579 * RIPv1 fixes and improvements (John Hay)
580 * link state detection (linux) ([zebra 12269])
581 * Generic PtP and RFC3021 interface addressing support
582 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000583 * Michal Ludvig <michal@logix.cz>:
584 [zebra 16525] PATCH: Bugfixes for KAME systems
585 * Kevin C Miller <kevinm@andrew.cmu.edu>
586 [zebra 16681] OSPF NSSA Patches
587 * Yon Uriarte <havanna_moon@gmx.net>
588 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000589 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000590
paul718e3742002-12-13 20:15:29 +00005912002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
592
593 * zebra-0.93 released.
594
5952002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
596
597 * update-autotools: Change file name from update-auto-tools.sh.
598
5992002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
600
601 * update-auto-tools.sh: Add a new script to clean up build
602 environment.
603
6042002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
605
606 * Shift to the latest build environment autoconf-2.53 and
607 automake-1.6.2.
608
6092001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
610
611 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
612
6132001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
614
615 * zebra-0.92a released.
616
6172001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
618
619 * configure.in: SNMP library check problem fix when the library is
620 installed under /usr/local/lib.
621
6222001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
623
624 * zebra-0.92 released.
625
6262001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
629 warning.
630 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
631 warnings.
632
633 * config.guess: Update to 2000-11-10 version.
634
6352001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
638 detect in_pktinfo structure. Suggested by: Vlad Lungu
639 <vlad@rls.roknet.ro>.
640
6412001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
642
643 * configure.in: Add check for structure in_pktinfo.
644
6452001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
646
647 * configure.in (USE_PAM): Fix PAM library detection code.
648
6492001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
650
651 * zebra-0.91 is released.
652
6532001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * configure.in: Remove guile related definition.
656
6572001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
660 removed. htonl should work fine on any platform.
661
6622001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
663
664 * configure.in: Remove --enable-oldrib option.
665
666 * acconfig.h: OLD_RIB definition is removed.
667
668 * zebra-0.90 is released.
669
670 * configure.in (LIBS): Add check for sun_len field in struct
671 sun_len.
672
6732001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * Makefile.am: Include init/redhat files to distribution.
676
6772001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
678
679 * configure.in: check libm.a for BGPd compile error.
680 AC_CHECK_LIB(m, main) was added.
681
6822000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * configure.in: --enable-unixdomain becomes default. Add
685 --enable-tcp-zebra for TCP/IP communication between protocol
686 daemon and zebra.
687
688 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
689 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
690 lib/regex.c.
691
692 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
693
6942000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
697 multipath number. ARG must be digit.
698
6992000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
700
701 * configure.in: Add --enable-newrib for test new RIB code.
702
7032000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
704
705 * configure.in, config.h.in: Add check for libutil.h and
706 setproctitle().
707
7082000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
709
710 * configure.in: Add --enable-nssa for OSPF NSSA option.
711
712 * acconfig.h: Define HAVE_NSSA.
713
7142000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
715
716 * configure.in: pam_misc is only linked when the platform is
717 GNU/Linux.
718
7192000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
720
721 * configure.in (LIBS): Add check for crypto library. test x`ls
722 ${ac_snmp}` is replaced with sipmle test -f.
723
7242000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
725
726 * configure.in: Add --enable-unixdomain option. This will be
727 default behavior in zebra-0.90.
728
7292000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
730
731 * zebra-0.89 is released.
732
7332000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
734
735 * configure.in: Add check for Intel CPU for Solaris on x86 check.
736
7372000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
738
739 * configure.in: Add check for getifaddrs().
740 Set AM_INIT_AUTOMAKE version to 0.89.
741
7422000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
743
744 * config.guess: Update to the latest version.
745
746 * config.sub: Likewise
747
7482000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
749
750 * REPORTING-BUGS: New file is added.
751
7522000-08-27 itojun@iijlab.net
753
754 * configure.in: Add ncurses library check when --enable-vtysh is
755 specified.
756
7572000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
758
759 * configure.in: Add check for readline/history.h.
760
761 * acconfig.h: Remove pthread related variables.
762
763 * configure.in: Add --with-libpam option for vtysh PAM
764 authentication. Remove --disable-pthread because we don't support
765 pthread.
766
7672000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * zebra-0.88 is released.
770
771 * configure.in: Add Solaris -lcurses for vtysh.
772
7732000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
774
775 * configure.in: Add check for ncurses for compiling on Solaris.
776
7772000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
778
779 * configure.in: Add check for libreadline when --enable-vtysh is
780 specified.
781
7822000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
785 interface method is if_ioctl.o
786
7872000-07-09 Chris Dunlop <chris@onthe.net.au>
788
789 * acconfig.h: Add HAVE_BROKEN_ALIASES.
790
791 * configure.in: Add --enable-broken-aliases.
792
7932000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * Set version to zebra-0.87.
796
7972000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
800 default.
801
802 * Set version to zebra-0.87-pre
803
804 * Makefile.am: Likewise.
805
8062000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
807
808 * Set version to 0.86.
809
8102000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
811
812 * Set version to 0.85b for ospfd test.
813
8142000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * Set version to 0.85a for ospfd test.
817
8182000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
819
820 * Set version to 0.85.
821
8222000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * Makefile.in: Regenerated by patched automake for fixing "make
825 clean" problem on FreeBSD.
826
8271999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * Set version to 0.83a. This is for *BSD static route lookup
830 problem.
831
8321999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * Set version to 0.83.
835
8361999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * Set version to 0.82.
839
8401999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * aczebra.m4: New file added.
843
8441999-11-21 Michael Handler <handler@sub-rosa.com>
845
846 * configure.in (LIBS): Add sa_len check of sockaddr.
847
848 * acconfig.h: Add HAVE_SA_LEN.
849
8501999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
851
852 * version.h: Update version to zebra-0.81b for bgpd test.
853
8541999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * configure.in: Add --enable-mbgp.
857
8581999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
861
8621999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * TODO: New file is added.
865
8661999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
867
868 * version.h: Update version to zebra-0.81a for ospfd test.
869
8701999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
871
872 * configure.in: New option --enable-snmp is added.
873
8741999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * version.h: Update version to zebra-0.80.
877
8781999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
879
880 * version.h: Update version to zebra-0.80-pre3
881
8821999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
885
8861999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
887
888 * configure.in: Add support of OpenBSD.
889
8901999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * version.h: Update version to zebra-0.80-pre2.
893
8941999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * version.h: Update version to zebra-0.80-pre. From this version,
897 access-list and prefix-list's name space is divided into IPv4 and
898 IPv6.
899
9001999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
901
902 * version.h: For test recent fixes Set version to zebra-0.79a.
903
9041999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
905
906 * version.h: zebra-0.79 is out.
907
9081999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
909
910 * version.h: For ospfd's virtual link test. Set version to 0.78h.
911
9121999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * version.h: For ospfd test. Set version to 0.78g.
915
9161999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
917
918 * version.h: For internal test of ospfd. Set version to 0.78f.
919
9201999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
921
922 * version.h: To test ospfd's fix, set version to 0.78e.
923
9241999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * version.h: To test ospfd's area related bug fix, set version
927 to 0.78d.
928
9291999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * version.h: To test ospfd, set version to 0.78c.
932
9331999-08-31 Janos Farkas <chexum@shadow.banki.hu>
934
935 * Many misspelling correction.
936
9371999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * version.h: To test ospfd, set version to 0.78b.
940
9411999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * configure.in (LIBS): Add UCD-SNMP include path check.
944
9451999-08-31 Lars Fenneberg <lf@elemental.net>
946
947 * configure.in: The logic which detects the UCD-SNMP library
948 should first check in the default system locations for the library
949 and then in /usr/local.
950
9511999-08-27 itojun@iijlab.net
952
953 * configure.in (LIBS): Fix problem about libsnmp.a check.
954
9551999-08-26 kay <kay@v6.access.co.jp>
956
957 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
958
9591999-08-24 VOP <vop@unity.net>
960
961 * filter.c: Include "sockunion.h".
962 plist.c: Likewise.
963 table.c: Likewise.
964
9651999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
966
967 * configure.in: Add netinet6/in6.h check.
968
9691999-08-21 Masaki Minami <masaki@minami.org>
970
971 * BSD/OS 4.0 porting.
972
9731999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * configure.in: Add --enable-netlink option to force to use Linux
976 netlink interface.
977 (CFLAGS): Add ucd-snmp library check.
978
979 * acconfig.h: If socklen_t is not defined, typedef int to
980 socklen_t.
981
9821999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
983
984 * configure.in: When --enable-ipv6 specified, then only kernel
985 version is checked.
986
9871999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
988
989 * configure.in: Add GNU libc 2.1 check.
990
9911999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * configure.in: Fix privious Linux IPv6 check changes.
994
9951999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
996
997 * configure.in: Improve Linux IPv6 feature check.
998
9991999-07-29 Rick Payne <rickp@rossfell.co.uk>
1000
1001 * Changed route-maps to behave in a more cisco-like fashion
1002
10031999-07-27 Gerhard Poul <gpoul@gnu.org>
1004
1005 * SERVICES: New file added.
1006
10071999-07-12 itojun@iijlab.net
1008
1009 * configure.in: Add check for getaddrinfo. Improve Kame related
1010 library check.
1011
10121999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1013
1014 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1015
10161999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1017
1018 * configure.in: Delete check for netinet/ip6.h.
1019
10201999-06-30 Gerhard Poul <gpoul@gnu.org>
1021
1022 * README: remixed the old files and added some new parts.
1023 moved some INSTALL stuff into INSTALL file.
1024 moved some other stuff to doc/zebra.texi
1025
10261999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * configure.in (LIBS): Add libresolv check.
1029 Change --enabe-all-in-one option to --enable-one-vty.
1030
10311999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * configure.in: Add --enabe-all-in-one option.
1034
10351999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * configure.in: Add socklen_t check.
1038
10391999-06-16 Gerhard Poul <gpoul@gnu.org>
1040
1041 * Many compile warnings fixed.
1042
10431999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1044
1045 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1046 OpenBSD (NRL) check is enabled.
1047
10481999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1049
1050 * configure.in (LIBS): Add crypt library check.
1051
10521999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1053
1054 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1055
10561999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1057
1058 * Set version to 0.63 for first beta package.
1059
10601999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * guile.m4: Added from guile package.
1063
10641999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1065
1066 * Set version to 0.60 for beta package preparation.
1067
10681999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1071 This change is for linking these libraries to guile.
1072
10731999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1074
1075 * configure.in (LIBS): Add struct rt_addrinfo check.
1076
10771999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1078
1079 * configure.in: AC_STDC_HEADERS added.
1080
10811999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1082
1083 * Add dependencies to each directory's Makefile.am.
1084
10851999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1086
1087 * reworked include file structure, and configure so that all
1088 source files get all system-dependent include files by including
1089 <zebra.h> which is really lib/zebra.h. This means that the
1090 different programs include files are now available as #include
1091 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1092
1093 In practical terms, if I haven't really screwed up, the main file
1094 that maintainers for other OSes have to change is lib/zebra.h for
1095 all the conditional includes etc.
1096
1097 * added --disable-pthread for those systems that seem to have
1098 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1099 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1100 instead.
1101
11021999-02-24 <kunihiro@zebra.org>
1103
1104 * configure.in: update to AC_PREREQ(1.13).
1105 Change message from Linux 2.1.x to Linux 2.2.x.
1106 * Added ospf6d directory support.
1107
11081999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1109
1110 * added a "log" element to the BGPd peer structure, enabling us to
1111 start thinging about a log stream per peer. This is currently
1112 ignored by the wrapper code, but developers should try to use the
1113 "appropriate" ZLOG stream. Documentation will follow, when the
1114 real routines start to exist.
1115
1116 The current plan is to use a copy of the BSD syslog() routines and
1117 replace the syslog library function with our own. I will need
1118 feedback from users of other platforms as this work is done to see
1119 if all is well elsewhere.
1120
1121 * preliminary work on zlog() library. directly replaces syslog()
1122 currently with zlog(ZLOG *, ...) where the new first argument
1123 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1124 encapsulate all the information necessary to maintain multiple
1125 logging streams.
1126
11271999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1128
1129 * added vsnprintf() macro to lib/str.h if required and removed
1130 #ifdef SUNOS_5 dependency on it
1131
11321999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1133
1134 * syslog support added
1135
11361999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1137
1138 * configure.in: Add daemon function check.
1139
11401999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * configure.in: Add --disable-ipv6, --disable-zebra,
1143 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1144 options to configure.
1145
11461998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1147
1148 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1149
11501998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * configure.in: Comment out FreeBSD's libc_r detect section. At
1153 this moment it doesn't work correctly with zebra.
1154
1155 Netlink interface is only enabled when Linux kernel version is
1156 upper than 2.1.0.
1157
11581998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1159
1160 * Hydrangea is now called KAME, so change all defines.
1161
11621998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * configure.in: ifaliasreq check added.
1165
11661998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1167
1168 * Patch is applied for compile under EWS4800
1169
11701998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1171
1172 * configure.in: delete old mtu_method check.
1173
1174 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1175
11761998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1177
1178 * configure.in: add new netlink check for GNU/Linux
1179
11801998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * doc/zebra.texi: Update Linux netlink chapter.
1183
11841998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1185
1186 * config.h.in: define PTHREAD if work on Solaris 2.6
1187 why delete the definition? I miss?
1188
11891998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1190
1191 * configure.in: add net/if.h header check.
1192
11931998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1194
1195 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1196 * zebra.texi: Modify Introduction text.
1197 * RIPngd.c: Patch Hydrangea code.
1198
11991998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * .cvsignore: added.
1202
1203 * Makerule.in: is gone.
1204 * Makefile.am: Now we use automake to generate Makefile.in
1205
12061998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1207
1208 * lib/vty.c: modified the definition of *master
1209 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1210
1211
12121998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1213
1214 * configure.in: define PTHREAD if work on Solaris 2.6
1215 * config.h.in: likewise
1216 * lib/thread.c: likewise
1217 * lib/vty.c: likewise
1218
12191998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1220
1221 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1222 * bgpd/: remove include <netinet6/in6.h> line.
1223 * lib/: remove include <netinet6/in6.h> line.
1224 * ripbgd/: remove include <netinet6/in6.h> line.
1225 * zebra/: remove include <netinet6/in6.h> line.
1226 * ripd/*.c: remove include <netinet6/in6.h> line.
1227 undefine IPV6 difinitions because RIPd is not worked for
1228 IPv6 protocol.
1229
1230
12311998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1232
1233 * configure.in: Change routing socket check method from
1234 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1235 AF_ROUTE but over linux it's meenigless.
1236
12371998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1238
1239 * config.h.in: remove err_t define.
1240
12411997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * configure.in (canonical): add check of IF_METHOD
1244
12451997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1246
1247 * configure.in: add INRIA check
1248
12491997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1250
1251 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1252
12531997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * configure.in: change IRDPD to NDPD
1256
12571997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * INSTALL: new file
1260
12611997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * config.h: add XCALLOC()
1264