blob: afdb9ef86d719b90e8d0e4ce0bab6a9b71cab10c [file] [log] [blame]
gdtcf313882004-06-30 13:24:42 +000012004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
2
gdtf2bfdee2004-06-30 17:25:15 +00003 * Makefile.am: add files to EXTRA_DIST rather than copying, and
4 omit the kludgy cleaning steps, which were failing when the list
5 to clean was empty.
6
72004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
8
gdtfc9d0742004-06-30 14:25:12 +00009 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
10 Search for termcap functions more expansively (fixes vtysh compile
11 on NetBSD). Clean up --enable-vtysh definition.
12
132004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
14
gdtcf313882004-06-30 13:24:42 +000015 * update-autotools: Use -rf on autom4te.cache.
16
hasso320ec102004-06-20 19:54:37 +0000172004-06-20 Hasso Tepper <hasso@estpak.ee>
18
19 * lib/vty.c: Don't attempt to load configuration file from current
20 directory.
21 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
22 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
23 ripngd/ripng_main.c and zebra/main.c.
24
paul19877dd2004-05-11 10:49:35 +0000252004-05-11 Paul Jakma <paul@dishone.st>
26
27 * configure.ac: Add solaris support for the zebra/*_solaris
28 method's, based on Sowmini's patches.
29
pauld355bfa2004-04-08 07:43:45 +0000302004-04-08 Paul Jakma <paul@dishone.st>
31
32 * ospf_spf.h: Add backlink field to struct vertex
33 * ospf_spf.h: (ospf_vertex_new) initialise backlink
34 (ospf_lsa_has_link) return index of link back to
35 vertex V from candidate vertex W, or -1 if no link exists.
36 (ospf_spf_next) save backlink index for candidate vertex
37 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
38 to determine correct address for virtual-link peers. Fall back
39 to older "pick first link" method if no backlink index exists.
40
hasso41d3fc92004-04-06 11:59:00 +0000412004-04-06 Hasso Tepper <hasso@estpak.ee>
42
43 * zebra/ipforward_proc.c: Fixed lowering privileges.
44 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
45 * configure.ac: Added --disable-capabilities switch to configure.
46
hassof571dab2004-03-22 08:55:25 +0000472004-03-22 Hasso Tepper <hasso@estpak.ee>
48
49 * Readded SIGTERM handling so daemons can clean up their stuff if they
50 are killed (not murdered).
51
hasso37318652004-03-20 20:06:15 +0000522004-03-20 Michael Bruening <mike@vailsys.com>
53
54 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
55 addition of "isis". This array must be indexed by
56 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
57 be updated with every route type addition. This fix allows
58 commands redistributing routes from (bgp|isis), like "router ospf
59 redistribute bgp ...", to be written to terminal, memory, file,
60 which would otherwise result in a seg fault or, possibly, config
61 file corruption. Overlooked in import of isisd.
62 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
63 and ripngd/ripng_zebra.c.
64
hasso8c903fb2004-03-17 20:39:18 +0000652004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
66
67 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
68 bugzilla #82.
69
gdt5e4fa162004-03-16 14:38:36 +0000702004-03-16 David Young <dyoung@pobox.com>
71
72 * (many) reference <lib/version.h> rather than "version.h",
73 because version.h is a generated file and not present in the
74 source tree when using objdir builds.
75
hassofa2b17e2004-03-04 17:45:00 +0000762004-03-03 PC Drew <pc@superiorcomm.net>
77
78 * lib/keychain.c: typecast time_t function to long, fixes compile
79 warning.
80 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
81 compile warning when backtrace doesn't exist for that system.
82 * zebra/rtadv.c: for OpenBSD, added include statement for
83 netinet/icmp6.h
84 * zebra/zserv.c: added default case to switch statements, fixes compile
85 warning about certain NEXTHOP_TYPE enumeration values not being
86 handled.
87 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
88 warning, about mask possibly being used uninitialized.
89 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
90 compile warning about certain NEXTHOP_TYPE enumeration values not
91 being handled.
92 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
93 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
94 compile warning.
95 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
96 warning.
97 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
98 fixes compile warning.
99 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
100 friends, fixes compile warning.
101 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
102 compile warning.
103 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
104 _cwd array, fixes compile warning.
105
paul2d75d052004-01-19 21:31:15 +00001062004-01-19 Paul Jakma <paul@dishone.st>
107
108 * tests/test-sig.c: New file, regression test for sigevents.
109 * lib/Makefile.am: add sigevent.{c,h}
110 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
111 * zebra/main.c: ditto.
112
paula27abaa2004-01-10 22:03:07 +00001132004-01-10 Paul Jakma <paul@dishone.st>
114
115 * Makefile.am: redhat/ is a dist subdir too.
116
jardina4d2a0d2004-01-10 20:42:35 +00001172004-01-10 Vincent Jardin <jardin@6wind.com>
118
119 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
120 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
121
paul00bc5602004-01-09 16:30:52 +00001222004-01-08 Paul Jakma <paul@dishone.st>
123
124 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
125 remove the redhat/... dist targets - instead these now go in..
126 redhat/Makefile.am: (new) proper place to describe redhat/ dist
127 files, as well as allow quagga.spec to be regenerated properly.
128 redhat/quagga.sysconfig: specify conf file location.
129 redhat/quagga.spec.in: Add 2 patches to RPM build.
130
paul41ad8782003-12-30 11:09:00 +00001312003-12-30 Paul Jakma <paul@dishone.st>
132
paul15d74e92003-12-30 11:16:21 +0000133 * redhat/isisd.init: new file, init script for isisd.
134 redhat/quagga.sysconfig: new file, sysconfig file for quagga
135 initscripts.
136 redhat/quagga.spec.in: various cleanups, including sysconfig patch
137 from RH, fixed UID/GID as per RH EL, shell changed to
138 /sbin/nologin, daemon vty's listen to 127.1 only per default and
139 isisd packaged.
140 redhat/*.init: sysconfig support and runlevels specified.
141
1422003-12-30 Paul Jakma <paul@dishone.st>
143
paul41ad8782003-12-30 11:09:00 +0000144 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
145 copying via dist-hook. Remove ~ files backup cruft from dists.
146 isisd/Makefile.am: sysconf example should go via
147 dist_examples_DATA. The include-netbsd/ headers werent mentioned
148 as sources and werent being copied into dists.
149
jardin9e867fe2003-12-23 08:56:18 +00001502003-12-23 Vincent Jardin <jardin@6wind.com>
151
152 * isisd: Import isisd from Sampo Saaristo's source code.
153
gdtaa593d52003-12-22 20:15:53 +00001542003-12-22 Christian Hammers <ch@lathspell.de>
155
156 * configure.ac (and everywhere a regular file is opened for
157 writing): use file permissions from configure rather than
158 compiled-in umask.
159
hasso47ce02a2003-12-22 16:49:15 +00001602003-12-22 Hasso Tepper <hasso@estpak.ee>
161
162 * lib/linklist.c: Revert microfix I commited while reverting
163 [quagga-dev 227]. Caused by misreading code.
164
hassoe90fbab2003-12-21 09:51:42 +00001652003-12-21 Hasso Tepper <hasso@estpak.ee>
166
167 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
168 function should not drop nodes in any case. But fix behavior where
169 nodes were added to the end of list when cmp returned 0.
170 * lib/if.c: Check for duplicates before calling listnode_add_sort().
171
gdtaf273652003-12-08 18:12:34 +00001722003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
173
174 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
175 than include_HEADERS to place includes in
176 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
177
gdtc4f0efe2003-12-04 15:39:25 +00001782003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
179
180 * configure.ac: When setting exampledir to sysconfdir as a
181 default, don't quote ${sysconfdir}. (Bug reported by Vincent
182 Jardin.)
183
gdtd6b72f72003-12-03 17:24:27 +00001842003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
185
gdtd2a0ccc2003-12-03 18:13:48 +0000186 * configure.ac: Compile in Router Advertisement support by
187 default. Note that this does not default to sending RAs; it just
188 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
189 available. While others may prefer other tools, no argument has
190 been made that router advertisement support is such bloat that it
191 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
192 8 bytes with the support compiled out). This reversion of a
193 previous change was done in consultation with Paul.
194
1952003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
196
gdtfa3232e2003-12-03 17:52:30 +0000197 * configure.ac: Move tests for v6 header files to after the check
198 for v6 code version, and conditionalize on the right variable.
199 (Fixes problem where v6 header files are not included when v6 is
200 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000201
gdtfa3232e2003-12-03 17:52:30 +00002022003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
203
gdtd6b72f72003-12-03 17:24:27 +0000204 * configure.ac: Add --enable-exampledir to specify where example
205 config files should go, defaulting to sysconfdir.
206
207 * */Makefile.am: use exampledir instead of sysconfdif for examples
208
paul62892882003-11-02 07:31:47 +00002092003-11-02 Paul Jakma <paul@dishone.st>
210
211 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
212 route map command so that vtysh can use it. Modified version of
213 Hasso Tepper's patch. Fixes bug #52.
214 * configure.ac: FreeBSD has net-snmp in /usr/local.
215 * redhat/quagga.spec.in: Install libzebra headers with -devel
216 package.
217
2182003-11-02 Krzysztof Oledzki <oleq@ans.pl>
219
220 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
221 caused zebra to read all routes in all tables, rather than just
222 the main table. See [quagga-dev 280].
223
2242003-10-30 Paul Jakma <paul@dishone.st>
225
226 * configure.ac: netinet/in_systm.h is yet another well-known
227 header file we really should be checking for
228
2292003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
230
231 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
232 by ospf_ism.c::ism_change_state() - results in incorrect figure
233 for active interfaces in an area.
234
2352003-10-27 Paul Jakma <paul@dishone.st>
236
237 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
238 reverted RFC3021 patch.
239
2402003-10-27 Simon <lists@routemeister.net>
241
242 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
243 being called with struct connected. Change to co->ifp.
244
2452003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
246
247 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
248 limit when setting changed flag to avoid spurious changes.
249 (static_install_ipv{4,6}) dont uninstall by default, might not be
250 required - avoid spurious uninstalls.
251 (static_uninstall_ipv{4,6}) only uninstall the route if its
252 actually FIB route.
253
2542003-10-24 sowmini.varadhan@sun.com
255
256 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
257 created.
258
2592003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
260
261 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
262 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
263 view string.
264 (bgp_show_neighbor_route) Take a struct peer argument instead of
265 ip string.
266 (peer_adj_routes) ditto
267 (show_adj_routes) ditto
268 (peer_lookup_in_view) new function to return appropriate struct
269 peer for a given view string.
270 (misc) Fixup all calls to above to reflect new calling arguments,
271 and use peer_lookup_in_view as needed. Additional commands
272 installed to use expanded functionality above, existing commands
273 modified to suit as well.
274 * bgpd/bgp_vty.c: 2 new aliases.
275
2762003-10-24 Paul Jakma <paul@dishone.st>
277
278 * configure.ac: Check for fcntl()
279 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
280 regular automake means, not magic install incantations, see
281 bug #38.
282 * lib/Makefile.am: install the headers, needed to link libzebra.a
283 (and hence libospf.a, OSPF-API, etc.)
284
2852003-10-24 waldi@debian.org
286
287 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
288 depended against source files without specification, i.e. it
289 used ../zebra instead of $(top_srcdir)/zebra.
290
2912003-10-23 Paul Jakma <paul@dishone.st>
292
293 * configure.ac: IRIX configure.ac support. Sort of works.
294 sysctl() crashes though (ipforward), there's some kind of odd
295 padding in the PF_ROUTE socket messages and setsockopt() on
296 SOCK_RAW does not work (so ospfd doesnt work).
297
2982003-10-22 Paul Jakma <paul@dishone.st>
299
300 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
301 configure dependent. (still need to find a way to make building of
302 it dependent on configure options or include all commands.)
303
3042003-10-22 Paul Jakma <paul@dishone.st>
305
306 * lib/zebra.h: include limits.h if its there, its a portable header
307 and useful and not just solaris specific. net/route.h is also
308 useful.
309
3102003-10-22 Paul Jakma <paul@dishone.st>
311
312 * lib/regex.c: bzero -> memset
313 * zebra/ioctl.c: ditto. bzero is not portable.
314
3152003-10-22 Paul Jakma <paul@dishone.st>
316
317 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
318 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
319 portable.
320
3212003-10-22 Paul Jakma <paul@dishone.st>
322
323 * configure.ac: Split up header checks into non-net, net and ipv6
324 related. Checking of IPv6 is conditional. Add some more output
325 text for the end of the configure run.
326
3272003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
328
329 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
330 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
331 family prefixes. Accept prefix as argument.
332 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
333 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
334 bgp_dump_routes_attr.
335 (bgp_dump_common) Go by the family of the peering socket, not
336 configured address family when dumping peering information.
337 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
338 patch.
339
3402003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
341
342 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
343 fixed intervals rather than fixed intervals from startup time.
344 (bgp_dump_interval_func) Dont return immediately if file cant be
345 openeded, but reschedule interval dumps, even - admin might
346 fix problem in meantime. Close the dump file in between intervals.
347 (bgp_dump_init) account for MSG header when initialising stream
348 size.
349
3502003-10-15 Paul Jakma <paul@dishone.st>
351
352 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
353 lookup oi for a given prefix in a given interfaces table of oi's.
354 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
355 reporting new interface multiple times.
356 NB: This patch is a complete plaster-band of a hack. First, why is
357 zebra reporting interface events multiple times? Second, why does
358 ospfd maintain so many damn lists and tables relating to oi's -
359 these should be reconciled into one or two tables.
360
3612003-10-15 sowmini.varadhan@sun.com
362
363 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
364 instead of creating one socket per send. send source addr to
365 rip_update_interface.
366 (rip_update_process) should send an update on every connected
367 network for each interface.
368 (rip_request_send) should send a request on every connected
369 network for each interface.
370 * ripd/ripd.h: update prototype for rip_interface_multicast_set
371 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
372 so that it can be called repeatedly for aliased interfaces (on
373 multiple networks).
374
3752003-10-15 Jay Fenlason <fenlason@redhat.com>
376
377 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
378 end-sub-negotation is sent when no sub-negotation data has been
379 sent. Return immediately if no sub-negotation is in progress.
380 (vty_read) do not attempt to process options if no sub-negotation
381 is in progress.
382
3832003-10-15 Paul Jakma <paul@dishone.st>
384
385 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
386 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
387 (non-portable) getcwd() allocation (which we didnt seem to be
388 freeing).
389
3902003-10-13 Jay Fenlason <fenlason@redhat.com>
391
392 * lib/zebra.h: define UINT32_MAX for those systems which do not
393 provide it.
394 * bgp_attr.h: define BGP_MED_MAX.
395 * bgp_route.c: update defines/constants to BGP_MED_MAX.
396 * bgp_routemap.c: ditto. clean up route_match_metric_compile
397 slightly to avoid unneccesary XMALLOC.
398
3992003-10-13 sowmini.varadhan@sun.com
400
401 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
402 * ospf_lsa.c: added better debug comments. check sequence number in
403 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
404 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
405 received.
406 * ospf_flood.c: improve debug statement- print ls_seqnum.
407
4082003-10-13 Douglas Fraser <doug+quagga@idmf.net>
409
410 * zebra/connected.c: PtP revert fixup. Zebra was not creating
411 connected route for PtP peer.
412
4132003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
414
415 * zebra/ipforward_proc.c: (ipforward) Close the fd for
416 /proc/net/snmp. See [quagga-dev 284]
417
4182003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
419
420 * zebra/zebra_rib.c: Fix possible dangling reference to rib
421 route_nodes - unlock it the appropriate number of times. (twice,
422 because of the implicit lock). see [quagga-dev 251].
423
4242003-09-29 Paul Jakma <paul@dishone.st>
425
426 * zebra/connected.c: revert the 'generic PtP' patch as it causes
427 far too many problems. People who use FreeSWAN should investigate
428 native linux ipsec.
429 * zebra/rt_netlink.c: ditto
430 * lib/if.c: ditto
431 * ripd/ripd.h: ditto
432 * ripd/ripd.c: ditto
433 * ripd/rip_interface.c: ditto
434 * ospfd/ospfd.c: ditto
435 * ospfd/ospf_snmp.c: ditto
436 * bgpd/bgp_nexthop.c: ditto
437 * ospfd/ospf_packet.c: Add debug output for some of the previously
438 completely silent drops of 'bad' packets.
439 * configure.ac: bump version
440
4412003-08-27 Jay Fenlason <fenlason@redhat.com>
442
443 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
444 * zebra/Makefile.am: Link in libcap
445 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
446 compared with UINT32_MAX
447 * ospfd/ospfd.c: remove redundant assert
448 * zebra/rtadv.c: add missing include for zebra/rib.h
449
4502003-09-24 Paul Jakma <paul@dishone.st>
451
452 * lib/version.h: moved to version.h.in
453 * lib/version.h.in: New file, from version.h. Change hardcoded
454 package name and version to use the autoconf defined substition
455 variables.
456 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
457 through lib/version.h for VERSION. Add lib/version.h to the
458 AC_OUTPUT list. Update the text output of quagga version at end
459 of configure run to use PACKAGE_VERSION.
460 * doc/.cvsignore: ignore quagga.pdf
461 * doc/.cvsignore: ignore version.h, its now autogenerated.
462
4632003-09-24 sowmini.varadhan@sun.com
464
465 * lib/if.c: (if_cmp_func) fix infinite loop if
466 ifp1->name == ifp2->name
467 * lib/linklist.c: (if_cmp_func) Fix handling of case where
468 list->cmp returns 0.
469 * rip_interface.c: (rip_interface_address_add) call
470 rip_enable_apply(), or the interface is never considered up.
471 see [quagga-dev 225].
472 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
473 address families in the absence of sa_len element in struct
474 sockaddr.
475 (ifm_read): Handle solaris 9 if_msghdr_t.
476 Deal with interfaces which are incomplete, lookup on name rather
477 than the placeholder interface index of -1.
478
4792003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
480
481 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
482 interface to ospf_if_lookup_by_local_addr() rather than the
483 receiving interface ifp, packets for VL's could come in any
484 interface. See quagga-dev 250.
485
paule05fba42003-04-13 20:20:53 +00004862003-04-13 Paul Jakma <paul@dishone.st>
487
488 * Amir: Opaque LSA bug fix for deletion of Type11's
489 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000490 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
491 LSAs.
paule05fba42003-04-13 20:20:53 +0000492
paul020709f2003-04-04 02:44:16 +00004932003-04-04 Paul Jakma <paul@dishone.st>
494
495 * Sync to Zebra CVS
496 * Fix lib/thread.h leak
497 * Fix small Opaque LSA leak
498 * Do not configure OSPF interfaces for secondary addresses
499 * vtysh fixes from Hasso
500 * Dave Watson's missing ntohs fix
501
paul68980082003-03-25 05:07:42 +00005022003-03-25 Paul Jakma <paul@dishone.st>
503
504 * Sync to Zebra CVS
505
paul07661cb2003-03-18 00:03:05 +00005062003-03-17 Amir Guindehi <amir@datacore.ch>
507
508 * Extended SNMP checks in configure.ac so that net-snmp works
509
5102003-03-17 Amir Guindehi <amir@datacore.ch>
511 Ralph Keller <keller@tik.ee.ethz.ch>
512 * merge OSPF-API
513
paul13766da2003-02-07 14:46:23 +00005142003-02-07 Paul Jakma <paul@dishone.st>
515
516 * Sync to zebra CVS
517
paul420df432003-02-03 20:30:39 +00005182003-02-03 Paul Jakma <paul@dishone.st>
519
520 * Sync to zebra CVS
521
paulae936ae2003-01-20 04:58:21 +00005222003-01-19 Paul Jakma <paul@dishone.st>
523
524 * Temporary fix for Generic PtP wrt to IPv6
525
paul9a668002003-01-18 23:11:44 +00005262003-01-17 Paul Jakma <paul@dishone.st>
527
528 * Sync up to latest zebra.org CVS
529 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
530 Masahiko Endo <endo@suri.co.jp>
531 * [zebra 16824] [PATCH] nsm_kill_neighbor
532 Masahiko Endo <endo@suri.co.jp>
533 * [zebra 17217] [PATCH] show thread CPU
534 Yon Uriarte <havanna_moon@gmx.net>
535 * [zebra 17218] Re: [PATCH] CLI extensions.
536 Yon Uriarte <havanna_moon@gmx.net>
537
paul4fc01e62002-12-13 20:49:00 +00005382002-12-13 Paul Jakma <paul@dishone.st>
539
540 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000541 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000542 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000543 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000544 * RIPv1 fixes and improvements (John Hay)
545 * link state detection (linux) ([zebra 12269])
546 * Generic PtP and RFC3021 interface addressing support
547 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000548 * Michal Ludvig <michal@logix.cz>:
549 [zebra 16525] PATCH: Bugfixes for KAME systems
550 * Kevin C Miller <kevinm@andrew.cmu.edu>
551 [zebra 16681] OSPF NSSA Patches
552 * Yon Uriarte <havanna_moon@gmx.net>
553 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000554 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000555
paul718e3742002-12-13 20:15:29 +00005562002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
557
558 * zebra-0.93 released.
559
5602002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
561
562 * update-autotools: Change file name from update-auto-tools.sh.
563
5642002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
565
566 * update-auto-tools.sh: Add a new script to clean up build
567 environment.
568
5692002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
570
571 * Shift to the latest build environment autoconf-2.53 and
572 automake-1.6.2.
573
5742001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
575
576 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
577
5782001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
579
580 * zebra-0.92a released.
581
5822001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
583
584 * configure.in: SNMP library check problem fix when the library is
585 installed under /usr/local/lib.
586
5872001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
588
589 * zebra-0.92 released.
590
5912001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
592
593 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
594 warning.
595 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
596 warnings.
597
598 * config.guess: Update to 2000-11-10 version.
599
6002001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
601
602 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
603 detect in_pktinfo structure. Suggested by: Vlad Lungu
604 <vlad@rls.roknet.ro>.
605
6062001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
607
608 * configure.in: Add check for structure in_pktinfo.
609
6102001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
611
612 * configure.in (USE_PAM): Fix PAM library detection code.
613
6142001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
615
616 * zebra-0.91 is released.
617
6182001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * configure.in: Remove guile related definition.
621
6222001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
625 removed. htonl should work fine on any platform.
626
6272001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
628
629 * configure.in: Remove --enable-oldrib option.
630
631 * acconfig.h: OLD_RIB definition is removed.
632
633 * zebra-0.90 is released.
634
635 * configure.in (LIBS): Add check for sun_len field in struct
636 sun_len.
637
6382001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * Makefile.am: Include init/redhat files to distribution.
641
6422001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
643
644 * configure.in: check libm.a for BGPd compile error.
645 AC_CHECK_LIB(m, main) was added.
646
6472000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * configure.in: --enable-unixdomain becomes default. Add
650 --enable-tcp-zebra for TCP/IP communication between protocol
651 daemon and zebra.
652
653 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
654 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
655 lib/regex.c.
656
657 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
658
6592000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
660
661 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
662 multipath number. ARG must be digit.
663
6642000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * configure.in: Add --enable-newrib for test new RIB code.
667
6682000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
669
670 * configure.in, config.h.in: Add check for libutil.h and
671 setproctitle().
672
6732000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * configure.in: Add --enable-nssa for OSPF NSSA option.
676
677 * acconfig.h: Define HAVE_NSSA.
678
6792000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
680
681 * configure.in: pam_misc is only linked when the platform is
682 GNU/Linux.
683
6842000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
685
686 * configure.in (LIBS): Add check for crypto library. test x`ls
687 ${ac_snmp}` is replaced with sipmle test -f.
688
6892000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * configure.in: Add --enable-unixdomain option. This will be
692 default behavior in zebra-0.90.
693
6942000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * zebra-0.89 is released.
697
6982000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * configure.in: Add check for Intel CPU for Solaris on x86 check.
701
7022000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * configure.in: Add check for getifaddrs().
705 Set AM_INIT_AUTOMAKE version to 0.89.
706
7072000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
708
709 * config.guess: Update to the latest version.
710
711 * config.sub: Likewise
712
7132000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
714
715 * REPORTING-BUGS: New file is added.
716
7172000-08-27 itojun@iijlab.net
718
719 * configure.in: Add ncurses library check when --enable-vtysh is
720 specified.
721
7222000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * configure.in: Add check for readline/history.h.
725
726 * acconfig.h: Remove pthread related variables.
727
728 * configure.in: Add --with-libpam option for vtysh PAM
729 authentication. Remove --disable-pthread because we don't support
730 pthread.
731
7322000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * zebra-0.88 is released.
735
736 * configure.in: Add Solaris -lcurses for vtysh.
737
7382000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
739
740 * configure.in: Add check for ncurses for compiling on Solaris.
741
7422000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
743
744 * configure.in: Add check for libreadline when --enable-vtysh is
745 specified.
746
7472000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
748
749 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
750 interface method is if_ioctl.o
751
7522000-07-09 Chris Dunlop <chris@onthe.net.au>
753
754 * acconfig.h: Add HAVE_BROKEN_ALIASES.
755
756 * configure.in: Add --enable-broken-aliases.
757
7582000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
759
760 * Set version to zebra-0.87.
761
7622000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
763
764 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
765 default.
766
767 * Set version to zebra-0.87-pre
768
769 * Makefile.am: Likewise.
770
7712000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * Set version to 0.86.
774
7752000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * Set version to 0.85b for ospfd test.
778
7792000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
780
781 * Set version to 0.85a for ospfd test.
782
7832000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * Set version to 0.85.
786
7872000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * Makefile.in: Regenerated by patched automake for fixing "make
790 clean" problem on FreeBSD.
791
7921999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
793
794 * Set version to 0.83a. This is for *BSD static route lookup
795 problem.
796
7971999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
798
799 * Set version to 0.83.
800
8011999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
802
803 * Set version to 0.82.
804
8051999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
806
807 * aczebra.m4: New file added.
808
8091999-11-21 Michael Handler <handler@sub-rosa.com>
810
811 * configure.in (LIBS): Add sa_len check of sockaddr.
812
813 * acconfig.h: Add HAVE_SA_LEN.
814
8151999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * version.h: Update version to zebra-0.81b for bgpd test.
818
8191999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * configure.in: Add --enable-mbgp.
822
8231999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
826
8271999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * TODO: New file is added.
830
8311999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
832
833 * version.h: Update version to zebra-0.81a for ospfd test.
834
8351999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * configure.in: New option --enable-snmp is added.
838
8391999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * version.h: Update version to zebra-0.80.
842
8431999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * version.h: Update version to zebra-0.80-pre3
846
8471999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
850
8511999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
852
853 * configure.in: Add support of OpenBSD.
854
8551999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
856
857 * version.h: Update version to zebra-0.80-pre2.
858
8591999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
860
861 * version.h: Update version to zebra-0.80-pre. From this version,
862 access-list and prefix-list's name space is divided into IPv4 and
863 IPv6.
864
8651999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * version.h: For test recent fixes Set version to zebra-0.79a.
868
8691999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * version.h: zebra-0.79 is out.
872
8731999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * version.h: For ospfd's virtual link test. Set version to 0.78h.
876
8771999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
878
879 * version.h: For ospfd test. Set version to 0.78g.
880
8811999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * version.h: For internal test of ospfd. Set version to 0.78f.
884
8851999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
886
887 * version.h: To test ospfd's fix, set version to 0.78e.
888
8891999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
890
891 * version.h: To test ospfd's area related bug fix, set version
892 to 0.78d.
893
8941999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * version.h: To test ospfd, set version to 0.78c.
897
8981999-08-31 Janos Farkas <chexum@shadow.banki.hu>
899
900 * Many misspelling correction.
901
9021999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
903
904 * version.h: To test ospfd, set version to 0.78b.
905
9061999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
907
908 * configure.in (LIBS): Add UCD-SNMP include path check.
909
9101999-08-31 Lars Fenneberg <lf@elemental.net>
911
912 * configure.in: The logic which detects the UCD-SNMP library
913 should first check in the default system locations for the library
914 and then in /usr/local.
915
9161999-08-27 itojun@iijlab.net
917
918 * configure.in (LIBS): Fix problem about libsnmp.a check.
919
9201999-08-26 kay <kay@v6.access.co.jp>
921
922 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
923
9241999-08-24 VOP <vop@unity.net>
925
926 * filter.c: Include "sockunion.h".
927 plist.c: Likewise.
928 table.c: Likewise.
929
9301999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
931
932 * configure.in: Add netinet6/in6.h check.
933
9341999-08-21 Masaki Minami <masaki@minami.org>
935
936 * BSD/OS 4.0 porting.
937
9381999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
939
940 * configure.in: Add --enable-netlink option to force to use Linux
941 netlink interface.
942 (CFLAGS): Add ucd-snmp library check.
943
944 * acconfig.h: If socklen_t is not defined, typedef int to
945 socklen_t.
946
9471999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
948
949 * configure.in: When --enable-ipv6 specified, then only kernel
950 version is checked.
951
9521999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * configure.in: Add GNU libc 2.1 check.
955
9561999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * configure.in: Fix privious Linux IPv6 check changes.
959
9601999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
961
962 * configure.in: Improve Linux IPv6 feature check.
963
9641999-07-29 Rick Payne <rickp@rossfell.co.uk>
965
966 * Changed route-maps to behave in a more cisco-like fashion
967
9681999-07-27 Gerhard Poul <gpoul@gnu.org>
969
970 * SERVICES: New file added.
971
9721999-07-12 itojun@iijlab.net
973
974 * configure.in: Add check for getaddrinfo. Improve Kame related
975 library check.
976
9771999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
978
979 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
980
9811999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
982
983 * configure.in: Delete check for netinet/ip6.h.
984
9851999-06-30 Gerhard Poul <gpoul@gnu.org>
986
987 * README: remixed the old files and added some new parts.
988 moved some INSTALL stuff into INSTALL file.
989 moved some other stuff to doc/zebra.texi
990
9911999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
992
993 * configure.in (LIBS): Add libresolv check.
994 Change --enabe-all-in-one option to --enable-one-vty.
995
9961999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * configure.in: Add --enabe-all-in-one option.
999
10001999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1001
1002 * configure.in: Add socklen_t check.
1003
10041999-06-16 Gerhard Poul <gpoul@gnu.org>
1005
1006 * Many compile warnings fixed.
1007
10081999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1009
1010 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1011 OpenBSD (NRL) check is enabled.
1012
10131999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * configure.in (LIBS): Add crypt library check.
1016
10171999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1020
10211999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * Set version to 0.63 for first beta package.
1024
10251999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1026
1027 * guile.m4: Added from guile package.
1028
10291999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * Set version to 0.60 for beta package preparation.
1032
10331999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1034
1035 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1036 This change is for linking these libraries to guile.
1037
10381999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1039
1040 * configure.in (LIBS): Add struct rt_addrinfo check.
1041
10421999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * configure.in: AC_STDC_HEADERS added.
1045
10461999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * Add dependencies to each directory's Makefile.am.
1049
10501999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1051
1052 * reworked include file structure, and configure so that all
1053 source files get all system-dependent include files by including
1054 <zebra.h> which is really lib/zebra.h. This means that the
1055 different programs include files are now available as #include
1056 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1057
1058 In practical terms, if I haven't really screwed up, the main file
1059 that maintainers for other OSes have to change is lib/zebra.h for
1060 all the conditional includes etc.
1061
1062 * added --disable-pthread for those systems that seem to have
1063 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1064 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1065 instead.
1066
10671999-02-24 <kunihiro@zebra.org>
1068
1069 * configure.in: update to AC_PREREQ(1.13).
1070 Change message from Linux 2.1.x to Linux 2.2.x.
1071 * Added ospf6d directory support.
1072
10731999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1074
1075 * added a "log" element to the BGPd peer structure, enabling us to
1076 start thinging about a log stream per peer. This is currently
1077 ignored by the wrapper code, but developers should try to use the
1078 "appropriate" ZLOG stream. Documentation will follow, when the
1079 real routines start to exist.
1080
1081 The current plan is to use a copy of the BSD syslog() routines and
1082 replace the syslog library function with our own. I will need
1083 feedback from users of other platforms as this work is done to see
1084 if all is well elsewhere.
1085
1086 * preliminary work on zlog() library. directly replaces syslog()
1087 currently with zlog(ZLOG *, ...) where the new first argument
1088 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1089 encapsulate all the information necessary to maintain multiple
1090 logging streams.
1091
10921999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1093
1094 * added vsnprintf() macro to lib/str.h if required and removed
1095 #ifdef SUNOS_5 dependency on it
1096
10971999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1098
1099 * syslog support added
1100
11011999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1102
1103 * configure.in: Add daemon function check.
1104
11051999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1106
1107 * configure.in: Add --disable-ipv6, --disable-zebra,
1108 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1109 options to configure.
1110
11111998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1112
1113 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1114
11151998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * configure.in: Comment out FreeBSD's libc_r detect section. At
1118 this moment it doesn't work correctly with zebra.
1119
1120 Netlink interface is only enabled when Linux kernel version is
1121 upper than 2.1.0.
1122
11231998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1124
1125 * Hydrangea is now called KAME, so change all defines.
1126
11271998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * configure.in: ifaliasreq check added.
1130
11311998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1132
1133 * Patch is applied for compile under EWS4800
1134
11351998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1136
1137 * configure.in: delete old mtu_method check.
1138
1139 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1140
11411998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1142
1143 * configure.in: add new netlink check for GNU/Linux
1144
11451998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1146
1147 * doc/zebra.texi: Update Linux netlink chapter.
1148
11491998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1150
1151 * config.h.in: define PTHREAD if work on Solaris 2.6
1152 why delete the definition? I miss?
1153
11541998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1155
1156 * configure.in: add net/if.h header check.
1157
11581998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1159
1160 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1161 * zebra.texi: Modify Introduction text.
1162 * RIPngd.c: Patch Hydrangea code.
1163
11641998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1165
1166 * .cvsignore: added.
1167
1168 * Makerule.in: is gone.
1169 * Makefile.am: Now we use automake to generate Makefile.in
1170
11711998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1172
1173 * lib/vty.c: modified the definition of *master
1174 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1175
1176
11771998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1178
1179 * configure.in: define PTHREAD if work on Solaris 2.6
1180 * config.h.in: likewise
1181 * lib/thread.c: likewise
1182 * lib/vty.c: likewise
1183
11841998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1185
1186 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1187 * bgpd/: remove include <netinet6/in6.h> line.
1188 * lib/: remove include <netinet6/in6.h> line.
1189 * ripbgd/: remove include <netinet6/in6.h> line.
1190 * zebra/: remove include <netinet6/in6.h> line.
1191 * ripd/*.c: remove include <netinet6/in6.h> line.
1192 undefine IPV6 difinitions because RIPd is not worked for
1193 IPv6 protocol.
1194
1195
11961998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * configure.in: Change routing socket check method from
1199 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1200 AF_ROUTE but over linux it's meenigless.
1201
12021998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * config.h.in: remove err_t define.
1205
12061997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * configure.in (canonical): add check of IF_METHOD
1209
12101997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1211
1212 * configure.in: add INRIA check
1213
12141997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1215
1216 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1217
12181997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1219
1220 * configure.in: change IRDPD to NDPD
1221
12221997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1223
1224 * INSTALL: new file
1225
12261997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1227
1228 * config.h: add XCALLOC()
1229