]> git.proxmox.com Git - mirror_frr.git/blame - ChangeLog
004-07-13 David Wiggins <dwiggins@bbn.com
[mirror_frr.git] / ChangeLog
CommitLineData
87efd646 12004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
2
3 * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib
4 version of libzebra when available.
5
6 * configure.ac, update-autotools: Add libtool.
7
fc9d0745 82004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
9
f2bfdee5 10 * Makefile.am: add files to EXTRA_DIST rather than copying, and
11 omit the kludgy cleaning steps, which were failing when the list
12 to clean was empty.
13
142004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
15
fc9d0745 16 * configure.ac: Look for perl, and substitute into vtysh/extract.pl.
17 Search for termcap functions more expansively (fixes vtysh compile
18 on NetBSD). Clean up --enable-vtysh definition.
19
cf313889 202004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
21
22 * update-autotools: Use -rf on autom4te.cache.
23
320ec10a 242004-06-20 Hasso Tepper <hasso@estpak.ee>
25
26 * lib/vty.c: Don't attempt to load configuration file from current
27 directory.
28 * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c,
29 ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c,
30 ripngd/ripng_main.c and zebra/main.c.
31
19877dd2 322004-05-11 Paul Jakma <paul@dishone.st>
33
34 * configure.ac: Add solaris support for the zebra/*_solaris
35 method's, based on Sowmini's patches.
36
d355bfa7 372004-04-08 Paul Jakma <paul@dishone.st>
38
39 * ospf_spf.h: Add backlink field to struct vertex
40 * ospf_spf.h: (ospf_vertex_new) initialise backlink
41 (ospf_lsa_has_link) return index of link back to
42 vertex V from candidate vertex W, or -1 if no link exists.
43 (ospf_spf_next) save backlink index for candidate vertex
44 * ospf_interface.c: (ospf_vl_set_params) Use the backlink index
45 to determine correct address for virtual-link peers. Fall back
46 to older "pick first link" method if no backlink index exists.
47
41d3fc96 482004-04-06 Hasso Tepper <hasso@estpak.ee>
49
50 * zebra/ipforward_proc.c: Fixed lowering privileges.
51 * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic.
52 * configure.ac: Added --disable-capabilities switch to configure.
53
f571dab0 542004-03-22 Hasso Tepper <hasso@estpak.ee>
55
56 * Readded SIGTERM handling so daemons can clean up their stuff if they
57 are killed (not murdered).
58
37318657 592004-03-20 Michael Bruening <mike@vailsys.com>
60
61 * ospfd/ospf_vty.c: Completed array distribute_str of route types with
62 addition of "isis". This array must be indexed by
63 ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should
64 be updated with every route type addition. This fix allows
65 commands redistributing routes from (bgp|isis), like "router ospf
66 redistribute bgp ...", to be written to terminal, memory, file,
67 which would otherwise result in a seg fault or, possibly, config
68 file corruption. Overlooked in import of isisd.
69 * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c
70 and ripngd/ripng_zebra.c.
71
8c903fbb 722004-03-17 Jean-Yves Simon <lethalwp@tiscali.be>
73
74 * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint,
75 bugzilla #82.
76
5e4fa164 772004-03-16 David Young <dyoung@pobox.com>
78
79 * (many) reference <lib/version.h> rather than "version.h",
80 because version.h is a generated file and not present in the
81 source tree when using objdir builds.
82
fa2b17e3 832004-03-03 PC Drew <pc@superiorcomm.net>
84
85 * lib/keychain.c: typecast time_t function to long, fixes compile
86 warning.
87 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
88 compile warning when backtrace doesn't exist for that system.
89 * zebra/rtadv.c: for OpenBSD, added include statement for
90 netinet/icmp6.h
91 * zebra/zserv.c: added default case to switch statements, fixes compile
92 warning about certain NEXTHOP_TYPE enumeration values not being
93 handled.
94 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
95 warning, about mask possibly being used uninitialized.
96 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
97 compile warning about certain NEXTHOP_TYPE enumeration values not
98 being handled.
99 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
100 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
101 compile warning.
102 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
103 warning.
104 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
105 fixes compile warning.
106 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
107 friends, fixes compile warning.
108 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
109 compile warning.
110 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
111 _cwd array, fixes compile warning.
112
2d75d052 1132004-01-19 Paul Jakma <paul@dishone.st>
114
115 * tests/test-sig.c: New file, regression test for sigevents.
116 * lib/Makefile.am: add sigevent.{c,h}
117 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
118 * zebra/main.c: ditto.
119
a27abaa5 1202004-01-10 Paul Jakma <paul@dishone.st>
121
122 * Makefile.am: redhat/ is a dist subdir too.
123
a4d2a0d2 1242004-01-10 Vincent Jardin <jardin@6wind.com>
125
126 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
127 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
128
00bc5603 1292004-01-08 Paul Jakma <paul@dishone.st>
130
131 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
132 remove the redhat/... dist targets - instead these now go in..
133 redhat/Makefile.am: (new) proper place to describe redhat/ dist
134 files, as well as allow quagga.spec to be regenerated properly.
135 redhat/quagga.sysconfig: specify conf file location.
136 redhat/quagga.spec.in: Add 2 patches to RPM build.
137
15d74e93 1382003-12-30 Paul Jakma <paul@dishone.st>
139
140 * redhat/isisd.init: new file, init script for isisd.
141 redhat/quagga.sysconfig: new file, sysconfig file for quagga
142 initscripts.
143 redhat/quagga.spec.in: various cleanups, including sysconfig patch
144 from RH, fixed UID/GID as per RH EL, shell changed to
145 /sbin/nologin, daemon vty's listen to 127.1 only per default and
146 isisd packaged.
147 redhat/*.init: sysconfig support and runlevels specified.
148
41ad8780 1492003-12-30 Paul Jakma <paul@dishone.st>
150
151 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
152 copying via dist-hook. Remove ~ files backup cruft from dists.
153 isisd/Makefile.am: sysconf example should go via
154 dist_examples_DATA. The include-netbsd/ headers werent mentioned
155 as sources and werent being copied into dists.
156
9e867fe6 1572003-12-23 Vincent Jardin <jardin@6wind.com>
158
159 * isisd: Import isisd from Sampo Saaristo's source code.
160
aa593d5e 1612003-12-22 Christian Hammers <ch@lathspell.de>
162
163 * configure.ac (and everywhere a regular file is opened for
164 writing): use file permissions from configure rather than
165 compiled-in umask.
166
47ce02a8 1672003-12-22 Hasso Tepper <hasso@estpak.ee>
168
169 * lib/linklist.c: Revert microfix I commited while reverting
170 [quagga-dev 227]. Caused by misreading code.
171
e90fbabd 1722003-12-21 Hasso Tepper <hasso@estpak.ee>
173
174 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
175 function should not drop nodes in any case. But fix behavior where
176 nodes were added to the end of list when cmp returned 0.
177 * lib/if.c: Check for duplicates before calling listnode_add_sort().
178
af273652 1792003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
180
181 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
182 than include_HEADERS to place includes in
183 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
184
c4f0efe6 1852003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
186
187 * configure.ac: When setting exampledir to sysconfdir as a
188 default, don't quote ${sysconfdir}. (Bug reported by Vincent
189 Jardin.)
190
d2a0ccc6 1912003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
192
193 * configure.ac: Compile in Router Advertisement support by
194 default. Note that this does not default to sending RAs; it just
195 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
196 available. While others may prefer other tools, no argument has
197 been made that router advertisement support is such bloat that it
198 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
199 8 bytes with the support compiled out). This reversion of a
200 previous change was done in consultation with Paul.
201
fa3232e1 2022003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
203
204 * configure.ac: Move tests for v6 header files to after the check
205 for v6 code version, and conditionalize on the right variable.
206 (Fixes problem where v6 header files are not included when v6 is
207 enabled implicitly.)
d2a0ccc6 208
d6b72f7a 2092003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
210
211 * configure.ac: Add --enable-exampledir to specify where example
212 config files should go, defaulting to sysconfdir.
213
214 * */Makefile.am: use exampledir instead of sysconfdif for examples
215
62892880 2162003-11-02 Paul Jakma <paul@dishone.st>
217
218 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
219 route map command so that vtysh can use it. Modified version of
220 Hasso Tepper's patch. Fixes bug #52.
221 * configure.ac: FreeBSD has net-snmp in /usr/local.
222 * redhat/quagga.spec.in: Install libzebra headers with -devel
223 package.
224
2252003-11-02 Krzysztof Oledzki <oleq@ans.pl>
226
227 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
228 caused zebra to read all routes in all tables, rather than just
229 the main table. See [quagga-dev 280].
230
2312003-10-30 Paul Jakma <paul@dishone.st>
232
233 * configure.ac: netinet/in_systm.h is yet another well-known
234 header file we really should be checking for
235
2362003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
237
238 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
239 by ospf_ism.c::ism_change_state() - results in incorrect figure
240 for active interfaces in an area.
241
2422003-10-27 Paul Jakma <paul@dishone.st>
243
244 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
245 reverted RFC3021 patch.
246
2472003-10-27 Simon <lists@routemeister.net>
248
249 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
250 being called with struct connected. Change to co->ifp.
251
2522003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
253
254 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
255 limit when setting changed flag to avoid spurious changes.
256 (static_install_ipv{4,6}) dont uninstall by default, might not be
257 required - avoid spurious uninstalls.
258 (static_uninstall_ipv{4,6}) only uninstall the route if its
259 actually FIB route.
260
2612003-10-24 sowmini.varadhan@sun.com
262
263 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
264 created.
265
2662003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
267
268 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
269 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
270 view string.
271 (bgp_show_neighbor_route) Take a struct peer argument instead of
272 ip string.
273 (peer_adj_routes) ditto
274 (show_adj_routes) ditto
275 (peer_lookup_in_view) new function to return appropriate struct
276 peer for a given view string.
277 (misc) Fixup all calls to above to reflect new calling arguments,
278 and use peer_lookup_in_view as needed. Additional commands
279 installed to use expanded functionality above, existing commands
280 modified to suit as well.
281 * bgpd/bgp_vty.c: 2 new aliases.
282
2832003-10-24 Paul Jakma <paul@dishone.st>
284
285 * configure.ac: Check for fcntl()
286 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
287 regular automake means, not magic install incantations, see
288 bug #38.
289 * lib/Makefile.am: install the headers, needed to link libzebra.a
290 (and hence libospf.a, OSPF-API, etc.)
291
2922003-10-24 waldi@debian.org
293
294 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
295 depended against source files without specification, i.e. it
296 used ../zebra instead of $(top_srcdir)/zebra.
297
2982003-10-23 Paul Jakma <paul@dishone.st>
299
300 * configure.ac: IRIX configure.ac support. Sort of works.
301 sysctl() crashes though (ipforward), there's some kind of odd
302 padding in the PF_ROUTE socket messages and setsockopt() on
303 SOCK_RAW does not work (so ospfd doesnt work).
304
3052003-10-22 Paul Jakma <paul@dishone.st>
306
307 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
308 configure dependent. (still need to find a way to make building of
309 it dependent on configure options or include all commands.)
310
3112003-10-22 Paul Jakma <paul@dishone.st>
312
313 * lib/zebra.h: include limits.h if its there, its a portable header
314 and useful and not just solaris specific. net/route.h is also
315 useful.
316
3172003-10-22 Paul Jakma <paul@dishone.st>
318
319 * lib/regex.c: bzero -> memset
320 * zebra/ioctl.c: ditto. bzero is not portable.
321
3222003-10-22 Paul Jakma <paul@dishone.st>
323
324 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
325 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
326 portable.
327
3282003-10-22 Paul Jakma <paul@dishone.st>
329
330 * configure.ac: Split up header checks into non-net, net and ipv6
331 related. Checking of IPv6 is conditional. Add some more output
332 text for the end of the configure run.
333
3342003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
335
336 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
337 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
338 family prefixes. Accept prefix as argument.
339 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
340 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
341 bgp_dump_routes_attr.
342 (bgp_dump_common) Go by the family of the peering socket, not
343 configured address family when dumping peering information.
344 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
345 patch.
346
3472003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
348
349 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
350 fixed intervals rather than fixed intervals from startup time.
351 (bgp_dump_interval_func) Dont return immediately if file cant be
352 openeded, but reschedule interval dumps, even - admin might
353 fix problem in meantime. Close the dump file in between intervals.
354 (bgp_dump_init) account for MSG header when initialising stream
355 size.
356
3572003-10-15 Paul Jakma <paul@dishone.st>
358
359 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
360 lookup oi for a given prefix in a given interfaces table of oi's.
361 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
362 reporting new interface multiple times.
363 NB: This patch is a complete plaster-band of a hack. First, why is
364 zebra reporting interface events multiple times? Second, why does
365 ospfd maintain so many damn lists and tables relating to oi's -
366 these should be reconciled into one or two tables.
367
3682003-10-15 sowmini.varadhan@sun.com
369
370 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
371 instead of creating one socket per send. send source addr to
372 rip_update_interface.
373 (rip_update_process) should send an update on every connected
374 network for each interface.
375 (rip_request_send) should send a request on every connected
376 network for each interface.
377 * ripd/ripd.h: update prototype for rip_interface_multicast_set
378 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
379 so that it can be called repeatedly for aliased interfaces (on
380 multiple networks).
381
3822003-10-15 Jay Fenlason <fenlason@redhat.com>
383
384 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
385 end-sub-negotation is sent when no sub-negotation data has been
386 sent. Return immediately if no sub-negotation is in progress.
387 (vty_read) do not attempt to process options if no sub-negotation
388 is in progress.
389
3902003-10-15 Paul Jakma <paul@dishone.st>
391
392 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
393 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
394 (non-portable) getcwd() allocation (which we didnt seem to be
395 freeing).
396
3972003-10-13 Jay Fenlason <fenlason@redhat.com>
398
399 * lib/zebra.h: define UINT32_MAX for those systems which do not
400 provide it.
401 * bgp_attr.h: define BGP_MED_MAX.
402 * bgp_route.c: update defines/constants to BGP_MED_MAX.
403 * bgp_routemap.c: ditto. clean up route_match_metric_compile
404 slightly to avoid unneccesary XMALLOC.
405
4062003-10-13 sowmini.varadhan@sun.com
407
408 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
409 * ospf_lsa.c: added better debug comments. check sequence number in
410 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
411 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
412 received.
413 * ospf_flood.c: improve debug statement- print ls_seqnum.
414
4152003-10-13 Douglas Fraser <doug+quagga@idmf.net>
416
417 * zebra/connected.c: PtP revert fixup. Zebra was not creating
418 connected route for PtP peer.
419
4202003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
421
422 * zebra/ipforward_proc.c: (ipforward) Close the fd for
423 /proc/net/snmp. See [quagga-dev 284]
424
4252003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
426
427 * zebra/zebra_rib.c: Fix possible dangling reference to rib
428 route_nodes - unlock it the appropriate number of times. (twice,
429 because of the implicit lock). see [quagga-dev 251].
430
4312003-09-29 Paul Jakma <paul@dishone.st>
432
433 * zebra/connected.c: revert the 'generic PtP' patch as it causes
434 far too many problems. People who use FreeSWAN should investigate
435 native linux ipsec.
436 * zebra/rt_netlink.c: ditto
437 * lib/if.c: ditto
438 * ripd/ripd.h: ditto
439 * ripd/ripd.c: ditto
440 * ripd/rip_interface.c: ditto
441 * ospfd/ospfd.c: ditto
442 * ospfd/ospf_snmp.c: ditto
443 * bgpd/bgp_nexthop.c: ditto
444 * ospfd/ospf_packet.c: Add debug output for some of the previously
445 completely silent drops of 'bad' packets.
446 * configure.ac: bump version
447
4482003-08-27 Jay Fenlason <fenlason@redhat.com>
449
450 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
451 * zebra/Makefile.am: Link in libcap
452 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
453 compared with UINT32_MAX
454 * ospfd/ospfd.c: remove redundant assert
455 * zebra/rtadv.c: add missing include for zebra/rib.h
456
4572003-09-24 Paul Jakma <paul@dishone.st>
458
459 * lib/version.h: moved to version.h.in
460 * lib/version.h.in: New file, from version.h. Change hardcoded
461 package name and version to use the autoconf defined substition
462 variables.
463 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
464 through lib/version.h for VERSION. Add lib/version.h to the
465 AC_OUTPUT list. Update the text output of quagga version at end
466 of configure run to use PACKAGE_VERSION.
467 * doc/.cvsignore: ignore quagga.pdf
468 * doc/.cvsignore: ignore version.h, its now autogenerated.
469
4702003-09-24 sowmini.varadhan@sun.com
471
472 * lib/if.c: (if_cmp_func) fix infinite loop if
473 ifp1->name == ifp2->name
474 * lib/linklist.c: (if_cmp_func) Fix handling of case where
475 list->cmp returns 0.
476 * rip_interface.c: (rip_interface_address_add) call
477 rip_enable_apply(), or the interface is never considered up.
478 see [quagga-dev 225].
479 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
480 address families in the absence of sa_len element in struct
481 sockaddr.
482 (ifm_read): Handle solaris 9 if_msghdr_t.
483 Deal with interfaces which are incomplete, lookup on name rather
484 than the placeholder interface index of -1.
485
4862003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
487
488 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
489 interface to ospf_if_lookup_by_local_addr() rather than the
490 receiving interface ifp, packets for VL's could come in any
491 interface. See quagga-dev 250.
492
e05fba43 4932003-04-13 Paul Jakma <paul@dishone.st>
494
495 * Amir: Opaque LSA bug fix for deletion of Type11's
496 * configure.ac: use --localstatedir for Unix sockets
645878f1 497 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
498 LSAs.
e05fba43 499
020709f9 5002003-04-04 Paul Jakma <paul@dishone.st>
501
502 * Sync to Zebra CVS
503 * Fix lib/thread.h leak
504 * Fix small Opaque LSA leak
505 * Do not configure OSPF interfaces for secondary addresses
506 * vtysh fixes from Hasso
507 * Dave Watson's missing ntohs fix
508
68980084 5092003-03-25 Paul Jakma <paul@dishone.st>
510
511 * Sync to Zebra CVS
512
07661cb5 5132003-03-17 Amir Guindehi <amir@datacore.ch>
514
515 * Extended SNMP checks in configure.ac so that net-snmp works
516
5172003-03-17 Amir Guindehi <amir@datacore.ch>
518 Ralph Keller <keller@tik.ee.ethz.ch>
519 * merge OSPF-API
520
13766da4 5212003-02-07 Paul Jakma <paul@dishone.st>
522
523 * Sync to zebra CVS
524
420df43a 5252003-02-03 Paul Jakma <paul@dishone.st>
526
527 * Sync to zebra CVS
528
ae936aee 5292003-01-19 Paul Jakma <paul@dishone.st>
530
531 * Temporary fix for Generic PtP wrt to IPv6
532
9a668001 5332003-01-17 Paul Jakma <paul@dishone.st>
534
535 * Sync up to latest zebra.org CVS
536 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
537 Masahiko Endo <endo@suri.co.jp>
538 * [zebra 16824] [PATCH] nsm_kill_neighbor
539 Masahiko Endo <endo@suri.co.jp>
540 * [zebra 17217] [PATCH] show thread CPU
541 Yon Uriarte <havanna_moon@gmx.net>
542 * [zebra 17218] Re: [PATCH] CLI extensions.
543 Yon Uriarte <havanna_moon@gmx.net>
544
4fc01e67 5452002-12-13 Paul Jakma <paul@dishone.st>
546
547 * added support for vtysh 'write file' command to
0efa4d57 548 write either per-daamon and/or integrated file
ab836aab 549 * ospfd md5 buffer copying fix (Greg Troxel)
8bd9c714 550 * ospfd md5 sequence number derived from time()
ab836aab 551 * RIPv1 fixes and improvements (John Hay)
552 * link state detection (linux) ([zebra 12269])
553 * Generic PtP and RFC3021 interface addressing support
554 (Frank van Maarseveen)
0efa4d57 555 * Michal Ludvig <michal@logix.cz>:
556 [zebra 16525] PATCH: Bugfixes for KAME systems
557 * Kevin C Miller <kevinm@andrew.cmu.edu>
558 [zebra 16681] OSPF NSSA Patches
559 * Yon Uriarte <havanna_moon@gmx.net>
560 [zebra 16671] [PATCH] CLI extensions
a895901b 561 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
4fc01e67 562
718e3744 5632002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
564
565 * zebra-0.93 released.
566
5672002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
568
569 * update-autotools: Change file name from update-auto-tools.sh.
570
5712002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
572
573 * update-auto-tools.sh: Add a new script to clean up build
574 environment.
575
5762002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
577
578 * Shift to the latest build environment autoconf-2.53 and
579 automake-1.6.2.
580
5812001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
582
583 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
584
5852001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
586
587 * zebra-0.92a released.
588
5892001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
590
591 * configure.in: SNMP library check problem fix when the library is
592 installed under /usr/local/lib.
593
5942001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
595
596 * zebra-0.92 released.
597
5982001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
601 warning.
602 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
603 warnings.
604
605 * config.guess: Update to 2000-11-10 version.
606
6072001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
610 detect in_pktinfo structure. Suggested by: Vlad Lungu
611 <vlad@rls.roknet.ro>.
612
6132001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
614
615 * configure.in: Add check for structure in_pktinfo.
616
6172001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
618
619 * configure.in (USE_PAM): Fix PAM library detection code.
620
6212001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
622
623 * zebra-0.91 is released.
624
6252001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * configure.in: Remove guile related definition.
628
6292001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
632 removed. htonl should work fine on any platform.
633
6342001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
635
636 * configure.in: Remove --enable-oldrib option.
637
638 * acconfig.h: OLD_RIB definition is removed.
639
640 * zebra-0.90 is released.
641
642 * configure.in (LIBS): Add check for sun_len field in struct
643 sun_len.
644
6452001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
646
647 * Makefile.am: Include init/redhat files to distribution.
648
6492001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
650
651 * configure.in: check libm.a for BGPd compile error.
652 AC_CHECK_LIB(m, main) was added.
653
6542000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
655
656 * configure.in: --enable-unixdomain becomes default. Add
657 --enable-tcp-zebra for TCP/IP communication between protocol
658 daemon and zebra.
659
660 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
661 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
662 lib/regex.c.
663
664 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
665
6662000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
667
668 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
669 multipath number. ARG must be digit.
670
6712000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
672
673 * configure.in: Add --enable-newrib for test new RIB code.
674
6752000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
676
677 * configure.in, config.h.in: Add check for libutil.h and
678 setproctitle().
679
6802000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
681
682 * configure.in: Add --enable-nssa for OSPF NSSA option.
683
684 * acconfig.h: Define HAVE_NSSA.
685
6862000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
687
688 * configure.in: pam_misc is only linked when the platform is
689 GNU/Linux.
690
6912000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
692
693 * configure.in (LIBS): Add check for crypto library. test x`ls
694 ${ac_snmp}` is replaced with sipmle test -f.
695
6962000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
697
698 * configure.in: Add --enable-unixdomain option. This will be
699 default behavior in zebra-0.90.
700
7012000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
702
703 * zebra-0.89 is released.
704
7052000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * configure.in: Add check for Intel CPU for Solaris on x86 check.
708
7092000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
710
711 * configure.in: Add check for getifaddrs().
712 Set AM_INIT_AUTOMAKE version to 0.89.
713
7142000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * config.guess: Update to the latest version.
717
718 * config.sub: Likewise
719
7202000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
721
722 * REPORTING-BUGS: New file is added.
723
7242000-08-27 itojun@iijlab.net
725
726 * configure.in: Add ncurses library check when --enable-vtysh is
727 specified.
728
7292000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
730
731 * configure.in: Add check for readline/history.h.
732
733 * acconfig.h: Remove pthread related variables.
734
735 * configure.in: Add --with-libpam option for vtysh PAM
736 authentication. Remove --disable-pthread because we don't support
737 pthread.
738
7392000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
740
741 * zebra-0.88 is released.
742
743 * configure.in: Add Solaris -lcurses for vtysh.
744
7452000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
746
747 * configure.in: Add check for ncurses for compiling on Solaris.
748
7492000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
750
751 * configure.in: Add check for libreadline when --enable-vtysh is
752 specified.
753
7542000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
757 interface method is if_ioctl.o
758
7592000-07-09 Chris Dunlop <chris@onthe.net.au>
760
761 * acconfig.h: Add HAVE_BROKEN_ALIASES.
762
763 * configure.in: Add --enable-broken-aliases.
764
7652000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
766
767 * Set version to zebra-0.87.
768
7692000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
770
771 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
772 default.
773
774 * Set version to zebra-0.87-pre
775
776 * Makefile.am: Likewise.
777
7782000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
779
780 * Set version to 0.86.
781
7822000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
783
784 * Set version to 0.85b for ospfd test.
785
7862000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * Set version to 0.85a for ospfd test.
789
7902000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * Set version to 0.85.
793
7942000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
795
796 * Makefile.in: Regenerated by patched automake for fixing "make
797 clean" problem on FreeBSD.
798
7991999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
800
801 * Set version to 0.83a. This is for *BSD static route lookup
802 problem.
803
8041999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * Set version to 0.83.
807
8081999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
809
810 * Set version to 0.82.
811
8121999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * aczebra.m4: New file added.
815
8161999-11-21 Michael Handler <handler@sub-rosa.com>
817
818 * configure.in (LIBS): Add sa_len check of sockaddr.
819
820 * acconfig.h: Add HAVE_SA_LEN.
821
8221999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * version.h: Update version to zebra-0.81b for bgpd test.
825
8261999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
827
828 * configure.in: Add --enable-mbgp.
829
8301999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
831
832 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
833
8341999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * TODO: New file is added.
837
8381999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * version.h: Update version to zebra-0.81a for ospfd test.
841
8421999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
843
844 * configure.in: New option --enable-snmp is added.
845
8461999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
847
848 * version.h: Update version to zebra-0.80.
849
8501999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
851
852 * version.h: Update version to zebra-0.80-pre3
853
8541999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
855
856 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
857
8581999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
859
860 * configure.in: Add support of OpenBSD.
861
8621999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * version.h: Update version to zebra-0.80-pre2.
865
8661999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
867
868 * version.h: Update version to zebra-0.80-pre. From this version,
869 access-list and prefix-list's name space is divided into IPv4 and
870 IPv6.
871
8721999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
873
874 * version.h: For test recent fixes Set version to zebra-0.79a.
875
8761999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
877
878 * version.h: zebra-0.79 is out.
879
8801999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * version.h: For ospfd's virtual link test. Set version to 0.78h.
883
8841999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
885
886 * version.h: For ospfd test. Set version to 0.78g.
887
8881999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
889
890 * version.h: For internal test of ospfd. Set version to 0.78f.
891
8921999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
893
894 * version.h: To test ospfd's fix, set version to 0.78e.
895
8961999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
897
898 * version.h: To test ospfd's area related bug fix, set version
899 to 0.78d.
900
9011999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
902
903 * version.h: To test ospfd, set version to 0.78c.
904
9051999-08-31 Janos Farkas <chexum@shadow.banki.hu>
906
907 * Many misspelling correction.
908
9091999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
910
911 * version.h: To test ospfd, set version to 0.78b.
912
9131999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
914
915 * configure.in (LIBS): Add UCD-SNMP include path check.
916
9171999-08-31 Lars Fenneberg <lf@elemental.net>
918
919 * configure.in: The logic which detects the UCD-SNMP library
920 should first check in the default system locations for the library
921 and then in /usr/local.
922
9231999-08-27 itojun@iijlab.net
924
925 * configure.in (LIBS): Fix problem about libsnmp.a check.
926
9271999-08-26 kay <kay@v6.access.co.jp>
928
929 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
930
9311999-08-24 VOP <vop@unity.net>
932
933 * filter.c: Include "sockunion.h".
934 plist.c: Likewise.
935 table.c: Likewise.
936
9371999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * configure.in: Add netinet6/in6.h check.
940
9411999-08-21 Masaki Minami <masaki@minami.org>
942
943 * BSD/OS 4.0 porting.
944
9451999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
946
947 * configure.in: Add --enable-netlink option to force to use Linux
948 netlink interface.
949 (CFLAGS): Add ucd-snmp library check.
950
951 * acconfig.h: If socklen_t is not defined, typedef int to
952 socklen_t.
953
9541999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
955
956 * configure.in: When --enable-ipv6 specified, then only kernel
957 version is checked.
958
9591999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
960
961 * configure.in: Add GNU libc 2.1 check.
962
9631999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
964
965 * configure.in: Fix privious Linux IPv6 check changes.
966
9671999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
968
969 * configure.in: Improve Linux IPv6 feature check.
970
9711999-07-29 Rick Payne <rickp@rossfell.co.uk>
972
973 * Changed route-maps to behave in a more cisco-like fashion
974
9751999-07-27 Gerhard Poul <gpoul@gnu.org>
976
977 * SERVICES: New file added.
978
9791999-07-12 itojun@iijlab.net
980
981 * configure.in: Add check for getaddrinfo. Improve Kame related
982 library check.
983
9841999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
985
986 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
987
9881999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
989
990 * configure.in: Delete check for netinet/ip6.h.
991
9921999-06-30 Gerhard Poul <gpoul@gnu.org>
993
994 * README: remixed the old files and added some new parts.
995 moved some INSTALL stuff into INSTALL file.
996 moved some other stuff to doc/zebra.texi
997
9981999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * configure.in (LIBS): Add libresolv check.
1001 Change --enabe-all-in-one option to --enable-one-vty.
1002
10031999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1004
1005 * configure.in: Add --enabe-all-in-one option.
1006
10071999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1008
1009 * configure.in: Add socklen_t check.
1010
10111999-06-16 Gerhard Poul <gpoul@gnu.org>
1012
1013 * Many compile warnings fixed.
1014
10151999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1016
1017 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
1018 OpenBSD (NRL) check is enabled.
1019
10201999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1021
1022 * configure.in (LIBS): Add crypt library check.
1023
10241999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1025
1026 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
1027
10281999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * Set version to 0.63 for first beta package.
1031
10321999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1033
1034 * guile.m4: Added from guile package.
1035
10361999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1037
1038 * Set version to 0.60 for beta package preparation.
1039
10401999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1041
1042 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
1043 This change is for linking these libraries to guile.
1044
10451999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1046
1047 * configure.in (LIBS): Add struct rt_addrinfo check.
1048
10491999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * configure.in: AC_STDC_HEADERS added.
1052
10531999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * Add dependencies to each directory's Makefile.am.
1056
10571999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
1058
1059 * reworked include file structure, and configure so that all
1060 source files get all system-dependent include files by including
1061 <zebra.h> which is really lib/zebra.h. This means that the
1062 different programs include files are now available as #include
1063 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
1064
1065 In practical terms, if I haven't really screwed up, the main file
1066 that maintainers for other OSes have to change is lib/zebra.h for
1067 all the conditional includes etc.
1068
1069 * added --disable-pthread for those systems that seem to have
1070 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
1071 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
1072 instead.
1073
10741999-02-24 <kunihiro@zebra.org>
1075
1076 * configure.in: update to AC_PREREQ(1.13).
1077 Change message from Linux 2.1.x to Linux 2.2.x.
1078 * Added ospf6d directory support.
1079
10801999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1081
1082 * added a "log" element to the BGPd peer structure, enabling us to
1083 start thinging about a log stream per peer. This is currently
1084 ignored by the wrapper code, but developers should try to use the
1085 "appropriate" ZLOG stream. Documentation will follow, when the
1086 real routines start to exist.
1087
1088 The current plan is to use a copy of the BSD syslog() routines and
1089 replace the syslog library function with our own. I will need
1090 feedback from users of other platforms as this work is done to see
1091 if all is well elsewhere.
1092
1093 * preliminary work on zlog() library. directly replaces syslog()
1094 currently with zlog(ZLOG *, ...) where the new first argument
1095 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1096 encapsulate all the information necessary to maintain multiple
1097 logging streams.
1098
10991999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1100
1101 * added vsnprintf() macro to lib/str.h if required and removed
1102 #ifdef SUNOS_5 dependency on it
1103
11041999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1105
1106 * syslog support added
1107
11081999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1109
1110 * configure.in: Add daemon function check.
1111
11121999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * configure.in: Add --disable-ipv6, --disable-zebra,
1115 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1116 options to configure.
1117
11181998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1121
11221998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1123
1124 * configure.in: Comment out FreeBSD's libc_r detect section. At
1125 this moment it doesn't work correctly with zebra.
1126
1127 Netlink interface is only enabled when Linux kernel version is
1128 upper than 2.1.0.
1129
11301998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1131
1132 * Hydrangea is now called KAME, so change all defines.
1133
11341998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * configure.in: ifaliasreq check added.
1137
11381998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1139
1140 * Patch is applied for compile under EWS4800
1141
11421998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1143
1144 * configure.in: delete old mtu_method check.
1145
1146 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1147
11481998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1149
1150 * configure.in: add new netlink check for GNU/Linux
1151
11521998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * doc/zebra.texi: Update Linux netlink chapter.
1155
11561998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1157
1158 * config.h.in: define PTHREAD if work on Solaris 2.6
1159 why delete the definition? I miss?
1160
11611998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1162
1163 * configure.in: add net/if.h header check.
1164
11651998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1166
1167 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1168 * zebra.texi: Modify Introduction text.
1169 * RIPngd.c: Patch Hydrangea code.
1170
11711998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1172
1173 * .cvsignore: added.
1174
1175 * Makerule.in: is gone.
1176 * Makefile.am: Now we use automake to generate Makefile.in
1177
11781998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1179
1180 * lib/vty.c: modified the definition of *master
1181 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1182
1183
11841998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1185
1186 * configure.in: define PTHREAD if work on Solaris 2.6
1187 * config.h.in: likewise
1188 * lib/thread.c: likewise
1189 * lib/vty.c: likewise
1190
11911998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1192
1193 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1194 * bgpd/: remove include <netinet6/in6.h> line.
1195 * lib/: remove include <netinet6/in6.h> line.
1196 * ripbgd/: remove include <netinet6/in6.h> line.
1197 * zebra/: remove include <netinet6/in6.h> line.
1198 * ripd/*.c: remove include <netinet6/in6.h> line.
1199 undefine IPV6 difinitions because RIPd is not worked for
1200 IPv6 protocol.
1201
1202
12031998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1204
1205 * configure.in: Change routing socket check method from
1206 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1207 AF_ROUTE but over linux it's meenigless.
1208
12091998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1210
1211 * config.h.in: remove err_t define.
1212
12131997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * configure.in (canonical): add check of IF_METHOD
1216
12171997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1218
1219 * configure.in: add INRIA check
1220
12211997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1222
1223 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1224
12251997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1226
1227 * configure.in: change IRDPD to NDPD
1228
12291997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1230
1231 * INSTALL: new file
1232
12331997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1234
1235 * config.h: add XCALLOC()
1236