blob: f46a54cd005f67a9c281b1f880eaca15743e89e3 [file] [log] [blame]
gdtcf313882004-06-30 13:24:42 +000012004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
2
3 * update-autotools: Use -rf on autom4te.cache.
4
hasso320ec102004-06-20 19:54:37 +000052004-06-20 Hasso Tepper <hasso@estpak.ee>
6
7 * lib/vty.c: Don't attempt to load configuration file from current
8 directory.
9 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
10 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
11 ripngd/ripng_main.c and zebra/main.c.
12
paul19877dd2004-05-11 10:49:35 +0000132004-05-11 Paul Jakma <paul@dishone.st>
14
15 * configure.ac: Add solaris support for the zebra/*_solaris
16 method's, based on Sowmini's patches.
17
pauld355bfa2004-04-08 07:43:45 +0000182004-04-08 Paul Jakma <paul@dishone.st>
19
20 * ospf_spf.h: Add backlink field to struct vertex
21 * ospf_spf.h: (ospf_vertex_new) initialise backlink
22 (ospf_lsa_has_link) return index of link back to
23 vertex V from candidate vertex W, or -1 if no link exists.
24 (ospf_spf_next) save backlink index for candidate vertex
25 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
26 to determine correct address for virtual-link peers. Fall back
27 to older "pick first link" method if no backlink index exists.
28
hasso41d3fc92004-04-06 11:59:00 +0000292004-04-06 Hasso Tepper <hasso@estpak.ee>
30
31 * zebra/ipforward_proc.c: Fixed lowering privileges.
32 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
33 * configure.ac: Added --disable-capabilities switch to configure.
34
hassof571dab2004-03-22 08:55:25 +0000352004-03-22 Hasso Tepper <hasso@estpak.ee>
36
37 * Readded SIGTERM handling so daemons can clean up their stuff if they
38 are killed (not murdered).
39
hasso37318652004-03-20 20:06:15 +0000402004-03-20 Michael Bruening <mike@vailsys.com>
41
42 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
43 addition of "isis". This array must be indexed by
44 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
45 be updated with every route type addition. This fix allows
46 commands redistributing routes from (bgp|isis), like "router ospf
47 redistribute bgp ...", to be written to terminal, memory, file,
48 which would otherwise result in a seg fault or, possibly, config
49 file corruption. Overlooked in import of isisd.
50 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
51 and ripngd/ripng_zebra.c.
52
hasso8c903fb2004-03-17 20:39:18 +0000532004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
54
55 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
56 bugzilla #82.
57
gdt5e4fa162004-03-16 14:38:36 +0000582004-03-16 David Young <dyoung@pobox.com>
59
60 * (many) reference <lib/version.h> rather than "version.h",
61 because version.h is a generated file and not present in the
62 source tree when using objdir builds.
63
hassofa2b17e2004-03-04 17:45:00 +0000642004-03-03 PC Drew <pc@superiorcomm.net>
65
66 * lib/keychain.c: typecast time_t function to long, fixes compile
67 warning.
68 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
69 compile warning when backtrace doesn't exist for that system.
70 * zebra/rtadv.c: for OpenBSD, added include statement for
71 netinet/icmp6.h
72 * zebra/zserv.c: added default case to switch statements, fixes compile
73 warning about certain NEXTHOP_TYPE enumeration values not being
74 handled.
75 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
76 warning, about mask possibly being used uninitialized.
77 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
78 compile warning about certain NEXTHOP_TYPE enumeration values not
79 being handled.
80 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
81 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
82 compile warning.
83 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
84 warning.
85 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
86 fixes compile warning.
87 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
88 friends, fixes compile warning.
89 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
90 compile warning.
91 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
92 _cwd array, fixes compile warning.
93
paul2d75d052004-01-19 21:31:15 +0000942004-01-19 Paul Jakma <paul@dishone.st>
95
96 * tests/test-sig.c: New file, regression test for sigevents.
97 * lib/Makefile.am: add sigevent.{c,h}
98 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
99 * zebra/main.c: ditto.
100
paula27abaa2004-01-10 22:03:07 +00001012004-01-10 Paul Jakma <paul@dishone.st>
102
103 * Makefile.am: redhat/ is a dist subdir too.
104
jardina4d2a0d2004-01-10 20:42:35 +00001052004-01-10 Vincent Jardin <jardin@6wind.com>
106
107 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
108 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
109
paul00bc5602004-01-09 16:30:52 +00001102004-01-08 Paul Jakma <paul@dishone.st>
111
112 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
113 remove the redhat/... dist targets - instead these now go in..
114 redhat/Makefile.am: (new) proper place to describe redhat/ dist
115 files, as well as allow quagga.spec to be regenerated properly.
116 redhat/quagga.sysconfig: specify conf file location.
117 redhat/quagga.spec.in: Add 2 patches to RPM build.
118
paul41ad8782003-12-30 11:09:00 +00001192003-12-30 Paul Jakma <paul@dishone.st>
120
paul15d74e92003-12-30 11:16:21 +0000121 * redhat/isisd.init: new file, init script for isisd.
122 redhat/quagga.sysconfig: new file, sysconfig file for quagga
123 initscripts.
124 redhat/quagga.spec.in: various cleanups, including sysconfig patch
125 from RH, fixed UID/GID as per RH EL, shell changed to
126 /sbin/nologin, daemon vty's listen to 127.1 only per default and
127 isisd packaged.
128 redhat/*.init: sysconfig support and runlevels specified.
129
1302003-12-30 Paul Jakma <paul@dishone.st>
131
paul41ad8782003-12-30 11:09:00 +0000132 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
133 copying via dist-hook. Remove ~ files backup cruft from dists.
134 isisd/Makefile.am: sysconf example should go via
135 dist_examples_DATA. The include-netbsd/ headers werent mentioned
136 as sources and werent being copied into dists.
137
jardin9e867fe2003-12-23 08:56:18 +00001382003-12-23 Vincent Jardin <jardin@6wind.com>
139
140 * isisd: Import isisd from Sampo Saaristo's source code.
141
gdtaa593d52003-12-22 20:15:53 +00001422003-12-22 Christian Hammers <ch@lathspell.de>
143
144 * configure.ac (and everywhere a regular file is opened for
145 writing): use file permissions from configure rather than
146 compiled-in umask.
147
hasso47ce02a2003-12-22 16:49:15 +00001482003-12-22 Hasso Tepper <hasso@estpak.ee>
149
150 * lib/linklist.c: Revert microfix I commited while reverting
151 [quagga-dev 227]. Caused by misreading code.
152
hassoe90fbab2003-12-21 09:51:42 +00001532003-12-21 Hasso Tepper <hasso@estpak.ee>
154
155 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
156 function should not drop nodes in any case. But fix behavior where
157 nodes were added to the end of list when cmp returned 0.
158 * lib/if.c: Check for duplicates before calling listnode_add_sort().
159
gdtaf273652003-12-08 18:12:34 +00001602003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
161
162 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
163 than include_HEADERS to place includes in
164 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
165
gdtc4f0efe2003-12-04 15:39:25 +00001662003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
167
168 * configure.ac: When setting exampledir to sysconfdir as a
169 default, don't quote ${sysconfdir}. (Bug reported by Vincent
170 Jardin.)
171
gdtd6b72f72003-12-03 17:24:27 +00001722003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
173
gdtd2a0ccc2003-12-03 18:13:48 +0000174 * configure.ac: Compile in Router Advertisement support by
175 default. Note that this does not default to sending RAs; it just
176 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
177 available. While others may prefer other tools, no argument has
178 been made that router advertisement support is such bloat that it
179 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
180 8 bytes with the support compiled out). This reversion of a
181 previous change was done in consultation with Paul.
182
1832003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
184
gdtfa3232e2003-12-03 17:52:30 +0000185 * configure.ac: Move tests for v6 header files to after the check
186 for v6 code version, and conditionalize on the right variable.
187 (Fixes problem where v6 header files are not included when v6 is
188 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000189
gdtfa3232e2003-12-03 17:52:30 +00001902003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
191
gdtd6b72f72003-12-03 17:24:27 +0000192 * configure.ac: Add --enable-exampledir to specify where example
193 config files should go, defaulting to sysconfdir.
194
195 * */Makefile.am: use exampledir instead of sysconfdif for examples
196
paul62892882003-11-02 07:31:47 +00001972003-11-02 Paul Jakma <paul@dishone.st>
198
199 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
200 route map command so that vtysh can use it. Modified version of
201 Hasso Tepper's patch. Fixes bug #52.
202 * configure.ac: FreeBSD has net-snmp in /usr/local.
203 * redhat/quagga.spec.in: Install libzebra headers with -devel
204 package.
205
2062003-11-02 Krzysztof Oledzki <oleq@ans.pl>
207
208 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
209 caused zebra to read all routes in all tables, rather than just
210 the main table. See [quagga-dev 280].
211
2122003-10-30 Paul Jakma <paul@dishone.st>
213
214 * configure.ac: netinet/in_systm.h is yet another well-known
215 header file we really should be checking for
216
2172003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
218
219 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
220 by ospf_ism.c::ism_change_state() - results in incorrect figure
221 for active interfaces in an area.
222
2232003-10-27 Paul Jakma <paul@dishone.st>
224
225 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
226 reverted RFC3021 patch.
227
2282003-10-27 Simon <lists@routemeister.net>
229
230 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
231 being called with struct connected. Change to co->ifp.
232
2332003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
234
235 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
236 limit when setting changed flag to avoid spurious changes.
237 (static_install_ipv{4,6}) dont uninstall by default, might not be
238 required - avoid spurious uninstalls.
239 (static_uninstall_ipv{4,6}) only uninstall the route if its
240 actually FIB route.
241
2422003-10-24 sowmini.varadhan@sun.com
243
244 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
245 created.
246
2472003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
248
249 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
250 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
251 view string.
252 (bgp_show_neighbor_route) Take a struct peer argument instead of
253 ip string.
254 (peer_adj_routes) ditto
255 (show_adj_routes) ditto
256 (peer_lookup_in_view) new function to return appropriate struct
257 peer for a given view string.
258 (misc) Fixup all calls to above to reflect new calling arguments,
259 and use peer_lookup_in_view as needed. Additional commands
260 installed to use expanded functionality above, existing commands
261 modified to suit as well.
262 * bgpd/bgp_vty.c: 2 new aliases.
263
2642003-10-24 Paul Jakma <paul@dishone.st>
265
266 * configure.ac: Check for fcntl()
267 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
268 regular automake means, not magic install incantations, see
269 bug #38.
270 * lib/Makefile.am: install the headers, needed to link libzebra.a
271 (and hence libospf.a, OSPF-API, etc.)
272
2732003-10-24 waldi@debian.org
274
275 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
276 depended against source files without specification, i.e. it
277 used ../zebra instead of $(top_srcdir)/zebra.
278
2792003-10-23 Paul Jakma <paul@dishone.st>
280
281 * configure.ac: IRIX configure.ac support. Sort of works.
282 sysctl() crashes though (ipforward), there's some kind of odd
283 padding in the PF_ROUTE socket messages and setsockopt() on
284 SOCK_RAW does not work (so ospfd doesnt work).
285
2862003-10-22 Paul Jakma <paul@dishone.st>
287
288 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
289 configure dependent. (still need to find a way to make building of
290 it dependent on configure options or include all commands.)
291
2922003-10-22 Paul Jakma <paul@dishone.st>
293
294 * lib/zebra.h: include limits.h if its there, its a portable header
295 and useful and not just solaris specific. net/route.h is also
296 useful.
297
2982003-10-22 Paul Jakma <paul@dishone.st>
299
300 * lib/regex.c: bzero -> memset
301 * zebra/ioctl.c: ditto. bzero is not portable.
302
3032003-10-22 Paul Jakma <paul@dishone.st>
304
305 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
306 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
307 portable.
308
3092003-10-22 Paul Jakma <paul@dishone.st>
310
311 * configure.ac: Split up header checks into non-net, net and ipv6
312 related. Checking of IPv6 is conditional. Add some more output
313 text for the end of the configure run.
314
3152003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
316
317 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
318 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
319 family prefixes. Accept prefix as argument.
320 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
321 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
322 bgp_dump_routes_attr.
323 (bgp_dump_common) Go by the family of the peering socket, not
324 configured address family when dumping peering information.
325 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
326 patch.
327
3282003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
329
330 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
331 fixed intervals rather than fixed intervals from startup time.
332 (bgp_dump_interval_func) Dont return immediately if file cant be
333 openeded, but reschedule interval dumps, even - admin might
334 fix problem in meantime. Close the dump file in between intervals.
335 (bgp_dump_init) account for MSG header when initialising stream
336 size.
337
3382003-10-15 Paul Jakma <paul@dishone.st>
339
340 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
341 lookup oi for a given prefix in a given interfaces table of oi's.
342 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
343 reporting new interface multiple times.
344 NB: This patch is a complete plaster-band of a hack. First, why is
345 zebra reporting interface events multiple times? Second, why does
346 ospfd maintain so many damn lists and tables relating to oi's -
347 these should be reconciled into one or two tables.
348
3492003-10-15 sowmini.varadhan@sun.com
350
351 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
352 instead of creating one socket per send. send source addr to
353 rip_update_interface.
354 (rip_update_process) should send an update on every connected
355 network for each interface.
356 (rip_request_send) should send a request on every connected
357 network for each interface.
358 * ripd/ripd.h: update prototype for rip_interface_multicast_set
359 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
360 so that it can be called repeatedly for aliased interfaces (on
361 multiple networks).
362
3632003-10-15 Jay Fenlason <fenlason@redhat.com>
364
365 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
366 end-sub-negotation is sent when no sub-negotation data has been
367 sent. Return immediately if no sub-negotation is in progress.
368 (vty_read) do not attempt to process options if no sub-negotation
369 is in progress.
370
3712003-10-15 Paul Jakma <paul@dishone.st>
372
373 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
374 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
375 (non-portable) getcwd() allocation (which we didnt seem to be
376 freeing).
377
3782003-10-13 Jay Fenlason <fenlason@redhat.com>
379
380 * lib/zebra.h: define UINT32_MAX for those systems which do not
381 provide it.
382 * bgp_attr.h: define BGP_MED_MAX.
383 * bgp_route.c: update defines/constants to BGP_MED_MAX.
384 * bgp_routemap.c: ditto. clean up route_match_metric_compile
385 slightly to avoid unneccesary XMALLOC.
386
3872003-10-13 sowmini.varadhan@sun.com
388
389 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
390 * ospf_lsa.c: added better debug comments. check sequence number in
391 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
392 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
393 received.
394 * ospf_flood.c: improve debug statement- print ls_seqnum.
395
3962003-10-13 Douglas Fraser <doug+quagga@idmf.net>
397
398 * zebra/connected.c: PtP revert fixup. Zebra was not creating
399 connected route for PtP peer.
400
4012003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
402
403 * zebra/ipforward_proc.c: (ipforward) Close the fd for
404 /proc/net/snmp. See [quagga-dev 284]
405
4062003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
407
408 * zebra/zebra_rib.c: Fix possible dangling reference to rib
409 route_nodes - unlock it the appropriate number of times. (twice,
410 because of the implicit lock). see [quagga-dev 251].
411
4122003-09-29 Paul Jakma <paul@dishone.st>
413
414 * zebra/connected.c: revert the 'generic PtP' patch as it causes
415 far too many problems. People who use FreeSWAN should investigate
416 native linux ipsec.
417 * zebra/rt_netlink.c: ditto
418 * lib/if.c: ditto
419 * ripd/ripd.h: ditto
420 * ripd/ripd.c: ditto
421 * ripd/rip_interface.c: ditto
422 * ospfd/ospfd.c: ditto
423 * ospfd/ospf_snmp.c: ditto
424 * bgpd/bgp_nexthop.c: ditto
425 * ospfd/ospf_packet.c: Add debug output for some of the previously
426 completely silent drops of 'bad' packets.
427 * configure.ac: bump version
428
4292003-08-27 Jay Fenlason <fenlason@redhat.com>
430
431 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
432 * zebra/Makefile.am: Link in libcap
433 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
434 compared with UINT32_MAX
435 * ospfd/ospfd.c: remove redundant assert
436 * zebra/rtadv.c: add missing include for zebra/rib.h
437
4382003-09-24 Paul Jakma <paul@dishone.st>
439
440 * lib/version.h: moved to version.h.in
441 * lib/version.h.in: New file, from version.h. Change hardcoded
442 package name and version to use the autoconf defined substition
443 variables.
444 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
445 through lib/version.h for VERSION. Add lib/version.h to the
446 AC_OUTPUT list. Update the text output of quagga version at end
447 of configure run to use PACKAGE_VERSION.
448 * doc/.cvsignore: ignore quagga.pdf
449 * doc/.cvsignore: ignore version.h, its now autogenerated.
450
4512003-09-24 sowmini.varadhan@sun.com
452
453 * lib/if.c: (if_cmp_func) fix infinite loop if
454 ifp1->name == ifp2->name
455 * lib/linklist.c: (if_cmp_func) Fix handling of case where
456 list->cmp returns 0.
457 * rip_interface.c: (rip_interface_address_add) call
458 rip_enable_apply(), or the interface is never considered up.
459 see [quagga-dev 225].
460 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
461 address families in the absence of sa_len element in struct
462 sockaddr.
463 (ifm_read): Handle solaris 9 if_msghdr_t.
464 Deal with interfaces which are incomplete, lookup on name rather
465 than the placeholder interface index of -1.
466
4672003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
468
469 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
470 interface to ospf_if_lookup_by_local_addr() rather than the
471 receiving interface ifp, packets for VL's could come in any
472 interface. See quagga-dev 250.
473
paule05fba42003-04-13 20:20:53 +00004742003-04-13 Paul Jakma <paul@dishone.st>
475
476 * Amir: Opaque LSA bug fix for deletion of Type11's
477 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000478 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
479 LSAs.
paule05fba42003-04-13 20:20:53 +0000480
paul020709f2003-04-04 02:44:16 +00004812003-04-04 Paul Jakma <paul@dishone.st>
482
483 * Sync to Zebra CVS
484 * Fix lib/thread.h leak
485 * Fix small Opaque LSA leak
486 * Do not configure OSPF interfaces for secondary addresses
487 * vtysh fixes from Hasso
488 * Dave Watson's missing ntohs fix
489
paul68980082003-03-25 05:07:42 +00004902003-03-25 Paul Jakma <paul@dishone.st>
491
492 * Sync to Zebra CVS
493
paul07661cb2003-03-18 00:03:05 +00004942003-03-17 Amir Guindehi <amir@datacore.ch>
495
496 * Extended SNMP checks in configure.ac so that net-snmp works
497
4982003-03-17 Amir Guindehi <amir@datacore.ch>
499 Ralph Keller <keller@tik.ee.ethz.ch>
500 * merge OSPF-API
501
paul13766da2003-02-07 14:46:23 +00005022003-02-07 Paul Jakma <paul@dishone.st>
503
504 * Sync to zebra CVS
505
paul420df432003-02-03 20:30:39 +00005062003-02-03 Paul Jakma <paul@dishone.st>
507
508 * Sync to zebra CVS
509
paulae936ae2003-01-20 04:58:21 +00005102003-01-19 Paul Jakma <paul@dishone.st>
511
512 * Temporary fix for Generic PtP wrt to IPv6
513
paul9a668002003-01-18 23:11:44 +00005142003-01-17 Paul Jakma <paul@dishone.st>
515
516 * Sync up to latest zebra.org CVS
517 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
518 Masahiko Endo <endo@suri.co.jp>
519 * [zebra 16824] [PATCH] nsm_kill_neighbor
520 Masahiko Endo <endo@suri.co.jp>
521 * [zebra 17217] [PATCH] show thread CPU
522 Yon Uriarte <havanna_moon@gmx.net>
523 * [zebra 17218] Re: [PATCH] CLI extensions.
524 Yon Uriarte <havanna_moon@gmx.net>
525
paul4fc01e62002-12-13 20:49:00 +00005262002-12-13 Paul Jakma <paul@dishone.st>
527
528 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000529 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000530 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000531 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000532 * RIPv1 fixes and improvements (John Hay)
533 * link state detection (linux) ([zebra 12269])
534 * Generic PtP and RFC3021 interface addressing support
535 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000536 * Michal Ludvig <michal@logix.cz>:
537 [zebra 16525] PATCH: Bugfixes for KAME systems
538 * Kevin C Miller <kevinm@andrew.cmu.edu>
539 [zebra 16681] OSPF NSSA Patches
540 * Yon Uriarte <havanna_moon@gmx.net>
541 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000542 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000543
paul718e3742002-12-13 20:15:29 +00005442002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
545
546 * zebra-0.93 released.
547
5482002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
549
550 * update-autotools: Change file name from update-auto-tools.sh.
551
5522002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
553
554 * update-auto-tools.sh: Add a new script to clean up build
555 environment.
556
5572002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
558
559 * Shift to the latest build environment autoconf-2.53 and
560 automake-1.6.2.
561
5622001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
563
564 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
565
5662001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
567
568 * zebra-0.92a released.
569
5702001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
571
572 * configure.in: SNMP library check problem fix when the library is
573 installed under /usr/local/lib.
574
5752001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
576
577 * zebra-0.92 released.
578
5792001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
582 warning.
583 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
584 warnings.
585
586 * config.guess: Update to 2000-11-10 version.
587
5882001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
589
590 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
591 detect in_pktinfo structure. Suggested by: Vlad Lungu
592 <vlad@rls.roknet.ro>.
593
5942001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
595
596 * configure.in: Add check for structure in_pktinfo.
597
5982001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
599
600 * configure.in (USE_PAM): Fix PAM library detection code.
601
6022001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
603
604 * zebra-0.91 is released.
605
6062001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
607
608 * configure.in: Remove guile related definition.
609
6102001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
611
612 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
613 removed. htonl should work fine on any platform.
614
6152001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
616
617 * configure.in: Remove --enable-oldrib option.
618
619 * acconfig.h: OLD_RIB definition is removed.
620
621 * zebra-0.90 is released.
622
623 * configure.in (LIBS): Add check for sun_len field in struct
624 sun_len.
625
6262001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * Makefile.am: Include init/redhat files to distribution.
629
6302001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
631
632 * configure.in: check libm.a for BGPd compile error.
633 AC_CHECK_LIB(m, main) was added.
634
6352000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * configure.in: --enable-unixdomain becomes default. Add
638 --enable-tcp-zebra for TCP/IP communication between protocol
639 daemon and zebra.
640
641 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
642 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
643 lib/regex.c.
644
645 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
646
6472000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
648
649 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
650 multipath number. ARG must be digit.
651
6522000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
653
654 * configure.in: Add --enable-newrib for test new RIB code.
655
6562000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
657
658 * configure.in, config.h.in: Add check for libutil.h and
659 setproctitle().
660
6612000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * configure.in: Add --enable-nssa for OSPF NSSA option.
664
665 * acconfig.h: Define HAVE_NSSA.
666
6672000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
668
669 * configure.in: pam_misc is only linked when the platform is
670 GNU/Linux.
671
6722000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
673
674 * configure.in (LIBS): Add check for crypto library. test x`ls
675 ${ac_snmp}` is replaced with sipmle test -f.
676
6772000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
678
679 * configure.in: Add --enable-unixdomain option. This will be
680 default behavior in zebra-0.90.
681
6822000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
683
684 * zebra-0.89 is released.
685
6862000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
687
688 * configure.in: Add check for Intel CPU for Solaris on x86 check.
689
6902000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * configure.in: Add check for getifaddrs().
693 Set AM_INIT_AUTOMAKE version to 0.89.
694
6952000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
696
697 * config.guess: Update to the latest version.
698
699 * config.sub: Likewise
700
7012000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
702
703 * REPORTING-BUGS: New file is added.
704
7052000-08-27 itojun@iijlab.net
706
707 * configure.in: Add ncurses library check when --enable-vtysh is
708 specified.
709
7102000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * configure.in: Add check for readline/history.h.
713
714 * acconfig.h: Remove pthread related variables.
715
716 * configure.in: Add --with-libpam option for vtysh PAM
717 authentication. Remove --disable-pthread because we don't support
718 pthread.
719
7202000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
721
722 * zebra-0.88 is released.
723
724 * configure.in: Add Solaris -lcurses for vtysh.
725
7262000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * configure.in: Add check for ncurses for compiling on Solaris.
729
7302000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
731
732 * configure.in: Add check for libreadline when --enable-vtysh is
733 specified.
734
7352000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
738 interface method is if_ioctl.o
739
7402000-07-09 Chris Dunlop <chris@onthe.net.au>
741
742 * acconfig.h: Add HAVE_BROKEN_ALIASES.
743
744 * configure.in: Add --enable-broken-aliases.
745
7462000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * Set version to zebra-0.87.
749
7502000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
753 default.
754
755 * Set version to zebra-0.87-pre
756
757 * Makefile.am: Likewise.
758
7592000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
760
761 * Set version to 0.86.
762
7632000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
764
765 * Set version to 0.85b for ospfd test.
766
7672000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
768
769 * Set version to 0.85a for ospfd test.
770
7712000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
772
773 * Set version to 0.85.
774
7752000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
776
777 * Makefile.in: Regenerated by patched automake for fixing "make
778 clean" problem on FreeBSD.
779
7801999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
781
782 * Set version to 0.83a. This is for *BSD static route lookup
783 problem.
784
7851999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
786
787 * Set version to 0.83.
788
7891999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
790
791 * Set version to 0.82.
792
7931999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
794
795 * aczebra.m4: New file added.
796
7971999-11-21 Michael Handler <handler@sub-rosa.com>
798
799 * configure.in (LIBS): Add sa_len check of sockaddr.
800
801 * acconfig.h: Add HAVE_SA_LEN.
802
8031999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
804
805 * version.h: Update version to zebra-0.81b for bgpd test.
806
8071999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
808
809 * configure.in: Add --enable-mbgp.
810
8111999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
812
813 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
814
8151999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
816
817 * TODO: New file is added.
818
8191999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
820
821 * version.h: Update version to zebra-0.81a for ospfd test.
822
8231999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
824
825 * configure.in: New option --enable-snmp is added.
826
8271999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
828
829 * version.h: Update version to zebra-0.80.
830
8311999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
832
833 * version.h: Update version to zebra-0.80-pre3
834
8351999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
836
837 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
838
8391999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
840
841 * configure.in: Add support of OpenBSD.
842
8431999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
844
845 * version.h: Update version to zebra-0.80-pre2.
846
8471999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
848
849 * version.h: Update version to zebra-0.80-pre. From this version,
850 access-list and prefix-list's name space is divided into IPv4 and
851 IPv6.
852
8531999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
854
855 * version.h: For test recent fixes Set version to zebra-0.79a.
856
8571999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * version.h: zebra-0.79 is out.
860
8611999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * version.h: For ospfd's virtual link test. Set version to 0.78h.
864
8651999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
866
867 * version.h: For ospfd test. Set version to 0.78g.
868
8691999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * version.h: For internal test of ospfd. Set version to 0.78f.
872
8731999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
874
875 * version.h: To test ospfd's fix, set version to 0.78e.
876
8771999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
878
879 * version.h: To test ospfd's area related bug fix, set version
880 to 0.78d.
881
8821999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
883
884 * version.h: To test ospfd, set version to 0.78c.
885
8861999-08-31 Janos Farkas <chexum@shadow.banki.hu>
887
888 * Many misspelling correction.
889
8901999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
891
892 * version.h: To test ospfd, set version to 0.78b.
893
8941999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
895
896 * configure.in (LIBS): Add UCD-SNMP include path check.
897
8981999-08-31 Lars Fenneberg <lf@elemental.net>
899
900 * configure.in: The logic which detects the UCD-SNMP library
901 should first check in the default system locations for the library
902 and then in /usr/local.
903
9041999-08-27 itojun@iijlab.net
905
906 * configure.in (LIBS): Fix problem about libsnmp.a check.
907
9081999-08-26 kay <kay@v6.access.co.jp>
909
910 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
911
9121999-08-24 VOP <vop@unity.net>
913
914 * filter.c: Include "sockunion.h".
915 plist.c: Likewise.
916 table.c: Likewise.
917
9181999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * configure.in: Add netinet6/in6.h check.
921
9221999-08-21 Masaki Minami <masaki@minami.org>
923
924 * BSD/OS 4.0 porting.
925
9261999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * configure.in: Add --enable-netlink option to force to use Linux
929 netlink interface.
930 (CFLAGS): Add ucd-snmp library check.
931
932 * acconfig.h: If socklen_t is not defined, typedef int to
933 socklen_t.
934
9351999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
936
937 * configure.in: When --enable-ipv6 specified, then only kernel
938 version is checked.
939
9401999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
941
942 * configure.in: Add GNU libc 2.1 check.
943
9441999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * configure.in: Fix privious Linux IPv6 check changes.
947
9481999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
949
950 * configure.in: Improve Linux IPv6 feature check.
951
9521999-07-29 Rick Payne <rickp@rossfell.co.uk>
953
954 * Changed route-maps to behave in a more cisco-like fashion
955
9561999-07-27 Gerhard Poul <gpoul@gnu.org>
957
958 * SERVICES: New file added.
959
9601999-07-12 itojun@iijlab.net
961
962 * configure.in: Add check for getaddrinfo. Improve Kame related
963 library check.
964
9651999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
966
967 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
968
9691999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * configure.in: Delete check for netinet/ip6.h.
972
9731999-06-30 Gerhard Poul <gpoul@gnu.org>
974
975 * README: remixed the old files and added some new parts.
976 moved some INSTALL stuff into INSTALL file.
977 moved some other stuff to doc/zebra.texi
978
9791999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
980
981 * configure.in (LIBS): Add libresolv check.
982 Change --enabe-all-in-one option to --enable-one-vty.
983
9841999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
985
986 * configure.in: Add --enabe-all-in-one option.
987
9881999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * configure.in: Add socklen_t check.
991
9921999-06-16 Gerhard Poul <gpoul@gnu.org>
993
994 * Many compile warnings fixed.
995
9961999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
997
998 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
999 OpenBSD (NRL) check is enabled.
1000
10011999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * configure.in (LIBS): Add crypt library check.
1004
10051999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1006
1007 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1008
10091999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1010
1011 * Set version to 0.63 for first beta package.
1012
10131999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * guile.m4: Added from guile package.
1016
10171999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1018
1019 * Set version to 0.60 for beta package preparation.
1020
10211999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1022
1023 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1024 This change is for linking these libraries to guile.
1025
10261999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * configure.in (LIBS): Add struct rt_addrinfo check.
1029
10301999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1031
1032 * configure.in: AC_STDC_HEADERS added.
1033
10341999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * Add dependencies to each directory's Makefile.am.
1037
10381999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1039
1040 * reworked include file structure, and configure so that all
1041 source files get all system-dependent include files by including
1042 <zebra.h> which is really lib/zebra.h. This means that the
1043 different programs include files are now available as #include
1044 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1045
1046 In practical terms, if I haven't really screwed up, the main file
1047 that maintainers for other OSes have to change is lib/zebra.h for
1048 all the conditional includes etc.
1049
1050 * added --disable-pthread for those systems that seem to have
1051 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1052 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1053 instead.
1054
10551999-02-24 <kunihiro@zebra.org>
1056
1057 * configure.in: update to AC_PREREQ(1.13).
1058 Change message from Linux 2.1.x to Linux 2.2.x.
1059 * Added ospf6d directory support.
1060
10611999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1062
1063 * added a "log" element to the BGPd peer structure, enabling us to
1064 start thinging about a log stream per peer. This is currently
1065 ignored by the wrapper code, but developers should try to use the
1066 "appropriate" ZLOG stream. Documentation will follow, when the
1067 real routines start to exist.
1068
1069 The current plan is to use a copy of the BSD syslog() routines and
1070 replace the syslog library function with our own. I will need
1071 feedback from users of other platforms as this work is done to see
1072 if all is well elsewhere.
1073
1074 * preliminary work on zlog() library. directly replaces syslog()
1075 currently with zlog(ZLOG *, ...) where the new first argument
1076 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1077 encapsulate all the information necessary to maintain multiple
1078 logging streams.
1079
10801999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1081
1082 * added vsnprintf() macro to lib/str.h if required and removed
1083 #ifdef SUNOS_5 dependency on it
1084
10851999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1086
1087 * syslog support added
1088
10891999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1090
1091 * configure.in: Add daemon function check.
1092
10931999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1094
1095 * configure.in: Add --disable-ipv6, --disable-zebra,
1096 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1097 options to configure.
1098
10991998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1100
1101 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1102
11031998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * configure.in: Comment out FreeBSD's libc_r detect section. At
1106 this moment it doesn't work correctly with zebra.
1107
1108 Netlink interface is only enabled when Linux kernel version is
1109 upper than 2.1.0.
1110
11111998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1112
1113 * Hydrangea is now called KAME, so change all defines.
1114
11151998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * configure.in: ifaliasreq check added.
1118
11191998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1120
1121 * Patch is applied for compile under EWS4800
1122
11231998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1124
1125 * configure.in: delete old mtu_method check.
1126
1127 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1128
11291998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1130
1131 * configure.in: add new netlink check for GNU/Linux
1132
11331998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * doc/zebra.texi: Update Linux netlink chapter.
1136
11371998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1138
1139 * config.h.in: define PTHREAD if work on Solaris 2.6
1140 why delete the definition? I miss?
1141
11421998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1143
1144 * configure.in: add net/if.h header check.
1145
11461998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1147
1148 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1149 * zebra.texi: Modify Introduction text.
1150 * RIPngd.c: Patch Hydrangea code.
1151
11521998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * .cvsignore: added.
1155
1156 * Makerule.in: is gone.
1157 * Makefile.am: Now we use automake to generate Makefile.in
1158
11591998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1160
1161 * lib/vty.c: modified the definition of *master
1162 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1163
1164
11651998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1166
1167 * configure.in: define PTHREAD if work on Solaris 2.6
1168 * config.h.in: likewise
1169 * lib/thread.c: likewise
1170 * lib/vty.c: likewise
1171
11721998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1173
1174 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1175 * bgpd/: remove include <netinet6/in6.h> line.
1176 * lib/: remove include <netinet6/in6.h> line.
1177 * ripbgd/: remove include <netinet6/in6.h> line.
1178 * zebra/: remove include <netinet6/in6.h> line.
1179 * ripd/*.c: remove include <netinet6/in6.h> line.
1180 undefine IPV6 difinitions because RIPd is not worked for
1181 IPv6 protocol.
1182
1183
11841998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1185
1186 * configure.in: Change routing socket check method from
1187 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1188 AF_ROUTE but over linux it's meenigless.
1189
11901998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * config.h.in: remove err_t define.
1193
11941997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1195
1196 * configure.in (canonical): add check of IF_METHOD
1197
11981997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1199
1200 * configure.in: add INRIA check
1201
12021997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1203
1204 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1205
12061997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1207
1208 * configure.in: change IRDPD to NDPD
1209
12101997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1211
1212 * INSTALL: new file
1213
12141997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * config.h: add XCALLOC()
1217