blob: 68186fdb8e9c4b60b0303c835884105ab9cbd025 [file] [log] [blame]
gdtcbd04082004-08-31 18:16:36 +000012004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
2
gdtb85dca32004-08-31 18:44:42 +00003 * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it
4
5 * configure.ac: add m4/Makefile to output list
6
72004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com>
8
gdtcbd04082004-08-31 18:16:36 +00009 * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install
10 rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.)
11
12 * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a
13 directory into which www.pkgsrc.org-style rc.d files are
14 installed.
15
paul2abb1cf2004-08-19 04:42:03 +0000162004-08-19 Paul Jakma <paul@dishone.st>
17
18 * Makefile.am: add m4 directory to EXTRA_DIST, and define
19 ACLOCAL_AMFLAGS to have aclocal pull in m4/
20 * configure.ac: AM_PROG_LIBTOOL should be AC_...
21 * update-autotools: print a warning that this script is deprecated
22
gdt29904602004-08-17 12:27:32 +0000232004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com>
24
25 * update-autotools: print tools versions to aid people in sending
26 bug reports.
27
gdtb7a97f82004-07-23 16:23:56 +0000282004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
29
30 * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir
31 -lfoo", to avoid linking against installed libraries from a
32 previous version.
33
34 * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared
35 library version number to be 0.0
36
37 * configure.ac: remove spurious , so extract.pl is chmod'd +x.
38
39 * HACKING: explain shared library versioning rules
40
paul27eebb32004-07-22 18:16:59 +0000412004-07-22 Paul Jakma <paul@dishone.st>
42
43 * configure.ac: modify default CFLAGS to be compiler agnostic
44 build Makefile for tests/ subdir.
45
gdtaa9af782004-07-14 13:55:28 +0000462004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
47
48 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
49 really in distfile.
50
gdtcf313882004-06-30 13:24:42 +0000512004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
52
gdt87efd642004-06-30 17:36:11 +000053 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
54 version of libzebra when available.
55
56 * configure.ac, update-autotools: Add libtool.
57
582004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
59
gdtf2bfdee2004-06-30 17:25:15 +000060 * Makefile.am: add files to EXTRA_DIST rather than copying, and
61 omit the kludgy cleaning steps, which were failing when the list
62 to clean was empty.
63
642004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
65
gdtfc9d0742004-06-30 14:25:12 +000066 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
67 Search for termcap functions more expansively (fixes vtysh compile
68 on NetBSD). Clean up --enable-vtysh definition.
69
702004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
71
gdtcf313882004-06-30 13:24:42 +000072 * update-autotools: Use -rf on autom4te.cache.
73
hasso320ec102004-06-20 19:54:37 +0000742004-06-20 Hasso Tepper <hasso@estpak.ee>
75
76 * lib/vty.c: Don't attempt to load configuration file from current
77 directory.
78 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
79 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
80 ripngd/ripng_main.c and zebra/main.c.
81
paul19877dd2004-05-11 10:49:35 +0000822004-05-11 Paul Jakma <paul@dishone.st>
83
84 * configure.ac: Add solaris support for the zebra/*_solaris
85 method's, based on Sowmini's patches.
86
pauld355bfa2004-04-08 07:43:45 +0000872004-04-08 Paul Jakma <paul@dishone.st>
88
89 * ospf_spf.h: Add backlink field to struct vertex
90 * ospf_spf.h: (ospf_vertex_new) initialise backlink
91 (ospf_lsa_has_link) return index of link back to
92 vertex V from candidate vertex W, or -1 if no link exists.
93 (ospf_spf_next) save backlink index for candidate vertex
94 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
95 to determine correct address for virtual-link peers. Fall back
96 to older "pick first link" method if no backlink index exists.
97
hasso41d3fc92004-04-06 11:59:00 +0000982004-04-06 Hasso Tepper <hasso@estpak.ee>
99
100 * zebra/ipforward_proc.c: Fixed lowering privileges.
101 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
102 * configure.ac: Added --disable-capabilities switch to configure.
103
hassof571dab2004-03-22 08:55:25 +00001042004-03-22 Hasso Tepper <hasso@estpak.ee>
105
106 * Readded SIGTERM handling so daemons can clean up their stuff if they
107 are killed (not murdered).
108
hasso37318652004-03-20 20:06:15 +00001092004-03-20 Michael Bruening <mike@vailsys.com>
110
111 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
112 addition of "isis". This array must be indexed by
113 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
114 be updated with every route type addition. This fix allows
115 commands redistributing routes from (bgp|isis), like "router ospf
116 redistribute bgp ...", to be written to terminal, memory, file,
117 which would otherwise result in a seg fault or, possibly, config
118 file corruption. Overlooked in import of isisd.
119 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
120 and ripngd/ripng_zebra.c.
121
hasso8c903fb2004-03-17 20:39:18 +00001222004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
123
124 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
125 bugzilla #82.
126
gdt5e4fa162004-03-16 14:38:36 +00001272004-03-16 David Young <dyoung@pobox.com>
128
129 * (many) reference <lib/version.h> rather than "version.h",
130 because version.h is a generated file and not present in the
131 source tree when using objdir builds.
132
hassofa2b17e2004-03-04 17:45:00 +00001332004-03-03 PC Drew <pc@superiorcomm.net>
134
135 * lib/keychain.c: typecast time_t function to long, fixes compile
136 warning.
137 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
138 compile warning when backtrace doesn't exist for that system.
139 * zebra/rtadv.c: for OpenBSD, added include statement for
140 netinet/icmp6.h
141 * zebra/zserv.c: added default case to switch statements, fixes compile
142 warning about certain NEXTHOP_TYPE enumeration values not being
143 handled.
144 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
145 warning, about mask possibly being used uninitialized.
146 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
147 compile warning about certain NEXTHOP_TYPE enumeration values not
148 being handled.
149 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
150 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
151 compile warning.
152 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
153 warning.
154 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
155 fixes compile warning.
156 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
157 friends, fixes compile warning.
158 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
159 compile warning.
160 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
161 _cwd array, fixes compile warning.
162
paul2d75d052004-01-19 21:31:15 +00001632004-01-19 Paul Jakma <paul@dishone.st>
164
165 * tests/test-sig.c: New file, regression test for sigevents.
166 * lib/Makefile.am: add sigevent.{c,h}
167 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
168 * zebra/main.c: ditto.
169
paula27abaa2004-01-10 22:03:07 +00001702004-01-10 Paul Jakma <paul@dishone.st>
171
172 * Makefile.am: redhat/ is a dist subdir too.
173
jardina4d2a0d2004-01-10 20:42:35 +00001742004-01-10 Vincent Jardin <jardin@6wind.com>
175
176 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
177 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
178
paul00bc5602004-01-09 16:30:52 +00001792004-01-08 Paul Jakma <paul@dishone.st>
180
181 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
182 remove the redhat/... dist targets - instead these now go in..
183 redhat/Makefile.am: (new) proper place to describe redhat/ dist
184 files, as well as allow quagga.spec to be regenerated properly.
185 redhat/quagga.sysconfig: specify conf file location.
186 redhat/quagga.spec.in: Add 2 patches to RPM build.
187
paul41ad8782003-12-30 11:09:00 +00001882003-12-30 Paul Jakma <paul@dishone.st>
189
paul15d74e92003-12-30 11:16:21 +0000190 * redhat/isisd.init: new file, init script for isisd.
191 redhat/quagga.sysconfig: new file, sysconfig file for quagga
192 initscripts.
193 redhat/quagga.spec.in: various cleanups, including sysconfig patch
194 from RH, fixed UID/GID as per RH EL, shell changed to
195 /sbin/nologin, daemon vty's listen to 127.1 only per default and
196 isisd packaged.
197 redhat/*.init: sysconfig support and runlevels specified.
198
1992003-12-30 Paul Jakma <paul@dishone.st>
200
paul41ad8782003-12-30 11:09:00 +0000201 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
202 copying via dist-hook. Remove ~ files backup cruft from dists.
203 isisd/Makefile.am: sysconf example should go via
204 dist_examples_DATA. The include-netbsd/ headers werent mentioned
205 as sources and werent being copied into dists.
206
jardin9e867fe2003-12-23 08:56:18 +00002072003-12-23 Vincent Jardin <jardin@6wind.com>
208
209 * isisd: Import isisd from Sampo Saaristo's source code.
210
gdtaa593d52003-12-22 20:15:53 +00002112003-12-22 Christian Hammers <ch@lathspell.de>
212
213 * configure.ac (and everywhere a regular file is opened for
214 writing): use file permissions from configure rather than
215 compiled-in umask.
216
hasso47ce02a2003-12-22 16:49:15 +00002172003-12-22 Hasso Tepper <hasso@estpak.ee>
218
219 * lib/linklist.c: Revert microfix I commited while reverting
220 [quagga-dev 227]. Caused by misreading code.
221
hassoe90fbab2003-12-21 09:51:42 +00002222003-12-21 Hasso Tepper <hasso@estpak.ee>
223
224 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
225 function should not drop nodes in any case. But fix behavior where
226 nodes were added to the end of list when cmp returned 0.
227 * lib/if.c: Check for duplicates before calling listnode_add_sort().
228
gdtaf273652003-12-08 18:12:34 +00002292003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
230
231 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
232 than include_HEADERS to place includes in
233 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
234
gdtc4f0efe2003-12-04 15:39:25 +00002352003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
236
237 * configure.ac: When setting exampledir to sysconfdir as a
238 default, don't quote ${sysconfdir}. (Bug reported by Vincent
239 Jardin.)
240
gdtd6b72f72003-12-03 17:24:27 +00002412003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
242
gdtd2a0ccc2003-12-03 18:13:48 +0000243 * configure.ac: Compile in Router Advertisement support by
244 default. Note that this does not default to sending RAs; it just
245 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
246 available. While others may prefer other tools, no argument has
247 been made that router advertisement support is such bloat that it
248 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
249 8 bytes with the support compiled out). This reversion of a
250 previous change was done in consultation with Paul.
251
2522003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
253
gdtfa3232e2003-12-03 17:52:30 +0000254 * configure.ac: Move tests for v6 header files to after the check
255 for v6 code version, and conditionalize on the right variable.
256 (Fixes problem where v6 header files are not included when v6 is
257 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000258
gdtfa3232e2003-12-03 17:52:30 +00002592003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
260
gdtd6b72f72003-12-03 17:24:27 +0000261 * configure.ac: Add --enable-exampledir to specify where example
262 config files should go, defaulting to sysconfdir.
263
264 * */Makefile.am: use exampledir instead of sysconfdif for examples
265
paul62892882003-11-02 07:31:47 +00002662003-11-02 Paul Jakma <paul@dishone.st>
267
268 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
269 route map command so that vtysh can use it. Modified version of
270 Hasso Tepper's patch. Fixes bug #52.
271 * configure.ac: FreeBSD has net-snmp in /usr/local.
272 * redhat/quagga.spec.in: Install libzebra headers with -devel
273 package.
274
2752003-11-02 Krzysztof Oledzki <oleq@ans.pl>
276
277 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
278 caused zebra to read all routes in all tables, rather than just
279 the main table. See [quagga-dev 280].
280
2812003-10-30 Paul Jakma <paul@dishone.st>
282
283 * configure.ac: netinet/in_systm.h is yet another well-known
284 header file we really should be checking for
285
2862003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
287
288 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
289 by ospf_ism.c::ism_change_state() - results in incorrect figure
290 for active interfaces in an area.
291
2922003-10-27 Paul Jakma <paul@dishone.st>
293
294 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
295 reverted RFC3021 patch.
296
2972003-10-27 Simon <lists@routemeister.net>
298
299 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
300 being called with struct connected. Change to co->ifp.
301
3022003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
303
304 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
305 limit when setting changed flag to avoid spurious changes.
306 (static_install_ipv{4,6}) dont uninstall by default, might not be
307 required - avoid spurious uninstalls.
308 (static_uninstall_ipv{4,6}) only uninstall the route if its
309 actually FIB route.
310
3112003-10-24 sowmini.varadhan@sun.com
312
313 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
314 created.
315
3162003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
317
318 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
319 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
320 view string.
321 (bgp_show_neighbor_route) Take a struct peer argument instead of
322 ip string.
323 (peer_adj_routes) ditto
324 (show_adj_routes) ditto
325 (peer_lookup_in_view) new function to return appropriate struct
326 peer for a given view string.
327 (misc) Fixup all calls to above to reflect new calling arguments,
328 and use peer_lookup_in_view as needed. Additional commands
329 installed to use expanded functionality above, existing commands
330 modified to suit as well.
331 * bgpd/bgp_vty.c: 2 new aliases.
332
3332003-10-24 Paul Jakma <paul@dishone.st>
334
335 * configure.ac: Check for fcntl()
336 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
337 regular automake means, not magic install incantations, see
338 bug #38.
339 * lib/Makefile.am: install the headers, needed to link libzebra.a
340 (and hence libospf.a, OSPF-API, etc.)
341
3422003-10-24 waldi@debian.org
343
344 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
345 depended against source files without specification, i.e. it
346 used ../zebra instead of $(top_srcdir)/zebra.
347
3482003-10-23 Paul Jakma <paul@dishone.st>
349
350 * configure.ac: IRIX configure.ac support. Sort of works.
351 sysctl() crashes though (ipforward), there's some kind of odd
352 padding in the PF_ROUTE socket messages and setsockopt() on
353 SOCK_RAW does not work (so ospfd doesnt work).
354
3552003-10-22 Paul Jakma <paul@dishone.st>
356
357 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
358 configure dependent. (still need to find a way to make building of
359 it dependent on configure options or include all commands.)
360
3612003-10-22 Paul Jakma <paul@dishone.st>
362
363 * lib/zebra.h: include limits.h if its there, its a portable header
364 and useful and not just solaris specific. net/route.h is also
365 useful.
366
3672003-10-22 Paul Jakma <paul@dishone.st>
368
369 * lib/regex.c: bzero -> memset
370 * zebra/ioctl.c: ditto. bzero is not portable.
371
3722003-10-22 Paul Jakma <paul@dishone.st>
373
374 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
375 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
376 portable.
377
3782003-10-22 Paul Jakma <paul@dishone.st>
379
380 * configure.ac: Split up header checks into non-net, net and ipv6
381 related. Checking of IPv6 is conditional. Add some more output
382 text for the end of the configure run.
383
3842003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
385
386 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
387 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
388 family prefixes. Accept prefix as argument.
389 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
390 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
391 bgp_dump_routes_attr.
392 (bgp_dump_common) Go by the family of the peering socket, not
393 configured address family when dumping peering information.
394 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
395 patch.
396
3972003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
398
399 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
400 fixed intervals rather than fixed intervals from startup time.
401 (bgp_dump_interval_func) Dont return immediately if file cant be
402 openeded, but reschedule interval dumps, even - admin might
403 fix problem in meantime. Close the dump file in between intervals.
404 (bgp_dump_init) account for MSG header when initialising stream
405 size.
406
4072003-10-15 Paul Jakma <paul@dishone.st>
408
409 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
410 lookup oi for a given prefix in a given interfaces table of oi's.
411 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
412 reporting new interface multiple times.
413 NB: This patch is a complete plaster-band of a hack. First, why is
414 zebra reporting interface events multiple times? Second, why does
415 ospfd maintain so many damn lists and tables relating to oi's -
416 these should be reconciled into one or two tables.
417
4182003-10-15 sowmini.varadhan@sun.com
419
420 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
421 instead of creating one socket per send. send source addr to
422 rip_update_interface.
423 (rip_update_process) should send an update on every connected
424 network for each interface.
425 (rip_request_send) should send a request on every connected
426 network for each interface.
427 * ripd/ripd.h: update prototype for rip_interface_multicast_set
428 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
429 so that it can be called repeatedly for aliased interfaces (on
430 multiple networks).
431
4322003-10-15 Jay Fenlason <fenlason@redhat.com>
433
434 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
435 end-sub-negotation is sent when no sub-negotation data has been
436 sent. Return immediately if no sub-negotation is in progress.
437 (vty_read) do not attempt to process options if no sub-negotation
438 is in progress.
439
4402003-10-15 Paul Jakma <paul@dishone.st>
441
442 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
443 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
444 (non-portable) getcwd() allocation (which we didnt seem to be
445 freeing).
446
4472003-10-13 Jay Fenlason <fenlason@redhat.com>
448
449 * lib/zebra.h: define UINT32_MAX for those systems which do not
450 provide it.
451 * bgp_attr.h: define BGP_MED_MAX.
452 * bgp_route.c: update defines/constants to BGP_MED_MAX.
453 * bgp_routemap.c: ditto. clean up route_match_metric_compile
454 slightly to avoid unneccesary XMALLOC.
455
4562003-10-13 sowmini.varadhan@sun.com
457
458 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
459 * ospf_lsa.c: added better debug comments. check sequence number in
460 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
461 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
462 received.
463 * ospf_flood.c: improve debug statement- print ls_seqnum.
464
4652003-10-13 Douglas Fraser <doug+quagga@idmf.net>
466
467 * zebra/connected.c: PtP revert fixup. Zebra was not creating
468 connected route for PtP peer.
469
4702003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
471
472 * zebra/ipforward_proc.c: (ipforward) Close the fd for
473 /proc/net/snmp. See [quagga-dev 284]
474
4752003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
476
477 * zebra/zebra_rib.c: Fix possible dangling reference to rib
478 route_nodes - unlock it the appropriate number of times. (twice,
479 because of the implicit lock). see [quagga-dev 251].
480
4812003-09-29 Paul Jakma <paul@dishone.st>
482
483 * zebra/connected.c: revert the 'generic PtP' patch as it causes
484 far too many problems. People who use FreeSWAN should investigate
485 native linux ipsec.
486 * zebra/rt_netlink.c: ditto
487 * lib/if.c: ditto
488 * ripd/ripd.h: ditto
489 * ripd/ripd.c: ditto
490 * ripd/rip_interface.c: ditto
491 * ospfd/ospfd.c: ditto
492 * ospfd/ospf_snmp.c: ditto
493 * bgpd/bgp_nexthop.c: ditto
494 * ospfd/ospf_packet.c: Add debug output for some of the previously
495 completely silent drops of 'bad' packets.
496 * configure.ac: bump version
497
4982003-08-27 Jay Fenlason <fenlason@redhat.com>
499
500 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
501 * zebra/Makefile.am: Link in libcap
502 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
503 compared with UINT32_MAX
504 * ospfd/ospfd.c: remove redundant assert
505 * zebra/rtadv.c: add missing include for zebra/rib.h
506
5072003-09-24 Paul Jakma <paul@dishone.st>
508
509 * lib/version.h: moved to version.h.in
510 * lib/version.h.in: New file, from version.h. Change hardcoded
511 package name and version to use the autoconf defined substition
512 variables.
513 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
514 through lib/version.h for VERSION. Add lib/version.h to the
515 AC_OUTPUT list. Update the text output of quagga version at end
516 of configure run to use PACKAGE_VERSION.
517 * doc/.cvsignore: ignore quagga.pdf
518 * doc/.cvsignore: ignore version.h, its now autogenerated.
519
5202003-09-24 sowmini.varadhan@sun.com
521
522 * lib/if.c: (if_cmp_func) fix infinite loop if
523 ifp1->name == ifp2->name
524 * lib/linklist.c: (if_cmp_func) Fix handling of case where
525 list->cmp returns 0.
526 * rip_interface.c: (rip_interface_address_add) call
527 rip_enable_apply(), or the interface is never considered up.
528 see [quagga-dev 225].
529 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
530 address families in the absence of sa_len element in struct
531 sockaddr.
532 (ifm_read): Handle solaris 9 if_msghdr_t.
533 Deal with interfaces which are incomplete, lookup on name rather
534 than the placeholder interface index of -1.
535
5362003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
537
538 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
539 interface to ospf_if_lookup_by_local_addr() rather than the
540 receiving interface ifp, packets for VL's could come in any
541 interface. See quagga-dev 250.
542
paule05fba42003-04-13 20:20:53 +00005432003-04-13 Paul Jakma <paul@dishone.st>
544
545 * Amir: Opaque LSA bug fix for deletion of Type11's
546 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000547 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
548 LSAs.
paule05fba42003-04-13 20:20:53 +0000549
paul020709f2003-04-04 02:44:16 +00005502003-04-04 Paul Jakma <paul@dishone.st>
551
552 * Sync to Zebra CVS
553 * Fix lib/thread.h leak
554 * Fix small Opaque LSA leak
555 * Do not configure OSPF interfaces for secondary addresses
556 * vtysh fixes from Hasso
557 * Dave Watson's missing ntohs fix
558
paul68980082003-03-25 05:07:42 +00005592003-03-25 Paul Jakma <paul@dishone.st>
560
561 * Sync to Zebra CVS
562
paul07661cb2003-03-18 00:03:05 +00005632003-03-17 Amir Guindehi <amir@datacore.ch>
564
565 * Extended SNMP checks in configure.ac so that net-snmp works
566
5672003-03-17 Amir Guindehi <amir@datacore.ch>
568 Ralph Keller <keller@tik.ee.ethz.ch>
569 * merge OSPF-API
570
paul13766da2003-02-07 14:46:23 +00005712003-02-07 Paul Jakma <paul@dishone.st>
572
573 * Sync to zebra CVS
574
paul420df432003-02-03 20:30:39 +00005752003-02-03 Paul Jakma <paul@dishone.st>
576
577 * Sync to zebra CVS
578
paulae936ae2003-01-20 04:58:21 +00005792003-01-19 Paul Jakma <paul@dishone.st>
580
581 * Temporary fix for Generic PtP wrt to IPv6
582
paul9a668002003-01-18 23:11:44 +00005832003-01-17 Paul Jakma <paul@dishone.st>
584
585 * Sync up to latest zebra.org CVS
586 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
587 Masahiko Endo <endo@suri.co.jp>
588 * [zebra 16824] [PATCH] nsm_kill_neighbor
589 Masahiko Endo <endo@suri.co.jp>
590 * [zebra 17217] [PATCH] show thread CPU
591 Yon Uriarte <havanna_moon@gmx.net>
592 * [zebra 17218] Re: [PATCH] CLI extensions.
593 Yon Uriarte <havanna_moon@gmx.net>
594
paul4fc01e62002-12-13 20:49:00 +00005952002-12-13 Paul Jakma <paul@dishone.st>
596
597 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000598 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000599 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000600 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000601 * RIPv1 fixes and improvements (John Hay)
602 * link state detection (linux) ([zebra 12269])
603 * Generic PtP and RFC3021 interface addressing support
604 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000605 * Michal Ludvig <michal@logix.cz>:
606 [zebra 16525] PATCH: Bugfixes for KAME systems
607 * Kevin C Miller <kevinm@andrew.cmu.edu>
608 [zebra 16681] OSPF NSSA Patches
609 * Yon Uriarte <havanna_moon@gmx.net>
610 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000611 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000612
paul718e3742002-12-13 20:15:29 +00006132002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
614
615 * zebra-0.93 released.
616
6172002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
618
619 * update-autotools: Change file name from update-auto-tools.sh.
620
6212002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
622
623 * update-auto-tools.sh: Add a new script to clean up build
624 environment.
625
6262002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
627
628 * Shift to the latest build environment autoconf-2.53 and
629 automake-1.6.2.
630
6312001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
632
633 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
634
6352001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
636
637 * zebra-0.92a released.
638
6392001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
640
641 * configure.in: SNMP library check problem fix when the library is
642 installed under /usr/local/lib.
643
6442001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
645
646 * zebra-0.92 released.
647
6482001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
649
650 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
651 warning.
652 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
653 warnings.
654
655 * config.guess: Update to 2000-11-10 version.
656
6572001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
658
659 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
660 detect in_pktinfo structure. Suggested by: Vlad Lungu
661 <vlad@rls.roknet.ro>.
662
6632001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
664
665 * configure.in: Add check for structure in_pktinfo.
666
6672001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
668
669 * configure.in (USE_PAM): Fix PAM library detection code.
670
6712001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * zebra-0.91 is released.
674
6752001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
676
677 * configure.in: Remove guile related definition.
678
6792001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
680
681 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
682 removed. htonl should work fine on any platform.
683
6842001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * configure.in: Remove --enable-oldrib option.
687
688 * acconfig.h: OLD_RIB definition is removed.
689
690 * zebra-0.90 is released.
691
692 * configure.in (LIBS): Add check for sun_len field in struct
693 sun_len.
694
6952001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * Makefile.am: Include init/redhat files to distribution.
698
6992001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
700
701 * configure.in: check libm.a for BGPd compile error.
702 AC_CHECK_LIB(m, main) was added.
703
7042000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
705
706 * configure.in: --enable-unixdomain becomes default. Add
707 --enable-tcp-zebra for TCP/IP communication between protocol
708 daemon and zebra.
709
710 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
711 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
712 lib/regex.c.
713
714 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
715
7162000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
717
718 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
719 multipath number. ARG must be digit.
720
7212000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
722
723 * configure.in: Add --enable-newrib for test new RIB code.
724
7252000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
726
727 * configure.in, config.h.in: Add check for libutil.h and
728 setproctitle().
729
7302000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * configure.in: Add --enable-nssa for OSPF NSSA option.
733
734 * acconfig.h: Define HAVE_NSSA.
735
7362000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
737
738 * configure.in: pam_misc is only linked when the platform is
739 GNU/Linux.
740
7412000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
742
743 * configure.in (LIBS): Add check for crypto library. test x`ls
744 ${ac_snmp}` is replaced with sipmle test -f.
745
7462000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * configure.in: Add --enable-unixdomain option. This will be
749 default behavior in zebra-0.90.
750
7512000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
752
753 * zebra-0.89 is released.
754
7552000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * configure.in: Add check for Intel CPU for Solaris on x86 check.
758
7592000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * configure.in: Add check for getifaddrs().
762 Set AM_INIT_AUTOMAKE version to 0.89.
763
7642000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * config.guess: Update to the latest version.
767
768 * config.sub: Likewise
769
7702000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
771
772 * REPORTING-BUGS: New file is added.
773
7742000-08-27 itojun@iijlab.net
775
776 * configure.in: Add ncurses library check when --enable-vtysh is
777 specified.
778
7792000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * configure.in: Add check for readline/history.h.
782
783 * acconfig.h: Remove pthread related variables.
784
785 * configure.in: Add --with-libpam option for vtysh PAM
786 authentication. Remove --disable-pthread because we don't support
787 pthread.
788
7892000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * zebra-0.88 is released.
792
793 * configure.in: Add Solaris -lcurses for vtysh.
794
7952000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
796
797 * configure.in: Add check for ncurses for compiling on Solaris.
798
7992000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
800
801 * configure.in: Add check for libreadline when --enable-vtysh is
802 specified.
803
8042000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
807 interface method is if_ioctl.o
808
8092000-07-09 Chris Dunlop <chris@onthe.net.au>
810
811 * acconfig.h: Add HAVE_BROKEN_ALIASES.
812
813 * configure.in: Add --enable-broken-aliases.
814
8152000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * Set version to zebra-0.87.
818
8192000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
822 default.
823
824 * Set version to zebra-0.87-pre
825
826 * Makefile.am: Likewise.
827
8282000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * Set version to 0.86.
831
8322000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * Set version to 0.85b for ospfd test.
835
8362000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * Set version to 0.85a for ospfd test.
839
8402000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * Set version to 0.85.
843
8442000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * Makefile.in: Regenerated by patched automake for fixing "make
847 clean" problem on FreeBSD.
848
8491999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
850
851 * Set version to 0.83a. This is for *BSD static route lookup
852 problem.
853
8541999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * Set version to 0.83.
857
8581999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
859
860 * Set version to 0.82.
861
8621999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * aczebra.m4: New file added.
865
8661999-11-21 Michael Handler <handler@sub-rosa.com>
867
868 * configure.in (LIBS): Add sa_len check of sockaddr.
869
870 * acconfig.h: Add HAVE_SA_LEN.
871
8721999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * version.h: Update version to zebra-0.81b for bgpd test.
875
8761999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * configure.in: Add --enable-mbgp.
879
8801999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
883
8841999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * TODO: New file is added.
887
8881999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * version.h: Update version to zebra-0.81a for ospfd test.
891
8921999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * configure.in: New option --enable-snmp is added.
895
8961999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
897
898 * version.h: Update version to zebra-0.80.
899
9001999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
901
902 * version.h: Update version to zebra-0.80-pre3
903
9041999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
905
906 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
907
9081999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
909
910 * configure.in: Add support of OpenBSD.
911
9121999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * version.h: Update version to zebra-0.80-pre2.
915
9161999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
917
918 * version.h: Update version to zebra-0.80-pre. From this version,
919 access-list and prefix-list's name space is divided into IPv4 and
920 IPv6.
921
9221999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * version.h: For test recent fixes Set version to zebra-0.79a.
925
9261999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * version.h: zebra-0.79 is out.
929
9301999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * version.h: For ospfd's virtual link test. Set version to 0.78h.
933
9341999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
935
936 * version.h: For ospfd test. Set version to 0.78g.
937
9381999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
939
940 * version.h: For internal test of ospfd. Set version to 0.78f.
941
9421999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
943
944 * version.h: To test ospfd's fix, set version to 0.78e.
945
9461999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
947
948 * version.h: To test ospfd's area related bug fix, set version
949 to 0.78d.
950
9511999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
952
953 * version.h: To test ospfd, set version to 0.78c.
954
9551999-08-31 Janos Farkas <chexum@shadow.banki.hu>
956
957 * Many misspelling correction.
958
9591999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * version.h: To test ospfd, set version to 0.78b.
962
9631999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * configure.in (LIBS): Add UCD-SNMP include path check.
966
9671999-08-31 Lars Fenneberg <lf@elemental.net>
968
969 * configure.in: The logic which detects the UCD-SNMP library
970 should first check in the default system locations for the library
971 and then in /usr/local.
972
9731999-08-27 itojun@iijlab.net
974
975 * configure.in (LIBS): Fix problem about libsnmp.a check.
976
9771999-08-26 kay <kay@v6.access.co.jp>
978
979 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
980
9811999-08-24 VOP <vop@unity.net>
982
983 * filter.c: Include "sockunion.h".
984 plist.c: Likewise.
985 table.c: Likewise.
986
9871999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
988
989 * configure.in: Add netinet6/in6.h check.
990
9911999-08-21 Masaki Minami <masaki@minami.org>
992
993 * BSD/OS 4.0 porting.
994
9951999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
996
997 * configure.in: Add --enable-netlink option to force to use Linux
998 netlink interface.
999 (CFLAGS): Add ucd-snmp library check.
1000
1001 * acconfig.h: If socklen_t is not defined, typedef int to
1002 socklen_t.
1003
10041999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1005
1006 * configure.in: When --enable-ipv6 specified, then only kernel
1007 version is checked.
1008
10091999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1010
1011 * configure.in: Add GNU libc 2.1 check.
1012
10131999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * configure.in: Fix privious Linux IPv6 check changes.
1016
10171999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
1018
1019 * configure.in: Improve Linux IPv6 feature check.
1020
10211999-07-29 Rick Payne <rickp@rossfell.co.uk>
1022
1023 * Changed route-maps to behave in a more cisco-like fashion
1024
10251999-07-27 Gerhard Poul <gpoul@gnu.org>
1026
1027 * SERVICES: New file added.
1028
10291999-07-12 itojun@iijlab.net
1030
1031 * configure.in: Add check for getaddrinfo. Improve Kame related
1032 library check.
1033
10341999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1035
1036 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
1037
10381999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * configure.in: Delete check for netinet/ip6.h.
1041
10421999-06-30 Gerhard Poul <gpoul@gnu.org>
1043
1044 * README: remixed the old files and added some new parts.
1045 moved some INSTALL stuff into INSTALL file.
1046 moved some other stuff to doc/zebra.texi
1047
10481999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1049
1050 * configure.in (LIBS): Add libresolv check.
1051 Change --enabe-all-in-one option to --enable-one-vty.
1052
10531999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * configure.in: Add --enabe-all-in-one option.
1056
10571999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * configure.in: Add socklen_t check.
1060
10611999-06-16 Gerhard Poul <gpoul@gnu.org>
1062
1063 * Many compile warnings fixed.
1064
10651999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1066
1067 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1068 OpenBSD (NRL) check is enabled.
1069
10701999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1071
1072 * configure.in (LIBS): Add crypt library check.
1073
10741999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1077
10781999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * Set version to 0.63 for first beta package.
1081
10821999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * guile.m4: Added from guile package.
1085
10861999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1087
1088 * Set version to 0.60 for beta package preparation.
1089
10901999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1093 This change is for linking these libraries to guile.
1094
10951999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * configure.in (LIBS): Add struct rt_addrinfo check.
1098
10991999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1100
1101 * configure.in: AC_STDC_HEADERS added.
1102
11031999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * Add dependencies to each directory's Makefile.am.
1106
11071999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1108
1109 * reworked include file structure, and configure so that all
1110 source files get all system-dependent include files by including
1111 <zebra.h> which is really lib/zebra.h. This means that the
1112 different programs include files are now available as #include
1113 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1114
1115 In practical terms, if I haven't really screwed up, the main file
1116 that maintainers for other OSes have to change is lib/zebra.h for
1117 all the conditional includes etc.
1118
1119 * added --disable-pthread for those systems that seem to have
1120 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1121 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1122 instead.
1123
11241999-02-24 <kunihiro@zebra.org>
1125
1126 * configure.in: update to AC_PREREQ(1.13).
1127 Change message from Linux 2.1.x to Linux 2.2.x.
1128 * Added ospf6d directory support.
1129
11301999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1131
1132 * added a "log" element to the BGPd peer structure, enabling us to
1133 start thinging about a log stream per peer. This is currently
1134 ignored by the wrapper code, but developers should try to use the
1135 "appropriate" ZLOG stream. Documentation will follow, when the
1136 real routines start to exist.
1137
1138 The current plan is to use a copy of the BSD syslog() routines and
1139 replace the syslog library function with our own. I will need
1140 feedback from users of other platforms as this work is done to see
1141 if all is well elsewhere.
1142
1143 * preliminary work on zlog() library. directly replaces syslog()
1144 currently with zlog(ZLOG *, ...) where the new first argument
1145 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1146 encapsulate all the information necessary to maintain multiple
1147 logging streams.
1148
11491999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1150
1151 * added vsnprintf() macro to lib/str.h if required and removed
1152 #ifdef SUNOS_5 dependency on it
1153
11541999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1155
1156 * syslog support added
1157
11581999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1159
1160 * configure.in: Add daemon function check.
1161
11621999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * configure.in: Add --disable-ipv6, --disable-zebra,
1165 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1166 options to configure.
1167
11681998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1171
11721998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1173
1174 * configure.in: Comment out FreeBSD's libc_r detect section. At
1175 this moment it doesn't work correctly with zebra.
1176
1177 Netlink interface is only enabled when Linux kernel version is
1178 upper than 2.1.0.
1179
11801998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1181
1182 * Hydrangea is now called KAME, so change all defines.
1183
11841998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * configure.in: ifaliasreq check added.
1187
11881998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1189
1190 * Patch is applied for compile under EWS4800
1191
11921998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1193
1194 * configure.in: delete old mtu_method check.
1195
1196 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1197
11981998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1199
1200 * configure.in: add new netlink check for GNU/Linux
1201
12021998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * doc/zebra.texi: Update Linux netlink chapter.
1205
12061998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1207
1208 * config.h.in: define PTHREAD if work on Solaris 2.6
1209 why delete the definition? I miss?
1210
12111998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1212
1213 * configure.in: add net/if.h header check.
1214
12151998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1216
1217 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1218 * zebra.texi: Modify Introduction text.
1219 * RIPngd.c: Patch Hydrangea code.
1220
12211998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1222
1223 * .cvsignore: added.
1224
1225 * Makerule.in: is gone.
1226 * Makefile.am: Now we use automake to generate Makefile.in
1227
12281998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1229
1230 * lib/vty.c: modified the definition of *master
1231 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1232
1233
12341998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1235
1236 * configure.in: define PTHREAD if work on Solaris 2.6
1237 * config.h.in: likewise
1238 * lib/thread.c: likewise
1239 * lib/vty.c: likewise
1240
12411998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1242
1243 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1244 * bgpd/: remove include <netinet6/in6.h> line.
1245 * lib/: remove include <netinet6/in6.h> line.
1246 * ripbgd/: remove include <netinet6/in6.h> line.
1247 * zebra/: remove include <netinet6/in6.h> line.
1248 * ripd/*.c: remove include <netinet6/in6.h> line.
1249 undefine IPV6 difinitions because RIPd is not worked for
1250 IPv6 protocol.
1251
1252
12531998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * configure.in: Change routing socket check method from
1256 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1257 AF_ROUTE but over linux it's meenigless.
1258
12591998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1260
1261 * config.h.in: remove err_t define.
1262
12631997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * configure.in (canonical): add check of IF_METHOD
1266
12671997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1268
1269 * configure.in: add INRIA check
1270
12711997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1272
1273 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1274
12751997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1276
1277 * configure.in: change IRDPD to NDPD
1278
12791997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1280
1281 * INSTALL: new file
1282
12831997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1284
1285 * config.h: add XCALLOC()
1286