blob: fde19bcf6ff3da9998f6bedad1c76eba0005ebda [file] [log] [blame]
paul27eebb32004-07-22 18:16:59 +000012004-07-22 Paul Jakma <paul@dishone.st>
2
3 * configure.ac: modify default CFLAGS to be compiler agnostic
4 build Makefile for tests/ subdir.
5
gdtaa9af782004-07-14 13:55:28 +000062004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
7
8 * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
9 really in distfile.
10
gdtcf313882004-06-30 13:24:42 +0000112004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
12
gdt87efd642004-06-30 17:36:11 +000013 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
14 version of libzebra when available.
15
16 * configure.ac, update-autotools: Add libtool.
17
182004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
19
gdtf2bfdee2004-06-30 17:25:15 +000020 * Makefile.am: add files to EXTRA_DIST rather than copying, and
21 omit the kludgy cleaning steps, which were failing when the list
22 to clean was empty.
23
242004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
25
gdtfc9d0742004-06-30 14:25:12 +000026 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
27 Search for termcap functions more expansively (fixes vtysh compile
28 on NetBSD). Clean up --enable-vtysh definition.
29
302004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
31
gdtcf313882004-06-30 13:24:42 +000032 * update-autotools: Use -rf on autom4te.cache.
33
hasso320ec102004-06-20 19:54:37 +0000342004-06-20 Hasso Tepper <hasso@estpak.ee>
35
36 * lib/vty.c: Don't attempt to load configuration file from current
37 directory.
38 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
39 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
40 ripngd/ripng_main.c and zebra/main.c.
41
paul19877dd2004-05-11 10:49:35 +0000422004-05-11 Paul Jakma <paul@dishone.st>
43
44 * configure.ac: Add solaris support for the zebra/*_solaris
45 method's, based on Sowmini's patches.
46
pauld355bfa2004-04-08 07:43:45 +0000472004-04-08 Paul Jakma <paul@dishone.st>
48
49 * ospf_spf.h: Add backlink field to struct vertex
50 * ospf_spf.h: (ospf_vertex_new) initialise backlink
51 (ospf_lsa_has_link) return index of link back to
52 vertex V from candidate vertex W, or -1 if no link exists.
53 (ospf_spf_next) save backlink index for candidate vertex
54 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
55 to determine correct address for virtual-link peers. Fall back
56 to older "pick first link" method if no backlink index exists.
57
hasso41d3fc92004-04-06 11:59:00 +0000582004-04-06 Hasso Tepper <hasso@estpak.ee>
59
60 * zebra/ipforward_proc.c: Fixed lowering privileges.
61 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
62 * configure.ac: Added --disable-capabilities switch to configure.
63
hassof571dab2004-03-22 08:55:25 +0000642004-03-22 Hasso Tepper <hasso@estpak.ee>
65
66 * Readded SIGTERM handling so daemons can clean up their stuff if they
67 are killed (not murdered).
68
hasso37318652004-03-20 20:06:15 +0000692004-03-20 Michael Bruening <mike@vailsys.com>
70
71 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
72 addition of "isis". This array must be indexed by
73 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
74 be updated with every route type addition. This fix allows
75 commands redistributing routes from (bgp|isis), like "router ospf
76 redistribute bgp ...", to be written to terminal, memory, file,
77 which would otherwise result in a seg fault or, possibly, config
78 file corruption. Overlooked in import of isisd.
79 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
80 and ripngd/ripng_zebra.c.
81
hasso8c903fb2004-03-17 20:39:18 +0000822004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
83
84 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
85 bugzilla #82.
86
gdt5e4fa162004-03-16 14:38:36 +0000872004-03-16 David Young <dyoung@pobox.com>
88
89 * (many) reference <lib/version.h> rather than "version.h",
90 because version.h is a generated file and not present in the
91 source tree when using objdir builds.
92
hassofa2b17e2004-03-04 17:45:00 +0000932004-03-03 PC Drew <pc@superiorcomm.net>
94
95 * lib/keychain.c: typecast time_t function to long, fixes compile
96 warning.
97 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
98 compile warning when backtrace doesn't exist for that system.
99 * zebra/rtadv.c: for OpenBSD, added include statement for
100 netinet/icmp6.h
101 * zebra/zserv.c: added default case to switch statements, fixes compile
102 warning about certain NEXTHOP_TYPE enumeration values not being
103 handled.
104 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
105 warning, about mask possibly being used uninitialized.
106 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
107 compile warning about certain NEXTHOP_TYPE enumeration values not
108 being handled.
109 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
110 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
111 compile warning.
112 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
113 warning.
114 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
115 fixes compile warning.
116 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
117 friends, fixes compile warning.
118 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
119 compile warning.
120 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
121 _cwd array, fixes compile warning.
122
paul2d75d052004-01-19 21:31:15 +00001232004-01-19 Paul Jakma <paul@dishone.st>
124
125 * tests/test-sig.c: New file, regression test for sigevents.
126 * lib/Makefile.am: add sigevent.{c,h}
127 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
128 * zebra/main.c: ditto.
129
paula27abaa2004-01-10 22:03:07 +00001302004-01-10 Paul Jakma <paul@dishone.st>
131
132 * Makefile.am: redhat/ is a dist subdir too.
133
jardina4d2a0d2004-01-10 20:42:35 +00001342004-01-10 Vincent Jardin <jardin@6wind.com>
135
136 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
137 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
138
paul00bc5602004-01-09 16:30:52 +00001392004-01-08 Paul Jakma <paul@dishone.st>
140
141 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
142 remove the redhat/... dist targets - instead these now go in..
143 redhat/Makefile.am: (new) proper place to describe redhat/ dist
144 files, as well as allow quagga.spec to be regenerated properly.
145 redhat/quagga.sysconfig: specify conf file location.
146 redhat/quagga.spec.in: Add 2 patches to RPM build.
147
paul41ad8782003-12-30 11:09:00 +00001482003-12-30 Paul Jakma <paul@dishone.st>
149
paul15d74e92003-12-30 11:16:21 +0000150 * redhat/isisd.init: new file, init script for isisd.
151 redhat/quagga.sysconfig: new file, sysconfig file for quagga
152 initscripts.
153 redhat/quagga.spec.in: various cleanups, including sysconfig patch
154 from RH, fixed UID/GID as per RH EL, shell changed to
155 /sbin/nologin, daemon vty's listen to 127.1 only per default and
156 isisd packaged.
157 redhat/*.init: sysconfig support and runlevels specified.
158
1592003-12-30 Paul Jakma <paul@dishone.st>
160
paul41ad8782003-12-30 11:09:00 +0000161 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
162 copying via dist-hook. Remove ~ files backup cruft from dists.
163 isisd/Makefile.am: sysconf example should go via
164 dist_examples_DATA. The include-netbsd/ headers werent mentioned
165 as sources and werent being copied into dists.
166
jardin9e867fe2003-12-23 08:56:18 +00001672003-12-23 Vincent Jardin <jardin@6wind.com>
168
169 * isisd: Import isisd from Sampo Saaristo's source code.
170
gdtaa593d52003-12-22 20:15:53 +00001712003-12-22 Christian Hammers <ch@lathspell.de>
172
173 * configure.ac (and everywhere a regular file is opened for
174 writing): use file permissions from configure rather than
175 compiled-in umask.
176
hasso47ce02a2003-12-22 16:49:15 +00001772003-12-22 Hasso Tepper <hasso@estpak.ee>
178
179 * lib/linklist.c: Revert microfix I commited while reverting
180 [quagga-dev 227]. Caused by misreading code.
181
hassoe90fbab2003-12-21 09:51:42 +00001822003-12-21 Hasso Tepper <hasso@estpak.ee>
183
184 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
185 function should not drop nodes in any case. But fix behavior where
186 nodes were added to the end of list when cmp returned 0.
187 * lib/if.c: Check for duplicates before calling listnode_add_sort().
188
gdtaf273652003-12-08 18:12:34 +00001892003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
190
191 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
192 than include_HEADERS to place includes in
193 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
194
gdtc4f0efe2003-12-04 15:39:25 +00001952003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
196
197 * configure.ac: When setting exampledir to sysconfdir as a
198 default, don't quote ${sysconfdir}. (Bug reported by Vincent
199 Jardin.)
200
gdtd6b72f72003-12-03 17:24:27 +00002012003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
202
gdtd2a0ccc2003-12-03 18:13:48 +0000203 * configure.ac: Compile in Router Advertisement support by
204 default. Note that this does not default to sending RAs; it just
205 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
206 available. While others may prefer other tools, no argument has
207 been made that router advertisement support is such bloat that it
208 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
209 8 bytes with the support compiled out). This reversion of a
210 previous change was done in consultation with Paul.
211
2122003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
213
gdtfa3232e2003-12-03 17:52:30 +0000214 * configure.ac: Move tests for v6 header files to after the check
215 for v6 code version, and conditionalize on the right variable.
216 (Fixes problem where v6 header files are not included when v6 is
217 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000218
gdtfa3232e2003-12-03 17:52:30 +00002192003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
220
gdtd6b72f72003-12-03 17:24:27 +0000221 * configure.ac: Add --enable-exampledir to specify where example
222 config files should go, defaulting to sysconfdir.
223
224 * */Makefile.am: use exampledir instead of sysconfdif for examples
225
paul62892882003-11-02 07:31:47 +00002262003-11-02 Paul Jakma <paul@dishone.st>
227
228 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
229 route map command so that vtysh can use it. Modified version of
230 Hasso Tepper's patch. Fixes bug #52.
231 * configure.ac: FreeBSD has net-snmp in /usr/local.
232 * redhat/quagga.spec.in: Install libzebra headers with -devel
233 package.
234
2352003-11-02 Krzysztof Oledzki <oleq@ans.pl>
236
237 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
238 caused zebra to read all routes in all tables, rather than just
239 the main table. See [quagga-dev 280].
240
2412003-10-30 Paul Jakma <paul@dishone.st>
242
243 * configure.ac: netinet/in_systm.h is yet another well-known
244 header file we really should be checking for
245
2462003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
247
248 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
249 by ospf_ism.c::ism_change_state() - results in incorrect figure
250 for active interfaces in an area.
251
2522003-10-27 Paul Jakma <paul@dishone.st>
253
254 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
255 reverted RFC3021 patch.
256
2572003-10-27 Simon <lists@routemeister.net>
258
259 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
260 being called with struct connected. Change to co->ifp.
261
2622003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
263
264 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
265 limit when setting changed flag to avoid spurious changes.
266 (static_install_ipv{4,6}) dont uninstall by default, might not be
267 required - avoid spurious uninstalls.
268 (static_uninstall_ipv{4,6}) only uninstall the route if its
269 actually FIB route.
270
2712003-10-24 sowmini.varadhan@sun.com
272
273 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
274 created.
275
2762003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
277
278 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
279 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
280 view string.
281 (bgp_show_neighbor_route) Take a struct peer argument instead of
282 ip string.
283 (peer_adj_routes) ditto
284 (show_adj_routes) ditto
285 (peer_lookup_in_view) new function to return appropriate struct
286 peer for a given view string.
287 (misc) Fixup all calls to above to reflect new calling arguments,
288 and use peer_lookup_in_view as needed. Additional commands
289 installed to use expanded functionality above, existing commands
290 modified to suit as well.
291 * bgpd/bgp_vty.c: 2 new aliases.
292
2932003-10-24 Paul Jakma <paul@dishone.st>
294
295 * configure.ac: Check for fcntl()
296 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
297 regular automake means, not magic install incantations, see
298 bug #38.
299 * lib/Makefile.am: install the headers, needed to link libzebra.a
300 (and hence libospf.a, OSPF-API, etc.)
301
3022003-10-24 waldi@debian.org
303
304 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
305 depended against source files without specification, i.e. it
306 used ../zebra instead of $(top_srcdir)/zebra.
307
3082003-10-23 Paul Jakma <paul@dishone.st>
309
310 * configure.ac: IRIX configure.ac support. Sort of works.
311 sysctl() crashes though (ipforward), there's some kind of odd
312 padding in the PF_ROUTE socket messages and setsockopt() on
313 SOCK_RAW does not work (so ospfd doesnt work).
314
3152003-10-22 Paul Jakma <paul@dishone.st>
316
317 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
318 configure dependent. (still need to find a way to make building of
319 it dependent on configure options or include all commands.)
320
3212003-10-22 Paul Jakma <paul@dishone.st>
322
323 * lib/zebra.h: include limits.h if its there, its a portable header
324 and useful and not just solaris specific. net/route.h is also
325 useful.
326
3272003-10-22 Paul Jakma <paul@dishone.st>
328
329 * lib/regex.c: bzero -> memset
330 * zebra/ioctl.c: ditto. bzero is not portable.
331
3322003-10-22 Paul Jakma <paul@dishone.st>
333
334 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
335 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
336 portable.
337
3382003-10-22 Paul Jakma <paul@dishone.st>
339
340 * configure.ac: Split up header checks into non-net, net and ipv6
341 related. Checking of IPv6 is conditional. Add some more output
342 text for the end of the configure run.
343
3442003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
345
346 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
347 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
348 family prefixes. Accept prefix as argument.
349 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
350 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
351 bgp_dump_routes_attr.
352 (bgp_dump_common) Go by the family of the peering socket, not
353 configured address family when dumping peering information.
354 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
355 patch.
356
3572003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
358
359 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
360 fixed intervals rather than fixed intervals from startup time.
361 (bgp_dump_interval_func) Dont return immediately if file cant be
362 openeded, but reschedule interval dumps, even - admin might
363 fix problem in meantime. Close the dump file in between intervals.
364 (bgp_dump_init) account for MSG header when initialising stream
365 size.
366
3672003-10-15 Paul Jakma <paul@dishone.st>
368
369 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
370 lookup oi for a given prefix in a given interfaces table of oi's.
371 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
372 reporting new interface multiple times.
373 NB: This patch is a complete plaster-band of a hack. First, why is
374 zebra reporting interface events multiple times? Second, why does
375 ospfd maintain so many damn lists and tables relating to oi's -
376 these should be reconciled into one or two tables.
377
3782003-10-15 sowmini.varadhan@sun.com
379
380 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
381 instead of creating one socket per send. send source addr to
382 rip_update_interface.
383 (rip_update_process) should send an update on every connected
384 network for each interface.
385 (rip_request_send) should send a request on every connected
386 network for each interface.
387 * ripd/ripd.h: update prototype for rip_interface_multicast_set
388 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
389 so that it can be called repeatedly for aliased interfaces (on
390 multiple networks).
391
3922003-10-15 Jay Fenlason <fenlason@redhat.com>
393
394 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
395 end-sub-negotation is sent when no sub-negotation data has been
396 sent. Return immediately if no sub-negotation is in progress.
397 (vty_read) do not attempt to process options if no sub-negotation
398 is in progress.
399
4002003-10-15 Paul Jakma <paul@dishone.st>
401
402 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
403 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
404 (non-portable) getcwd() allocation (which we didnt seem to be
405 freeing).
406
4072003-10-13 Jay Fenlason <fenlason@redhat.com>
408
409 * lib/zebra.h: define UINT32_MAX for those systems which do not
410 provide it.
411 * bgp_attr.h: define BGP_MED_MAX.
412 * bgp_route.c: update defines/constants to BGP_MED_MAX.
413 * bgp_routemap.c: ditto. clean up route_match_metric_compile
414 slightly to avoid unneccesary XMALLOC.
415
4162003-10-13 sowmini.varadhan@sun.com
417
418 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
419 * ospf_lsa.c: added better debug comments. check sequence number in
420 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
421 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
422 received.
423 * ospf_flood.c: improve debug statement- print ls_seqnum.
424
4252003-10-13 Douglas Fraser <doug+quagga@idmf.net>
426
427 * zebra/connected.c: PtP revert fixup. Zebra was not creating
428 connected route for PtP peer.
429
4302003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
431
432 * zebra/ipforward_proc.c: (ipforward) Close the fd for
433 /proc/net/snmp. See [quagga-dev 284]
434
4352003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
436
437 * zebra/zebra_rib.c: Fix possible dangling reference to rib
438 route_nodes - unlock it the appropriate number of times. (twice,
439 because of the implicit lock). see [quagga-dev 251].
440
4412003-09-29 Paul Jakma <paul@dishone.st>
442
443 * zebra/connected.c: revert the 'generic PtP' patch as it causes
444 far too many problems. People who use FreeSWAN should investigate
445 native linux ipsec.
446 * zebra/rt_netlink.c: ditto
447 * lib/if.c: ditto
448 * ripd/ripd.h: ditto
449 * ripd/ripd.c: ditto
450 * ripd/rip_interface.c: ditto
451 * ospfd/ospfd.c: ditto
452 * ospfd/ospf_snmp.c: ditto
453 * bgpd/bgp_nexthop.c: ditto
454 * ospfd/ospf_packet.c: Add debug output for some of the previously
455 completely silent drops of 'bad' packets.
456 * configure.ac: bump version
457
4582003-08-27 Jay Fenlason <fenlason@redhat.com>
459
460 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
461 * zebra/Makefile.am: Link in libcap
462 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
463 compared with UINT32_MAX
464 * ospfd/ospfd.c: remove redundant assert
465 * zebra/rtadv.c: add missing include for zebra/rib.h
466
4672003-09-24 Paul Jakma <paul@dishone.st>
468
469 * lib/version.h: moved to version.h.in
470 * lib/version.h.in: New file, from version.h. Change hardcoded
471 package name and version to use the autoconf defined substition
472 variables.
473 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
474 through lib/version.h for VERSION. Add lib/version.h to the
475 AC_OUTPUT list. Update the text output of quagga version at end
476 of configure run to use PACKAGE_VERSION.
477 * doc/.cvsignore: ignore quagga.pdf
478 * doc/.cvsignore: ignore version.h, its now autogenerated.
479
4802003-09-24 sowmini.varadhan@sun.com
481
482 * lib/if.c: (if_cmp_func) fix infinite loop if
483 ifp1->name == ifp2->name
484 * lib/linklist.c: (if_cmp_func) Fix handling of case where
485 list->cmp returns 0.
486 * rip_interface.c: (rip_interface_address_add) call
487 rip_enable_apply(), or the interface is never considered up.
488 see [quagga-dev 225].
489 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
490 address families in the absence of sa_len element in struct
491 sockaddr.
492 (ifm_read): Handle solaris 9 if_msghdr_t.
493 Deal with interfaces which are incomplete, lookup on name rather
494 than the placeholder interface index of -1.
495
4962003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
497
498 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
499 interface to ospf_if_lookup_by_local_addr() rather than the
500 receiving interface ifp, packets for VL's could come in any
501 interface. See quagga-dev 250.
502
paule05fba42003-04-13 20:20:53 +00005032003-04-13 Paul Jakma <paul@dishone.st>
504
505 * Amir: Opaque LSA bug fix for deletion of Type11's
506 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000507 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
508 LSAs.
paule05fba42003-04-13 20:20:53 +0000509
paul020709f2003-04-04 02:44:16 +00005102003-04-04 Paul Jakma <paul@dishone.st>
511
512 * Sync to Zebra CVS
513 * Fix lib/thread.h leak
514 * Fix small Opaque LSA leak
515 * Do not configure OSPF interfaces for secondary addresses
516 * vtysh fixes from Hasso
517 * Dave Watson's missing ntohs fix
518
paul68980082003-03-25 05:07:42 +00005192003-03-25 Paul Jakma <paul@dishone.st>
520
521 * Sync to Zebra CVS
522
paul07661cb2003-03-18 00:03:05 +00005232003-03-17 Amir Guindehi <amir@datacore.ch>
524
525 * Extended SNMP checks in configure.ac so that net-snmp works
526
5272003-03-17 Amir Guindehi <amir@datacore.ch>
528 Ralph Keller <keller@tik.ee.ethz.ch>
529 * merge OSPF-API
530
paul13766da2003-02-07 14:46:23 +00005312003-02-07 Paul Jakma <paul@dishone.st>
532
533 * Sync to zebra CVS
534
paul420df432003-02-03 20:30:39 +00005352003-02-03 Paul Jakma <paul@dishone.st>
536
537 * Sync to zebra CVS
538
paulae936ae2003-01-20 04:58:21 +00005392003-01-19 Paul Jakma <paul@dishone.st>
540
541 * Temporary fix for Generic PtP wrt to IPv6
542
paul9a668002003-01-18 23:11:44 +00005432003-01-17 Paul Jakma <paul@dishone.st>
544
545 * Sync up to latest zebra.org CVS
546 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
547 Masahiko Endo <endo@suri.co.jp>
548 * [zebra 16824] [PATCH] nsm_kill_neighbor
549 Masahiko Endo <endo@suri.co.jp>
550 * [zebra 17217] [PATCH] show thread CPU
551 Yon Uriarte <havanna_moon@gmx.net>
552 * [zebra 17218] Re: [PATCH] CLI extensions.
553 Yon Uriarte <havanna_moon@gmx.net>
554
paul4fc01e62002-12-13 20:49:00 +00005552002-12-13 Paul Jakma <paul@dishone.st>
556
557 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000558 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000559 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000560 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000561 * RIPv1 fixes and improvements (John Hay)
562 * link state detection (linux) ([zebra 12269])
563 * Generic PtP and RFC3021 interface addressing support
564 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000565 * Michal Ludvig <michal@logix.cz>:
566 [zebra 16525] PATCH: Bugfixes for KAME systems
567 * Kevin C Miller <kevinm@andrew.cmu.edu>
568 [zebra 16681] OSPF NSSA Patches
569 * Yon Uriarte <havanna_moon@gmx.net>
570 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000571 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000572
paul718e3742002-12-13 20:15:29 +00005732002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
574
575 * zebra-0.93 released.
576
5772002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
578
579 * update-autotools: Change file name from update-auto-tools.sh.
580
5812002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
582
583 * update-auto-tools.sh: Add a new script to clean up build
584 environment.
585
5862002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
587
588 * Shift to the latest build environment autoconf-2.53 and
589 automake-1.6.2.
590
5912001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
592
593 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
594
5952001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
596
597 * zebra-0.92a released.
598
5992001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
600
601 * configure.in: SNMP library check problem fix when the library is
602 installed under /usr/local/lib.
603
6042001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
605
606 * zebra-0.92 released.
607
6082001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
611 warning.
612 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
613 warnings.
614
615 * config.guess: Update to 2000-11-10 version.
616
6172001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
620 detect in_pktinfo structure. Suggested by: Vlad Lungu
621 <vlad@rls.roknet.ro>.
622
6232001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
624
625 * configure.in: Add check for structure in_pktinfo.
626
6272001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
628
629 * configure.in (USE_PAM): Fix PAM library detection code.
630
6312001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * zebra-0.91 is released.
634
6352001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * configure.in: Remove guile related definition.
638
6392001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
640
641 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
642 removed. htonl should work fine on any platform.
643
6442001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
645
646 * configure.in: Remove --enable-oldrib option.
647
648 * acconfig.h: OLD_RIB definition is removed.
649
650 * zebra-0.90 is released.
651
652 * configure.in (LIBS): Add check for sun_len field in struct
653 sun_len.
654
6552001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
656
657 * Makefile.am: Include init/redhat files to distribution.
658
6592001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
660
661 * configure.in: check libm.a for BGPd compile error.
662 AC_CHECK_LIB(m, main) was added.
663
6642000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * configure.in: --enable-unixdomain becomes default. Add
667 --enable-tcp-zebra for TCP/IP communication between protocol
668 daemon and zebra.
669
670 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
671 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
672 lib/regex.c.
673
674 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
675
6762000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
677
678 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
679 multipath number. ARG must be digit.
680
6812000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
682
683 * configure.in: Add --enable-newrib for test new RIB code.
684
6852000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
686
687 * configure.in, config.h.in: Add check for libutil.h and
688 setproctitle().
689
6902000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * configure.in: Add --enable-nssa for OSPF NSSA option.
693
694 * acconfig.h: Define HAVE_NSSA.
695
6962000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
697
698 * configure.in: pam_misc is only linked when the platform is
699 GNU/Linux.
700
7012000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
702
703 * configure.in (LIBS): Add check for crypto library. test x`ls
704 ${ac_snmp}` is replaced with sipmle test -f.
705
7062000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * configure.in: Add --enable-unixdomain option. This will be
709 default behavior in zebra-0.90.
710
7112000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
712
713 * zebra-0.89 is released.
714
7152000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
716
717 * configure.in: Add check for Intel CPU for Solaris on x86 check.
718
7192000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * configure.in: Add check for getifaddrs().
722 Set AM_INIT_AUTOMAKE version to 0.89.
723
7242000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
725
726 * config.guess: Update to the latest version.
727
728 * config.sub: Likewise
729
7302000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
731
732 * REPORTING-BUGS: New file is added.
733
7342000-08-27 itojun@iijlab.net
735
736 * configure.in: Add ncurses library check when --enable-vtysh is
737 specified.
738
7392000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * configure.in: Add check for readline/history.h.
742
743 * acconfig.h: Remove pthread related variables.
744
745 * configure.in: Add --with-libpam option for vtysh PAM
746 authentication. Remove --disable-pthread because we don't support
747 pthread.
748
7492000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * zebra-0.88 is released.
752
753 * configure.in: Add Solaris -lcurses for vtysh.
754
7552000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * configure.in: Add check for ncurses for compiling on Solaris.
758
7592000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * configure.in: Add check for libreadline when --enable-vtysh is
762 specified.
763
7642000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
765
766 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
767 interface method is if_ioctl.o
768
7692000-07-09 Chris Dunlop <chris@onthe.net.au>
770
771 * acconfig.h: Add HAVE_BROKEN_ALIASES.
772
773 * configure.in: Add --enable-broken-aliases.
774
7752000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * Set version to zebra-0.87.
778
7792000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
782 default.
783
784 * Set version to zebra-0.87-pre
785
786 * Makefile.am: Likewise.
787
7882000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
789
790 * Set version to 0.86.
791
7922000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * Set version to 0.85b for ospfd test.
795
7962000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
797
798 * Set version to 0.85a for ospfd test.
799
8002000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * Set version to 0.85.
803
8042000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * Makefile.in: Regenerated by patched automake for fixing "make
807 clean" problem on FreeBSD.
808
8091999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * Set version to 0.83a. This is for *BSD static route lookup
812 problem.
813
8141999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * Set version to 0.83.
817
8181999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
819
820 * Set version to 0.82.
821
8221999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * aczebra.m4: New file added.
825
8261999-11-21 Michael Handler <handler@sub-rosa.com>
827
828 * configure.in (LIBS): Add sa_len check of sockaddr.
829
830 * acconfig.h: Add HAVE_SA_LEN.
831
8321999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * version.h: Update version to zebra-0.81b for bgpd test.
835
8361999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
837
838 * configure.in: Add --enable-mbgp.
839
8401999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
841
842 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
843
8441999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * TODO: New file is added.
847
8481999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * version.h: Update version to zebra-0.81a for ospfd test.
851
8521999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
853
854 * configure.in: New option --enable-snmp is added.
855
8561999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
857
858 * version.h: Update version to zebra-0.80.
859
8601999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
861
862 * version.h: Update version to zebra-0.80-pre3
863
8641999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
865
866 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
867
8681999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
869
870 * configure.in: Add support of OpenBSD.
871
8721999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * version.h: Update version to zebra-0.80-pre2.
875
8761999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * version.h: Update version to zebra-0.80-pre. From this version,
879 access-list and prefix-list's name space is divided into IPv4 and
880 IPv6.
881
8821999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * version.h: For test recent fixes Set version to zebra-0.79a.
885
8861999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * version.h: zebra-0.79 is out.
889
8901999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * version.h: For ospfd's virtual link test. Set version to 0.78h.
893
8941999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * version.h: For ospfd test. Set version to 0.78g.
897
8981999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
899
900 * version.h: For internal test of ospfd. Set version to 0.78f.
901
9021999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * version.h: To test ospfd's fix, set version to 0.78e.
905
9061999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
907
908 * version.h: To test ospfd's area related bug fix, set version
909 to 0.78d.
910
9111999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
912
913 * version.h: To test ospfd, set version to 0.78c.
914
9151999-08-31 Janos Farkas <chexum@shadow.banki.hu>
916
917 * Many misspelling correction.
918
9191999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
920
921 * version.h: To test ospfd, set version to 0.78b.
922
9231999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
924
925 * configure.in (LIBS): Add UCD-SNMP include path check.
926
9271999-08-31 Lars Fenneberg <lf@elemental.net>
928
929 * configure.in: The logic which detects the UCD-SNMP library
930 should first check in the default system locations for the library
931 and then in /usr/local.
932
9331999-08-27 itojun@iijlab.net
934
935 * configure.in (LIBS): Fix problem about libsnmp.a check.
936
9371999-08-26 kay <kay@v6.access.co.jp>
938
939 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
940
9411999-08-24 VOP <vop@unity.net>
942
943 * filter.c: Include "sockunion.h".
944 plist.c: Likewise.
945 table.c: Likewise.
946
9471999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
948
949 * configure.in: Add netinet6/in6.h check.
950
9511999-08-21 Masaki Minami <masaki@minami.org>
952
953 * BSD/OS 4.0 porting.
954
9551999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
956
957 * configure.in: Add --enable-netlink option to force to use Linux
958 netlink interface.
959 (CFLAGS): Add ucd-snmp library check.
960
961 * acconfig.h: If socklen_t is not defined, typedef int to
962 socklen_t.
963
9641999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
965
966 * configure.in: When --enable-ipv6 specified, then only kernel
967 version is checked.
968
9691999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * configure.in: Add GNU libc 2.1 check.
972
9731999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * configure.in: Fix privious Linux IPv6 check changes.
976
9771999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
978
979 * configure.in: Improve Linux IPv6 feature check.
980
9811999-07-29 Rick Payne <rickp@rossfell.co.uk>
982
983 * Changed route-maps to behave in a more cisco-like fashion
984
9851999-07-27 Gerhard Poul <gpoul@gnu.org>
986
987 * SERVICES: New file added.
988
9891999-07-12 itojun@iijlab.net
990
991 * configure.in: Add check for getaddrinfo. Improve Kame related
992 library check.
993
9941999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
995
996 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
997
9981999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * configure.in: Delete check for netinet/ip6.h.
1001
10021999-06-30 Gerhard Poul <gpoul@gnu.org>
1003
1004 * README: remixed the old files and added some new parts.
1005 moved some INSTALL stuff into INSTALL file.
1006 moved some other stuff to doc/zebra.texi
1007
10081999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1009
1010 * configure.in (LIBS): Add libresolv check.
1011 Change --enabe-all-in-one option to --enable-one-vty.
1012
10131999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * configure.in: Add --enabe-all-in-one option.
1016
10171999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * configure.in: Add socklen_t check.
1020
10211999-06-16 Gerhard Poul <gpoul@gnu.org>
1022
1023 * Many compile warnings fixed.
1024
10251999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1028 OpenBSD (NRL) check is enabled.
1029
10301999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * configure.in (LIBS): Add crypt library check.
1033
10341999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1037
10381999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * Set version to 0.63 for first beta package.
1041
10421999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * guile.m4: Added from guile package.
1045
10461999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * Set version to 0.60 for beta package preparation.
1049
10501999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1051
1052 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1053 This change is for linking these libraries to guile.
1054
10551999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * configure.in (LIBS): Add struct rt_addrinfo check.
1058
10591999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1060
1061 * configure.in: AC_STDC_HEADERS added.
1062
10631999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1064
1065 * Add dependencies to each directory's Makefile.am.
1066
10671999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1068
1069 * reworked include file structure, and configure so that all
1070 source files get all system-dependent include files by including
1071 <zebra.h> which is really lib/zebra.h. This means that the
1072 different programs include files are now available as #include
1073 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1074
1075 In practical terms, if I haven't really screwed up, the main file
1076 that maintainers for other OSes have to change is lib/zebra.h for
1077 all the conditional includes etc.
1078
1079 * added --disable-pthread for those systems that seem to have
1080 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1081 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1082 instead.
1083
10841999-02-24 <kunihiro@zebra.org>
1085
1086 * configure.in: update to AC_PREREQ(1.13).
1087 Change message from Linux 2.1.x to Linux 2.2.x.
1088 * Added ospf6d directory support.
1089
10901999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1091
1092 * added a "log" element to the BGPd peer structure, enabling us to
1093 start thinging about a log stream per peer. This is currently
1094 ignored by the wrapper code, but developers should try to use the
1095 "appropriate" ZLOG stream. Documentation will follow, when the
1096 real routines start to exist.
1097
1098 The current plan is to use a copy of the BSD syslog() routines and
1099 replace the syslog library function with our own. I will need
1100 feedback from users of other platforms as this work is done to see
1101 if all is well elsewhere.
1102
1103 * preliminary work on zlog() library. directly replaces syslog()
1104 currently with zlog(ZLOG *, ...) where the new first argument
1105 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1106 encapsulate all the information necessary to maintain multiple
1107 logging streams.
1108
11091999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1110
1111 * added vsnprintf() macro to lib/str.h if required and removed
1112 #ifdef SUNOS_5 dependency on it
1113
11141999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1115
1116 * syslog support added
1117
11181999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1119
1120 * configure.in: Add daemon function check.
1121
11221999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * configure.in: Add --disable-ipv6, --disable-zebra,
1125 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1126 options to configure.
1127
11281998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1131
11321998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1133
1134 * configure.in: Comment out FreeBSD's libc_r detect section. At
1135 this moment it doesn't work correctly with zebra.
1136
1137 Netlink interface is only enabled when Linux kernel version is
1138 upper than 2.1.0.
1139
11401998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1141
1142 * Hydrangea is now called KAME, so change all defines.
1143
11441998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1145
1146 * configure.in: ifaliasreq check added.
1147
11481998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1149
1150 * Patch is applied for compile under EWS4800
1151
11521998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * configure.in: delete old mtu_method check.
1155
1156 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1157
11581998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * configure.in: add new netlink check for GNU/Linux
1161
11621998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1163
1164 * doc/zebra.texi: Update Linux netlink chapter.
1165
11661998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1167
1168 * config.h.in: define PTHREAD if work on Solaris 2.6
1169 why delete the definition? I miss?
1170
11711998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * configure.in: add net/if.h header check.
1174
11751998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1176
1177 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1178 * zebra.texi: Modify Introduction text.
1179 * RIPngd.c: Patch Hydrangea code.
1180
11811998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1182
1183 * .cvsignore: added.
1184
1185 * Makerule.in: is gone.
1186 * Makefile.am: Now we use automake to generate Makefile.in
1187
11881998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1189
1190 * lib/vty.c: modified the definition of *master
1191 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1192
1193
11941998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1195
1196 * configure.in: define PTHREAD if work on Solaris 2.6
1197 * config.h.in: likewise
1198 * lib/thread.c: likewise
1199 * lib/vty.c: likewise
1200
12011998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1202
1203 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1204 * bgpd/: remove include <netinet6/in6.h> line.
1205 * lib/: remove include <netinet6/in6.h> line.
1206 * ripbgd/: remove include <netinet6/in6.h> line.
1207 * zebra/: remove include <netinet6/in6.h> line.
1208 * ripd/*.c: remove include <netinet6/in6.h> line.
1209 undefine IPV6 difinitions because RIPd is not worked for
1210 IPv6 protocol.
1211
1212
12131998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * configure.in: Change routing socket check method from
1216 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1217 AF_ROUTE but over linux it's meenigless.
1218
12191998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1220
1221 * config.h.in: remove err_t define.
1222
12231997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1224
1225 * configure.in (canonical): add check of IF_METHOD
1226
12271997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1228
1229 * configure.in: add INRIA check
1230
12311997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1232
1233 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1234
12351997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1236
1237 * configure.in: change IRDPD to NDPD
1238
12391997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1240
1241 * INSTALL: new file
1242
12431997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1244
1245 * config.h: add XCALLOC()
1246