]>
Commit | Line | Data |
---|---|---|
e6a4feb7 | 1 | 2005-09-19 Hasso Tepper <hasso at quagga.net> |
2 | ||
3 | * configure.ac: Test existance of strndup. | |
4 | ||
a969459c | 5 | 2005-08-25 Paul Jakma <paul@jakma.org> |
6 | ||
7 | * configure.ac: Add -fno-omit-frame-pointer after -Os in default | |
8 | cflags, just to be sure. | |
9 | Fedora's readline library does not itself link to termcap, hence | |
10 | we must pass the result of termcap tests in via OTHER-LIBRARIES | |
11 | argument, otherwise the test of main in readline will fail due to | |
12 | missing termcap systems. On systems like Debian, -ltermcap | |
13 | is not needed for the readline test, because libreadline already | |
14 | links to it. | |
15 | ||
c0689394 | 16 | 2005-08-25 Hasso Tepper <hasso at quagga.net> |
17 | ||
18 | * configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked | |
19 | against libreadline and friends. | |
20 | ||
60f0651c | 21 | 2005-08-13 Paul Jakma <paul@jakma.org> |
22 | ||
23 | * Makefile.am: (EXTRA_DIST) Add the trailing slash back in which | |
24 | greg left out - tools bits weren't being included in dist, | |
25 | which broke rpm builds :). | |
26 | ||
1dab30f4 | 27 | 2005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com> |
28 | ||
29 | * Makefile.am (EXTRA_DIST): add INSTALL.quagga.txt, because people | |
30 | that patch releases need to know about autoconf required versions. | |
31 | ||
850d39f3 | 32 | 2005-06-30 Louis Lagendijk <louis.lagendijk@gmail.com> |
33 | ||
34 | * configure.ac: Actually test whether libc has IPv6 support. | |
35 | ||
7cad4000 | 36 | 2005-06-28 Paul Jakma <paul.jakma@sun.com> |
37 | ||
38 | * INSTALL.quagga.txt: GNU make is required now, because of manual | |
39 | automatic rules in solaris/Makefile.am. (If someone knows how | |
40 | to do these in a better way..). | |
41 | GNU AWK is required for CVS checkout builds. | |
42 | ||
70856417 | 43 | 2005-06-01 Paul Jakma <paul.jakma@sun.com> |
44 | ||
45 | * NEWS: bgpd work queues and ripd auth-mode change | |
46 | ||
42c98199 | 47 | 2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su> |
48 | ||
49 | * configure.ac: Check for OSes which support passing ifindex in | |
50 | struct ip_mreq. | |
51 | ||
0c2029e9 | 52 | 2005-04-29 Paul Jakma <paul.jakma@sun.com> |
5e4008f7 | 53 | |
0c2029e9 | 54 | * NEWS: Added some more 0.99 news. |
55 | * configure.ac: bump to 0.99.1 (0.99.0 was never released except | |
56 | via CVS snapshots) | |
5e4008f7 | 57 | |
74a2dd7b | 58 | 2005-04-25 Paul Jakma <paul.jakma@sun.com> |
59 | ||
60 | * HACKING: Add some notes about build system changes, to | |
61 | document common oversights (common for me anyway). | |
62 | Seperate sections with two newlines, easier to read. | |
63 | ||
924b9229 | 64 | 2005-04-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
65 | ||
66 | * configure.ac: Added AC_ARG_ENABLE(time-check). By default, | |
67 | warning messages will now be printed for threads or commands that take | |
68 | longer than 5 seconds, but this configure argument can be used | |
69 | to disable the checks or change the threshold. | |
70 | ||
03ecfb67 | 71 | 2005-04-16 Paul Jakma <paul.jakma@sun.com> |
72 | ||
73 | * configure.ac: check for gawk, needed to build memtypes.h | |
74 | ||
dfb9a545 | 75 | 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
76 | ||
77 | * configure.ac: Move AC_CANONICAL_* stuff before AM_INIT_AUTOMAKE to | |
78 | eliminate warning message about AC_ARG_PROGRAM being called | |
79 | before AC_CANONICAL_TARGET. | |
80 | ||
26275b05 | 81 | 2005-04-11 Paul Jakma <paul.jakma@sun.com> |
82 | ||
83 | * configure.ac: Call AC_CANONICAL_{BUILD,TARGET} macros. Target isnt | |
84 | set otherwise, afaict. AC_SUBST enable_{user,group,vty_group} and | |
85 | quagga_statedir - the Solaris package bits for one need this. | |
86 | configure the solaris/ Makefile. | |
87 | * Makefile.am: solaris is a subdir - unconditional or else it wont | |
88 | be included in non-solaris made dists. | |
89 | ||
1b73de8b | 90 | 2005-04-10 Paul Jakma <paul.jakma@sun.com> |
91 | ||
92 | * configure.ac: Fix host string recognition for Solaris Nevada aka | |
93 | solaris2.10.1, and hopefully future such strings. | |
94 | ||
1eb8ef25 | 95 | 2005-04-07 Paul Jakma <paul.jakma@sun.com> |
96 | ||
97 | * (global): Fix up list loops to match changes in lib/linklist, | |
98 | and some basic auditing of usage. | |
99 | * configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES | |
100 | * HACKING: Add notes about deprecating interfaces and commands. | |
101 | ||
208f0b7e | 102 | 2005-04-05 Paul Jakma <paul@dishone.st> |
103 | ||
104 | * HACKING: remove the 'manually patch redhat/quagga.spec' bit | |
105 | from RELEASE section. Let the rpm revision be CONFDATE, will work | |
6a524706 | 106 | fine. Expand on the importance of supplying good ChangeLog's in |
107 | the PATCH SUBMISSION section. | |
208f0b7e | 108 | |
5b087528 | 109 | 2005-04-04 Hasso Tepper <hasso at quagga.net> |
110 | ||
111 | * configure.ac: Fix AC_LANG_SOURCE usage. It needs double square | |
112 | brackets around source. Single ones broke square brackets in the | |
113 | code (arrays). | |
114 | ||
d33e8d7b | 115 | 2005-04-03 Hasso Tepper <hasso at quagga.net> |
116 | ||
117 | * configure.ac: Use AC_RUN_IFELSE instead of obsolete AC_TRY_RUN macro | |
118 | and define action for cross-compiling. | |
119 | ||
f695b01f | 120 | 2005-04-02 Hasso Tepper <hasso at quagga.net> |
121 | ||
122 | * configure.ac: Add --enable-isis-topology to enable isisd topology | |
123 | generator code. | |
124 | ||
3849db25 | 125 | 2005-04-02 Paul Jakma <paul@dishone.st> |
126 | ||
127 | * INSTALL.quagga.txt: Add note about additional CVS build | |
128 | requirements, if one wishes to build ps/pdf docs. | |
129 | ||
3cb98dee | 130 | 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
131 | ||
132 | * configure.ac: Add strnlen to AC_CHECK_FUNCS. | |
133 | ||
2d58228e | 134 | 2005-03-28 Hasso Tepper <hasso at quagga.net> |
135 | ||
136 | * configure.ac, */Makefile.am: Fix previous commit. SNMP includes | |
137 | must be after lib/ includes in some systems. Introduce SNMP_INCLUDES | |
138 | for that. | |
139 | ||
17eff7cb | 140 | 2005-03-28 Hasso Tepper <hasso at quagga.net> |
141 | ||
142 | * configure.ac: Fix most of "Presents But Cannot Compiled" warnings | |
143 | about various headers. CFLAGS is not correct place to specify | |
144 | includes, INCLUDES is for that. | |
145 | ||
1969e4b9 | 146 | 2005-03-27 Hasso Tepper <hasso at quagga.net> |
147 | ||
148 | * configure.ac: Add Intel compiler (icc) support. Although Intel | |
149 | tries really hard to make icc look like gcc, there are some | |
150 | differences. It's very verbose with -Wall and it doesn't support | |
151 | the individual -W options. We are going to ignore some of these | |
152 | warnings. | |
153 | ||
a0fb71a5 | 154 | 2005-03-26 Hasso Tepper <hasso at quagga.net> |
155 | ||
156 | * doc/defines.texi.in, lib/version.h.in: Update copyright string to | |
157 | include year 2005. | |
158 | ||
29c4c9bd | 159 | 2005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com> |
160 | * configure.ac: add struct nd_opt_interval and struct | |
161 | nd_opt_homeagent_info detection. | |
162 | ||
55468c86 | 163 | 2005-03-14 Paul Jakma <paul.jakma@sun.com> |
164 | ||
165 | * (global) update all c files to match the lib/vector.h rename of | |
166 | (struct vector).active to max, and vector_max macro to | |
167 | vector_active. | |
168 | ||
afd8a129 | 169 | 2005-03-12 Paul Jakma <paul.jakma@sun.com> |
170 | ||
171 | * configure.ac: Solaris 8 can use the newer lifreq based methods | |
172 | too, allows IPv6. | |
173 | ||
c45eb839 | 174 | 2005-02-19 Hasso Tepper <hasso at quagga.net> |
175 | ||
176 | * configure.ac: Fix Linux detection. Host types like i686-pc-linux | |
177 | didn't match the pattern. | |
178 | ||
9985f83c | 179 | 2005-02-09 Paul Jakma <paul.jakma@sun.com> |
180 | ||
181 | * (global) Update code to match stream.h changes. | |
182 | stream_get_putp effectively replaced with stream_get_endp. | |
183 | stream_forward renamed to stream_forward_getp. | |
184 | stream_forward_endp introduced to replace some previous | |
185 | setting/manual twiddling of putp by daemons. | |
186 | ||
f83d18dc | 187 | 2005-01-24 Paul Jakma <paul@dishone.st> |
188 | ||
189 | * configure.ac: Bump version to 0.99.0 | |
190 | ||
b854038b | 191 | 2005-01-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
192 | ||
193 | * redhat/quagga.spec.in: Fix postun script to avoid misleading error | |
194 | message saying the postun scriptlet failed when watchquagga | |
195 | is not running. | |
196 | ||
40abf239 | 197 | 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
198 | ||
199 | * configure.ac: Test for header file <ucontext.h> (for use in | |
200 | signal processing). | |
201 | ||
6cf9df08 | 202 | 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
203 | ||
204 | * configure.ac: If configure is invoked with --enable-snmp, but | |
205 | the configure script is unable to find SNMP support on the platform, | |
206 | then configure should give an error message and exit. | |
207 | ||
fc43ecc7 | 208 | 2005-01-12 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
209 | ||
210 | * redhat/quagga.spec.in: Pass --enable-gcc-rdynamic to configure | |
211 | to get gcc to link with -rdynamic for better backtraces. | |
212 | When the rpm is upgraded, the restart logic now works as follows: | |
213 | 1. stop watchquagga; 2. stop all routing daemons; 3. restart zebra | |
214 | if it was running; 4. start all routing daemons that were running; | |
215 | and 5. start watchquagga if it was running. | |
216 | ||
220d0c0e | 217 | 2005-01-07 Paul Jakma <paul@dishone.st> |
218 | ||
219 | * configure.ac: Bump version to 0.98.0 | |
220 | ||
1f3585ea | 221 | 2005-01-05 Paul Jakma <paul@dishone.st> |
222 | ||
223 | * configure.ac: Bump version to 0.97.5 | |
224 | ||
6c20046f | 225 | 2005-01-04 Greg Troxel <gdt@fnord.ir.bbn.com> |
226 | ||
227 | * configure.ac: Use AC_MSG_CHECKING/AC_MSG_RESULT around | |
228 | CMSG_FIRSTHDR check, so it shows up in the output of configure. | |
229 | Tested on NetBSD, which doesn't define HAVE_BROKEN_CMSG_FIRSTHDR. | |
230 | ||
b99760ab | 231 | 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
232 | ||
233 | * configure.ac: Added test for broken CMSG_FIRSTHDR macro | |
234 | (relevant for Solaris 8 and unpatched Solaris 9, don't know | |
235 | whether other platforms are affected). | |
236 | ||
73a7dea3 | 237 | 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
238 | ||
239 | * NEWS: Note improved logging facilities. | |
240 | ||
3cade26f | 241 | 2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
242 | ||
243 | * configure.ac: Add new option --enable-gcc-rdynamic to link | |
244 | with -rdynamic. | |
245 | ||
2b70200c | 246 | 2004-12-23 Paul Jakma <paul@dishone.st> |
247 | ||
248 | configure.ac: Bump version to 0.97.4 | |
249 | ||
f3931751 | 250 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
251 | ||
252 | * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons. | |
253 | ||
b3324e27 | 254 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
255 | ||
256 | * redhat/quagga.spec.in: Add watchquagga, and fix some other | |
257 | logic to make sure that all daemons are restarted on upgrades | |
258 | and stopped on package removal. | |
259 | ||
afc44c29 | 260 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
261 | ||
262 | * redhat/quagga.sysconfig: Define some variables to support watchquagga. | |
263 | ||
515210bd | 264 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
265 | ||
266 | * configure.ac: Add a define for DAEMON_VTY_DIR in config.h. | |
267 | ||
d0199430 | 268 | 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
269 | ||
270 | * {configure.ac,Makefile.am}: Build watchquagga by default. | |
271 | ||
8035e9f0 | 272 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
273 | ||
274 | * NEWS: Note addition of watchquagga. | |
275 | * HACKING: Note that watchquagga is in testing phase. | |
276 | ||
9d0bfcb9 | 277 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
278 | ||
279 | * watchquagga: New watchquagga daemon. | |
280 | ||
0d742d24 | 281 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
282 | ||
283 | * redhat/Makefile.am: Added watchquagga.init to EXTRA_DIST. | |
284 | ||
54b52525 | 285 | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
286 | ||
287 | * redhat/watchquagga.init: New file, init script for watchquagga. | |
288 | ||
5e764774 | 289 | 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
290 | ||
291 | * HACKING: Indicate that header files should be consulted for | |
292 | documentation, particularly logging levels in lib/log.h. | |
293 | ||
b9e0ee31 | 294 | 2004-11-24 Paul Jakma <paul@dishone.st> |
295 | ||
296 | * TODO: Add source routing, zebra filtering and lib/ documenting. | |
297 | ||
6099b3b5 | 298 | 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
299 | ||
300 | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c | |
301 | needs to include "log.h" to pick up the declaration. | |
302 | ||
48577196 | 303 | 2004-11-19 Hasso Tepper <hasso at quagga.net> |
304 | ||
305 | * configure.ac: Avoid regeneration of doc/quagga.info for now. | |
306 | ||
0cdb8dd2 | 307 | 2004-11-17 Paul Jakma <paul@dishone.st> |
308 | ||
309 | * INSTALL.quagga.txt: texinfo version corrected, so section on | |
310 | that 4.7-x being unknown is not needed. | |
311 | ||
670bbf19 | 312 | 2004-11-12 Paul Jakma <paul@dishone.st> |
313 | ||
314 | * configure.ac: Fix AC_CONFIG_FILES, the chmod seems to run for | |
315 | every input file, should be only be for vtysh/extract.pl, so that | |
316 | should be a seperate AC_CONFIG_FILES. | |
95d3184c | 317 | * INSTALL: update-autotools, autoreconf -i will install this, remove |
318 | the file so it always matches the autoconf which created | |
319 | configure (ie the quagga snapshot producing host). | |
9104f569 | 320 | * INSTALL.quagga.txt: Some quagga specific INSTALL notes. |
321 | * README: s/GNU Zebra/Quagga/ and refer to IS-IS support. | |
670bbf19 | 322 | |
7966b97c | 323 | 2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |
324 | ||
325 | * redhat/quagga.spec.in: add comments showing how to get gcc verbosity | |
326 | ||
1b074dd2 | 327 | 2004-11-08 Paul Jakma <paul@dishone.st> |
328 | ||
329 | * configure.ac: bump version to 0.97.3, release imminent. | |
330 | ||
14c17fd8 | 331 | 2004-11-06 Paul Jakma <paul@dishone.st> |
332 | ||
333 | * configure.ac: Arguments to AC_OUTPUT is deprecated, use | |
334 | AC_CONFIG_FILES instead. Rearrange the order slightly to put the | |
335 | Makefiles first (silly aesthetic thing, dont know why I had to do | |
336 | this ;) ). Add doc/defines.texi to the list. | |
337 | * NEWS: bgp route-server support added, refer to docs. | |
338 | * update-autotools: call automake with --add-missing and --copy, | |
339 | former is important for obvious reasons, latter for dist files, | |
340 | and --gnu to enable whatever extra goodness checks. | |
341 | * {depcomp, install-sh, missing}: removed, auto-generated files. | |
342 | ||
1f8f61a7 | 343 | 2004-11-05 Paul Jakma <paul@dishone.st> |
344 | ||
345 | * HACKING: Expand on ChangeLogs, eg current practice for certain | |
346 | directories and certain other meta-data is not to maintain a | |
347 | ChangeLog. Expand on the commit message, IMHO, commit message | |
348 | should always be ChangeLog for files where ChangeLog is kept. | |
349 | Solaris is supported on any platform (with, at moment, an | |
350 | additional patch). | |
351 | ||
3e511c8e | 352 | 2004-10-23 Paul Jakma <paul@dishone.st> |
353 | ||
354 | * configure.ac: bump version to 0.97.2, release imminent. | |
355 | ||
6b6942f9 | 356 | 2004-10-22 Paul Jakma <paul@dishone.st> |
357 | ||
358 | * configure.ac: fix up enable help alignment slightly | |
359 | Add --enable-gcc-ultra-verbose to set various gcc warnings which | |
360 | should one day be fixed but are not serious problems or which | |
361 | could be false-positives. | |
362 | ||
3fb9cd6e | 363 | 2004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com> |
364 | ||
365 | * lib, zebra, ripd, ospfd, bgpd: Support NULL connected destination | |
366 | pointers properly everywhere. Fix point-to-point logic to | |
367 | support links where a dedicated subnet has been assigned. | |
368 | PtP links with /31 subnets should now work where supported by O/S. | |
369 | ||
4f8b5bb1 | 370 | 2004-10-11 Paul Jakma <paul@dishone.st> |
371 | ||
372 | * bump version to 0.97.1, release imminent. | |
373 | ||
e561a8eb | 374 | 2004-10-07 Paul Jakma <paul@dishone.st> |
375 | ||
376 | * bump version to 0.97.0, release imminent. | |
377 | ||
7fd63b38 | 378 | 2004-10-07 Greg Troxel <gdt@sunpal7.mit.edu> |
379 | ||
380 | * configure.ac: remove -Wpacked; 2.95.3 doesn't support it. | |
381 | ||
7347a2ad | 382 | 2004-10-05 Hasso Tepper <hasso at quagga.net> |
383 | ||
384 | * configure.ac: Removed -Wpadded. I don't have sooo much time that I | |
385 | could care about padding ;). | |
386 | ||
a49c0ff6 | 387 | 2004-09-30 Paul Jakma <paul@dishone.st> |
388 | ||
389 | * Update default CFLAGS for gcc to keep Hasso busy. | |
390 | ||
ddb07e5b | 391 | 2004-09-27 Paul Jakma <paul@dishone.st> |
392 | ||
393 | * update-autotools: libtoolize should copy files, rather than link. | |
394 | the whole idea is that dist files should not need auto*, etc. | |
395 | installed to be able to compile. | |
396 | ||
ae399ab0 | 397 | 2004-09-13 Hasso Tepper <hasso at quagga.net> |
398 | ||
399 | * configure.ac: Disable isisd compiling by default. | |
400 | ||
33394766 | 401 | 2004-09-13 Paul Jakma <paul@dishone.st> |
402 | ||
403 | * configure.ac: capitalise the package name. autoconf lowercases | |
404 | it for PACKAGE_TARNAME. | |
405 | ||
fee0f4c6 | 406 | 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> |
407 | (at Technical University of Madrid as part of Euro6ix Project) | |
408 | ||
409 | Enhanced Route Server functionality and Route-Maps: | |
410 | ||
411 | * bgpd/bgpd.h: Modified 'struct peer' and 'struct bgp_filter' to | |
412 | support rs-clients. A 'struct bgp_table *rib' has been added to the | |
413 | first (to mantain a separated RIB for each rs-client) and two new | |
414 | route-maps have been added to the last (for import/export policies). | |
415 | Added the following #defines: RMAP_{IN|OUT|IMPORT|EXPORT|MAX}, | |
416 | PEER_RMAP_TYPE_{IMPORT|EXPORT} and BGP_CLEAR_SOFT_RSCLIENT. | |
417 | ||
418 | * bgpd/bgpd.c: Modified the functions that create/delete/etc peers in | |
419 | order to consider the new fields included in 'struct peer' for | |
420 | supporting rs-clients, i.e. the import/export route-maps and the | |
421 | 'struct bgp_table'. | |
422 | ||
423 | * bgpd/bgp_route.{ch}: Modified several functions related with | |
424 | receiving/sending announces in order to support the new Route Server | |
425 | capabilities. | |
426 | Function 'bgp_process' has been reorganized, creating an auxiliar | |
427 | function for best path selection ('bgp_best_selection'). | |
428 | Modified 'bgp_show' and 'bgp_show_route' for displaying information | |
429 | about any RIB (and not only the main bgp RIB). | |
430 | Added commands for displaying information about RS-clients RIBs: | |
431 | 'show bgp rsclient (A.B.C.D|X:X::X:X)', 'show bgp rsclient | |
432 | (A.B.C.D|X:X::X:X) X:X::X:X/M', etc | |
433 | ||
434 | * bgpd/bgp_table.{ch}: The structure 'struct bgp_table' now has two | |
435 | new fields: type (which can take the values BGP_TABLE_{MAIN|RSCLIENT}) | |
436 | and 'void *owner' which points to 'struct bgp' or 'struct peer' which | |
437 | owns the table. | |
438 | When creating a new bgp_table by default 'type=BGP_TABLE_MAIN' is set. | |
439 | ||
440 | * bgpd/bgp_vty.c: The commands 'neighbor ... route-server-client' and | |
441 | 'no neighbor ... route-server-client' now not only set/unset the flag | |
442 | PEER_FLAG_RSERVER_CLIENT, but they create/destroy the 'struct | |
443 | bgp_table' of the peer. Special actions are taken for peer_groups. | |
444 | Command 'neighbor ... route-map WORD (in|out)' now also supports two | |
445 | new kinds of route-map: 'import' and 'export'. | |
446 | Added commands 'clear bgp * rsclient', etc. These commands allow a new | |
447 | kind of soft_reconfig which affects only the RIB of the specified | |
448 | RS-client. | |
449 | Added commands 'show bgp rsclient summary', etc which display a | |
450 | summary of the rs-clients configured for the corresponding address | |
451 | family. | |
452 | ||
453 | * bgpd/bgp_routemap.c: A new match statement is available, | |
454 | 'match peer (A.B.C.D|X:X::X:X)'. This statement can only be used in | |
455 | import/export route-maps, and it matches when the peer who announces | |
456 | (when used in an import route-map) or is going to receive (when used | |
457 | in an export route-map) the route is the same than the one specified | |
458 | in the statement. | |
459 | For peer-groups the statement matches if the specified peer is member | |
460 | of the peer-group. | |
461 | A special version of the command, 'match peer local', matches with | |
462 | routes originated by the Route Server (defined with 'network ...', | |
463 | redistributed routes and default-originate). | |
464 | ||
465 | * lib/routemap.{ch}: Added a new clause 'call NAME' for use in | |
466 | route-maps. It jumps into the specified route-map and when it returns | |
467 | the first route-map ends if the called RM returns DENY_MATCH, or | |
468 | continues in other case. | |
469 | ||
cbd04084 | 470 | 2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com> |
471 | ||
b85dca31 | 472 | * Makefile.am: make m4 as subdir, rather the EXTRA_DISTing it |
473 | ||
474 | * configure.ac: add m4/Makefile to output list | |
475 | ||
476 | 2004-08-31 Greg Troxel <gdt@poblano.ir.bbn.com> | |
477 | ||
cbd04084 | 478 | * Makefile.am: Only put pkgsrc dir in SUBDIRS if we should install |
479 | rc.d files. (Note that pkgsrc is always in DIST_SUBDIRS.) | |
480 | ||
481 | * configure.ac (pkgsrcdir): add new --enable-pkgsrcrcdir to give a | |
482 | directory into which www.pkgsrc.org-style rc.d files are | |
483 | installed. | |
484 | ||
2abb1cf3 | 485 | 2004-08-19 Paul Jakma <paul@dishone.st> |
486 | ||
487 | * Makefile.am: add m4 directory to EXTRA_DIST, and define | |
488 | ACLOCAL_AMFLAGS to have aclocal pull in m4/ | |
489 | * configure.ac: AM_PROG_LIBTOOL should be AC_... | |
490 | * update-autotools: print a warning that this script is deprecated | |
491 | ||
29904606 | 492 | 2004-08-17 Greg Troxel <gdt@fnord.ir.bbn.com> |
493 | ||
494 | * update-autotools: print tools versions to aid people in sending | |
495 | bug reports. | |
496 | ||
b7a97f82 | 497 | 2004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com> |
498 | ||
499 | * */Makefile.am: Use ../dir/libfoo.la, rather than "-L../dir | |
500 | -lfoo", to avoid linking against installed libraries from a | |
501 | previous version. | |
502 | ||
503 | * {lib,ospfd,ospfclient}/Makefile.am: explicitly define the shared | |
504 | library version number to be 0.0 | |
505 | ||
506 | * configure.ac: remove spurious , so extract.pl is chmod'd +x. | |
507 | ||
508 | * HACKING: explain shared library versioning rules | |
509 | ||
27eebb3e | 510 | 2004-07-22 Paul Jakma <paul@dishone.st> |
511 | ||
512 | * configure.ac: modify default CFLAGS to be compiler agnostic | |
513 | build Makefile for tests/ subdir. | |
514 | ||
aa9af78c | 515 | 2004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com> |
516 | ||
517 | * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is | |
518 | really in distfile. | |
519 | ||
87efd646 | 520 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
521 | ||
522 | * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib | |
523 | version of libzebra when available. | |
524 | ||
525 | * configure.ac, update-autotools: Add libtool. | |
526 | ||
fc9d0745 | 527 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
528 | ||
f2bfdee5 | 529 | * Makefile.am: add files to EXTRA_DIST rather than copying, and |
530 | omit the kludgy cleaning steps, which were failing when the list | |
531 | to clean was empty. | |
532 | ||
533 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> | |
534 | ||
fc9d0745 | 535 | * configure.ac: Look for perl, and substitute into vtysh/extract.pl. |
536 | Search for termcap functions more expansively (fixes vtysh compile | |
537 | on NetBSD). Clean up --enable-vtysh definition. | |
538 | ||
cf313889 | 539 | 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> |
540 | ||
541 | * update-autotools: Use -rf on autom4te.cache. | |
542 | ||
320ec10a | 543 | 2004-06-20 Hasso Tepper <hasso@estpak.ee> |
544 | ||
545 | * lib/vty.c: Don't attempt to load configuration file from current | |
546 | directory. | |
547 | * Update vty_read_config() calls in bgpd/bgp_main.c, isisd/isis_main.c, | |
548 | ospf6d/ospf6_main.c, ospfd/ospf_main.c, ripd/rip_main.c, | |
549 | ripngd/ripng_main.c and zebra/main.c. | |
550 | ||
19877dd2 | 551 | 2004-05-11 Paul Jakma <paul@dishone.st> |
552 | ||
553 | * configure.ac: Add solaris support for the zebra/*_solaris | |
554 | method's, based on Sowmini's patches. | |
555 | ||
d355bfa7 | 556 | 2004-04-08 Paul Jakma <paul@dishone.st> |
557 | ||
558 | * ospf_spf.h: Add backlink field to struct vertex | |
559 | * ospf_spf.h: (ospf_vertex_new) initialise backlink | |
560 | (ospf_lsa_has_link) return index of link back to | |
561 | vertex V from candidate vertex W, or -1 if no link exists. | |
562 | (ospf_spf_next) save backlink index for candidate vertex | |
563 | * ospf_interface.c: (ospf_vl_set_params) Use the backlink index | |
564 | to determine correct address for virtual-link peers. Fall back | |
565 | to older "pick first link" method if no backlink index exists. | |
566 | ||
41d3fc96 | 567 | 2004-04-06 Hasso Tepper <hasso@estpak.ee> |
568 | ||
569 | * zebra/ipforward_proc.c: Fixed lowering privileges. | |
570 | * zebra/zserv.c: Fixed "(no) ipv6 forwarding" command logic. | |
571 | * configure.ac: Added --disable-capabilities switch to configure. | |
572 | ||
f571dab0 | 573 | 2004-03-22 Hasso Tepper <hasso@estpak.ee> |
574 | ||
575 | * Readded SIGTERM handling so daemons can clean up their stuff if they | |
576 | are killed (not murdered). | |
577 | ||
37318657 | 578 | 2004-03-20 Michael Bruening <mike@vailsys.com> |
579 | ||
580 | * ospfd/ospf_vty.c: Completed array distribute_str of route types with | |
581 | addition of "isis". This array must be indexed by | |
582 | ZEBRA_ROUTE_(SYSTEM|KERNEL|...) defines in zebra.h, and should | |
583 | be updated with every route type addition. This fix allows | |
584 | commands redistributing routes from (bgp|isis), like "router ospf | |
585 | redistribute bgp ...", to be written to terminal, memory, file, | |
586 | which would otherwise result in a seg fault or, possibly, config | |
587 | file corruption. Overlooked in import of isisd. | |
588 | * Similar fixes to bgpd/bgp_vty.c ospf6d/ospf6_asbr.c ripd/rip_zebra.c | |
589 | and ripngd/ripng_zebra.c. | |
590 | ||
8c903fbb | 591 | 2004-03-17 Jean-Yves Simon <lethalwp@tiscali.be> |
592 | ||
593 | * zebra/main.c, ripd/rip_main.c: Fix typos sigusr1 -> sigint, | |
594 | bugzilla #82. | |
595 | ||
5e4fa164 | 596 | 2004-03-16 David Young <dyoung@pobox.com> |
597 | ||
598 | * (many) reference <lib/version.h> rather than "version.h", | |
599 | because version.h is a generated file and not present in the | |
600 | source tree when using objdir builds. | |
601 | ||
fa2b17e3 | 602 | 2004-03-03 PC Drew <pc@superiorcomm.net> |
603 | ||
604 | * lib/keychain.c: typecast time_t function to long, fixes compile | |
605 | warning. | |
606 | * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes | |
607 | compile warning when backtrace doesn't exist for that system. | |
608 | * zebra/rtadv.c: for OpenBSD, added include statement for | |
609 | netinet/icmp6.h | |
610 | * zebra/zserv.c: added default case to switch statements, fixes compile | |
611 | warning about certain NEXTHOP_TYPE enumeration values not being | |
612 | handled. | |
613 | * zebra/rt_socket.c: set *mask = NULL by default, fixes compile | |
614 | warning, about mask possibly being used uninitialized. | |
615 | * bgpd/bgp_nexthop.c: added default case to switch statements, fixes | |
616 | compile warning about certain NEXTHOP_TYPE enumeration values not | |
617 | being handled. | |
618 | * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning. | |
619 | * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes | |
620 | compile warning. | |
621 | * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile | |
622 | warning. | |
623 | * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances, | |
624 | fixes compile warning. | |
625 | * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and | |
626 | friends, fixes compile warning. | |
627 | * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes | |
628 | compile warning. | |
629 | * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the | |
630 | _cwd array, fixes compile warning. | |
631 | ||
2d75d052 | 632 | 2004-01-19 Paul Jakma <paul@dishone.st> |
633 | ||
634 | * tests/test-sig.c: New file, regression test for sigevents. | |
635 | * lib/Makefile.am: add sigevent.{c,h} | |
636 | * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents. | |
637 | * zebra/main.c: ditto. | |
638 | ||
a27abaa5 | 639 | 2004-01-10 Paul Jakma <paul@dishone.st> |
640 | ||
641 | * Makefile.am: redhat/ is a dist subdir too. | |
642 | ||
a4d2a0d2 | 643 | 2004-01-10 Vincent Jardin <jardin@6wind.com> |
644 | ||
645 | * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument. | |
646 | It fixes build on FreeBSD 5.1 and FreeBSD 4.7 | |
647 | ||
00bc5603 | 648 | 2004-01-08 Paul Jakma <paul@dishone.st> |
649 | ||
650 | * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR, | |
651 | remove the redhat/... dist targets - instead these now go in.. | |
652 | redhat/Makefile.am: (new) proper place to describe redhat/ dist | |
653 | files, as well as allow quagga.spec to be regenerated properly. | |
654 | redhat/quagga.sysconfig: specify conf file location. | |
655 | redhat/quagga.spec.in: Add 2 patches to RPM build. | |
656 | ||
15d74e93 | 657 | 2003-12-30 Paul Jakma <paul@dishone.st> |
658 | ||
659 | * redhat/isisd.init: new file, init script for isisd. | |
660 | redhat/quagga.sysconfig: new file, sysconfig file for quagga | |
661 | initscripts. | |
662 | redhat/quagga.spec.in: various cleanups, including sysconfig patch | |
663 | from RH, fixed UID/GID as per RH EL, shell changed to | |
664 | /sbin/nologin, daemon vty's listen to 127.1 only per default and | |
665 | isisd packaged. | |
666 | redhat/*.init: sysconfig support and runlevels specified. | |
667 | ||
41ad8780 | 668 | 2003-12-30 Paul Jakma <paul@dishone.st> |
669 | ||
670 | * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than | |
671 | copying via dist-hook. Remove ~ files backup cruft from dists. | |
672 | isisd/Makefile.am: sysconf example should go via | |
673 | dist_examples_DATA. The include-netbsd/ headers werent mentioned | |
674 | as sources and werent being copied into dists. | |
675 | ||
9e867fe6 | 676 | 2003-12-23 Vincent Jardin <jardin@6wind.com> |
677 | ||
678 | * isisd: Import isisd from Sampo Saaristo's source code. | |
679 | ||
aa593d5e | 680 | 2003-12-22 Christian Hammers <ch@lathspell.de> |
681 | ||
682 | * configure.ac (and everywhere a regular file is opened for | |
683 | writing): use file permissions from configure rather than | |
684 | compiled-in umask. | |
685 | ||
47ce02a8 | 686 | 2003-12-22 Hasso Tepper <hasso@estpak.ee> |
687 | ||
688 | * lib/linklist.c: Revert microfix I commited while reverting | |
689 | [quagga-dev 227]. Caused by misreading code. | |
690 | ||
e90fbabd | 691 | 2003-12-21 Hasso Tepper <hasso@estpak.ee> |
692 | ||
693 | * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort() | |
694 | function should not drop nodes in any case. But fix behavior where | |
695 | nodes were added to the end of list when cmp returned 0. | |
696 | * lib/if.c: Check for duplicates before calling listnode_add_sort(). | |
697 | ||
af273652 | 698 | 2003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com> |
699 | ||
700 | * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather | |
701 | than include_HEADERS to place includes in | |
702 | ${prefix}/include/quaggainstead of polluting ${prefix}/include. | |
703 | ||
c4f0efe6 | 704 | 2003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com> |
705 | ||
706 | * configure.ac: When setting exampledir to sysconfdir as a | |
707 | default, don't quote ${sysconfdir}. (Bug reported by Vincent | |
708 | Jardin.) | |
709 | ||
d2a0ccc6 | 710 | 2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com> |
711 | ||
712 | * configure.ac: Compile in Router Advertisement support by | |
713 | default. Note that this does not default to sending RAs; it just | |
714 | makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement' | |
715 | available. While others may prefer other tools, no argument has | |
716 | been made that router advertisement support is such bloat that it | |
717 | should be compiled out by default (it 9556 bytes on NetBSD/i386 vs | |
718 | 8 bytes with the support compiled out). This reversion of a | |
719 | previous change was done in consultation with Paul. | |
720 | ||
fa3232e1 | 721 | 2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com> |
722 | ||
723 | * configure.ac: Move tests for v6 header files to after the check | |
724 | for v6 code version, and conditionalize on the right variable. | |
725 | (Fixes problem where v6 header files are not included when v6 is | |
726 | enabled implicitly.) | |
d2a0ccc6 | 727 | |
d6b72f7a | 728 | 2003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com> |
729 | ||
730 | * configure.ac: Add --enable-exampledir to specify where example | |
731 | config files should go, defaulting to sysconfdir. | |
732 | ||
733 | * */Makefile.am: use exampledir instead of sysconfdif for examples | |
734 | ||
62892880 | 735 | 2003-11-02 Paul Jakma <paul@dishone.st> |
736 | ||
737 | * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address' | |
738 | route map command so that vtysh can use it. Modified version of | |
739 | Hasso Tepper's patch. Fixes bug #52. | |
740 | * configure.ac: FreeBSD has net-snmp in /usr/local. | |
741 | * redhat/quagga.spec.in: Install libzebra headers with -devel | |
742 | package. | |
743 | ||
744 | 2003-11-02 Krzysztof Oledzki <oleq@ans.pl> | |
745 | ||
746 | * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which | |
747 | caused zebra to read all routes in all tables, rather than just | |
748 | the main table. See [quagga-dev 280]. | |
749 | ||
750 | 2003-10-30 Paul Jakma <paul@dishone.st> | |
751 | ||
752 | * configure.ac: netinet/in_systm.h is yet another well-known | |
753 | header file we really should be checking for | |
754 | ||
755 | 2003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com> | |
756 | ||
757 | * ospfd/ospfd.c: Do not increment act_int for an area, as it is done | |
758 | by ospf_ism.c::ism_change_state() - results in incorrect figure | |
759 | for active interfaces in an area. | |
760 | ||
761 | 2003-10-27 Paul Jakma <paul@dishone.st> | |
762 | ||
763 | * lib/if.{ch}: remove ifc_pointtopoint() - left over from the | |
764 | reverted RFC3021 patch. | |
765 | ||
766 | 2003-10-27 Simon <lists@routemeister.net> | |
767 | ||
768 | * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was | |
769 | being called with struct connected. Change to co->ifp. | |
770 | ||
771 | 2003-10-27 Gilad Arnold <gilad.arnold@terayon.com> | |
772 | ||
773 | * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath | |
774 | limit when setting changed flag to avoid spurious changes. | |
775 | (static_install_ipv{4,6}) dont uninstall by default, might not be | |
776 | required - avoid spurious uninstalls. | |
777 | (static_uninstall_ipv{4,6}) only uninstall the route if its | |
778 | actually FIB route. | |
779 | ||
780 | 2003-10-24 sowmini.varadhan@sun.com | |
781 | ||
782 | * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be | |
783 | created. | |
784 | ||
785 | 2003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es> | |
786 | ||
787 | * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238] | |
788 | * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of | |
789 | view string. | |
790 | (bgp_show_neighbor_route) Take a struct peer argument instead of | |
791 | ip string. | |
792 | (peer_adj_routes) ditto | |
793 | (show_adj_routes) ditto | |
794 | (peer_lookup_in_view) new function to return appropriate struct | |
795 | peer for a given view string. | |
796 | (misc) Fixup all calls to above to reflect new calling arguments, | |
797 | and use peer_lookup_in_view as needed. Additional commands | |
798 | installed to use expanded functionality above, existing commands | |
799 | modified to suit as well. | |
800 | * bgpd/bgp_vty.c: 2 new aliases. | |
801 | ||
802 | 2003-10-24 Paul Jakma <paul@dishone.st> | |
803 | ||
804 | * configure.ac: Check for fcntl() | |
805 | * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via | |
806 | regular automake means, not magic install incantations, see | |
807 | bug #38. | |
808 | * lib/Makefile.am: install the headers, needed to link libzebra.a | |
809 | (and hence libospf.a, OSPF-API, etc.) | |
810 | ||
811 | 2003-10-24 waldi@debian.org | |
812 | ||
813 | * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it | |
814 | depended against source files without specification, i.e. it | |
815 | used ../zebra instead of $(top_srcdir)/zebra. | |
816 | ||
817 | 2003-10-23 Paul Jakma <paul@dishone.st> | |
818 | ||
819 | * configure.ac: IRIX configure.ac support. Sort of works. | |
820 | sysctl() crashes though (ipforward), there's some kind of odd | |
821 | padding in the PF_ROUTE socket messages and setsockopt() on | |
822 | SOCK_RAW does not work (so ospfd doesnt work). | |
823 | ||
824 | 2003-10-22 Paul Jakma <paul@dishone.st> | |
825 | ||
826 | * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its | |
827 | configure dependent. (still need to find a way to make building of | |
828 | it dependent on configure options or include all commands.) | |
829 | ||
830 | 2003-10-22 Paul Jakma <paul@dishone.st> | |
831 | ||
832 | * lib/zebra.h: include limits.h if its there, its a portable header | |
833 | and useful and not just solaris specific. net/route.h is also | |
834 | useful. | |
835 | ||
836 | 2003-10-22 Paul Jakma <paul@dishone.st> | |
837 | ||
838 | * lib/regex.c: bzero -> memset | |
839 | * zebra/ioctl.c: ditto. bzero is not portable. | |
840 | ||
841 | 2003-10-22 Paul Jakma <paul@dishone.st> | |
842 | ||
843 | * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when | |
844 | HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not | |
845 | portable. | |
846 | ||
847 | 2003-10-22 Paul Jakma <paul@dishone.st> | |
848 | ||
849 | * configure.ac: Split up header checks into non-net, net and ipv6 | |
850 | related. Checking of IPv6 is conditional. Add some more output | |
851 | text for the end of the configure run. | |
852 | ||
853 | 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> | |
854 | ||
855 | * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop | |
856 | for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address | |
857 | family prefixes. Accept prefix as argument. | |
858 | * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration. | |
859 | * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to | |
860 | bgp_dump_routes_attr. | |
861 | (bgp_dump_common) Go by the family of the peering socket, not | |
862 | configured address family when dumping peering information. | |
863 | Add HAVE_IPV6 conditionals, eg missing from previous bgp interval | |
864 | patch. | |
865 | ||
866 | 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> | |
867 | ||
868 | * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete | |
869 | fixed intervals rather than fixed intervals from startup time. | |
870 | (bgp_dump_interval_func) Dont return immediately if file cant be | |
871 | openeded, but reschedule interval dumps, even - admin might | |
872 | fix problem in meantime. Close the dump file in between intervals. | |
873 | (bgp_dump_init) account for MSG header when initialising stream | |
874 | size. | |
875 | ||
876 | 2003-10-15 Paul Jakma <paul@dishone.st> | |
877 | ||
878 | * ospfd/ospf_interface: (ospf_if_lookup_table) new function to | |
879 | lookup oi for a given prefix in a given interfaces table of oi's. | |
880 | (ospf_if_new) use ospf_if_lookup_table to deal with zebra | |
881 | reporting new interface multiple times. | |
882 | NB: This patch is a complete plaster-band of a hack. First, why is | |
883 | zebra reporting interface events multiple times? Second, why does | |
884 | ospfd maintain so many damn lists and tables relating to oi's - | |
885 | these should be reconciled into one or two tables. | |
886 | ||
887 | 2003-10-15 sowmini.varadhan@sun.com | |
888 | ||
889 | * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends, | |
890 | instead of creating one socket per send. send source addr to | |
891 | rip_update_interface. | |
892 | (rip_update_process) should send an update on every connected | |
893 | network for each interface. | |
894 | (rip_request_send) should send a request on every connected | |
895 | network for each interface. | |
896 | * ripd/ripd.h: update prototype for rip_interface_multicast_set | |
897 | * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized | |
898 | so that it can be called repeatedly for aliased interfaces (on | |
899 | multiple networks). | |
900 | ||
901 | 2003-10-15 Jay Fenlason <fenlason@redhat.com> | |
902 | ||
903 | * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet | |
904 | end-sub-negotation is sent when no sub-negotation data has been | |
905 | sent. Return immediately if no sub-negotation is in progress. | |
906 | (vty_read) do not attempt to process options if no sub-negotation | |
907 | is in progress. | |
908 | ||
909 | 2003-10-15 Paul Jakma <paul@dishone.st> | |
910 | ||
911 | * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback | |
912 | to SYSCONFDIR. Allocate cwd from the stack rather than relying on | |
913 | (non-portable) getcwd() allocation (which we didnt seem to be | |
914 | freeing). | |
915 | ||
916 | 2003-10-13 Jay Fenlason <fenlason@redhat.com> | |
917 | ||
918 | * lib/zebra.h: define UINT32_MAX for those systems which do not | |
919 | provide it. | |
920 | * bgp_attr.h: define BGP_MED_MAX. | |
921 | * bgp_route.c: update defines/constants to BGP_MED_MAX. | |
922 | * bgp_routemap.c: ditto. clean up route_match_metric_compile | |
923 | slightly to avoid unneccesary XMALLOC. | |
924 | ||
925 | 2003-10-13 sowmini.varadhan@sun.com | |
926 | ||
927 | * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag. | |
928 | * ospf_lsa.c: added better debug comments. check sequence number in | |
929 | ospf_lsa_install. ospf_maxage_lsa_remover() checks for | |
930 | OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are | |
931 | received. | |
932 | * ospf_flood.c: improve debug statement- print ls_seqnum. | |
933 | ||
934 | 2003-10-13 Douglas Fraser <doug+quagga@idmf.net> | |
935 | ||
936 | * zebra/connected.c: PtP revert fixup. Zebra was not creating | |
937 | connected route for PtP peer. | |
938 | ||
939 | 2003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro> | |
940 | ||
941 | * zebra/ipforward_proc.c: (ipforward) Close the fd for | |
942 | /proc/net/snmp. See [quagga-dev 284] | |
943 | ||
944 | 2003-09-29 Gilad Arnold <gilad.arnold@terayon.com> | |
945 | ||
946 | * zebra/zebra_rib.c: Fix possible dangling reference to rib | |
947 | route_nodes - unlock it the appropriate number of times. (twice, | |
948 | because of the implicit lock). see [quagga-dev 251]. | |
949 | ||
950 | 2003-09-29 Paul Jakma <paul@dishone.st> | |
951 | ||
952 | * zebra/connected.c: revert the 'generic PtP' patch as it causes | |
953 | far too many problems. People who use FreeSWAN should investigate | |
954 | native linux ipsec. | |
955 | * zebra/rt_netlink.c: ditto | |
956 | * lib/if.c: ditto | |
957 | * ripd/ripd.h: ditto | |
958 | * ripd/ripd.c: ditto | |
959 | * ripd/rip_interface.c: ditto | |
960 | * ospfd/ospfd.c: ditto | |
961 | * ospfd/ospf_snmp.c: ditto | |
962 | * bgpd/bgp_nexthop.c: ditto | |
963 | * ospfd/ospf_packet.c: Add debug output for some of the previously | |
964 | completely silent drops of 'bad' packets. | |
965 | * configure.ac: bump version | |
966 | ||
967 | 2003-08-27 Jay Fenlason <fenlason@redhat.com> | |
968 | ||
969 | * lib/Makefile.am: Do not use a lib (libcap) as a dependency | |
970 | * zebra/Makefile.am: Link in libcap | |
971 | * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be | |
972 | compared with UINT32_MAX | |
973 | * ospfd/ospfd.c: remove redundant assert | |
974 | * zebra/rtadv.c: add missing include for zebra/rib.h | |
975 | ||
976 | 2003-09-24 Paul Jakma <paul@dishone.st> | |
977 | ||
978 | * lib/version.h: moved to version.h.in | |
979 | * lib/version.h.in: New file, from version.h. Change hardcoded | |
980 | package name and version to use the autoconf defined substition | |
981 | variables. | |
982 | * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing | |
983 | through lib/version.h for VERSION. Add lib/version.h to the | |
984 | AC_OUTPUT list. Update the text output of quagga version at end | |
985 | of configure run to use PACKAGE_VERSION. | |
986 | * doc/.cvsignore: ignore quagga.pdf | |
987 | * doc/.cvsignore: ignore version.h, its now autogenerated. | |
988 | ||
989 | 2003-09-24 sowmini.varadhan@sun.com | |
990 | ||
991 | * lib/if.c: (if_cmp_func) fix infinite loop if | |
992 | ifp1->name == ifp2->name | |
993 | * lib/linklist.c: (if_cmp_func) Fix handling of case where | |
994 | list->cmp returns 0. | |
995 | * rip_interface.c: (rip_interface_address_add) call | |
996 | rip_enable_apply(), or the interface is never considered up. | |
997 | see [quagga-dev 225]. | |
998 | * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple | |
999 | address families in the absence of sa_len element in struct | |
1000 | sockaddr. | |
1001 | (ifm_read): Handle solaris 9 if_msghdr_t. | |
1002 | Deal with interfaces which are incomplete, lookup on name rather | |
1003 | than the placeholder interface index of -1. | |
1004 | ||
1005 | 2003-09-24 Thomas Giger TGC <thomas.giger@tgc.de> | |
1006 | ||
1007 | * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct | |
1008 | interface to ospf_if_lookup_by_local_addr() rather than the | |
1009 | receiving interface ifp, packets for VL's could come in any | |
1010 | interface. See quagga-dev 250. | |
1011 | ||
e05fba43 | 1012 | 2003-04-13 Paul Jakma <paul@dishone.st> |
1013 | ||
1014 | * Amir: Opaque LSA bug fix for deletion of Type11's | |
1015 | * configure.ac: use --localstatedir for Unix sockets | |
645878f1 | 1016 | * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA |
1017 | LSAs. | |
e05fba43 | 1018 | |
020709f9 | 1019 | 2003-04-04 Paul Jakma <paul@dishone.st> |
1020 | ||
1021 | * Sync to Zebra CVS | |
1022 | * Fix lib/thread.h leak | |
1023 | * Fix small Opaque LSA leak | |
1024 | * Do not configure OSPF interfaces for secondary addresses | |
1025 | * vtysh fixes from Hasso | |
1026 | * Dave Watson's missing ntohs fix | |
1027 | ||
68980084 | 1028 | 2003-03-25 Paul Jakma <paul@dishone.st> |
1029 | ||
1030 | * Sync to Zebra CVS | |
1031 | ||
07661cb5 | 1032 | 2003-03-17 Amir Guindehi <amir@datacore.ch> |
1033 | ||
1034 | * Extended SNMP checks in configure.ac so that net-snmp works | |
1035 | ||
1036 | 2003-03-17 Amir Guindehi <amir@datacore.ch> | |
1037 | Ralph Keller <keller@tik.ee.ethz.ch> | |
1038 | * merge OSPF-API | |
1039 | ||
13766da4 | 1040 | 2003-02-07 Paul Jakma <paul@dishone.st> |
1041 | ||
1042 | * Sync to zebra CVS | |
1043 | ||
420df43a | 1044 | 2003-02-03 Paul Jakma <paul@dishone.st> |
1045 | ||
1046 | * Sync to zebra CVS | |
1047 | ||
ae936aee | 1048 | 2003-01-19 Paul Jakma <paul@dishone.st> |
1049 | ||
1050 | * Temporary fix for Generic PtP wrt to IPv6 | |
1051 | ||
9a668001 | 1052 | 2003-01-17 Paul Jakma <paul@dishone.st> |
1053 | ||
1054 | * Sync up to latest zebra.org CVS | |
1055 | * [zebra 16823] Bugfix and new feature in Opaque-LSA handling | |
1056 | Masahiko Endo <endo@suri.co.jp> | |
1057 | * [zebra 16824] [PATCH] nsm_kill_neighbor | |
1058 | Masahiko Endo <endo@suri.co.jp> | |
1059 | * [zebra 17217] [PATCH] show thread CPU | |
1060 | Yon Uriarte <havanna_moon@gmx.net> | |
1061 | * [zebra 17218] Re: [PATCH] CLI extensions. | |
1062 | Yon Uriarte <havanna_moon@gmx.net> | |
1063 | ||
4fc01e67 | 1064 | 2002-12-13 Paul Jakma <paul@dishone.st> |
1065 | ||
1066 | * added support for vtysh 'write file' command to | |
0efa4d57 | 1067 | write either per-daamon and/or integrated file |
ab836aab | 1068 | * ospfd md5 buffer copying fix (Greg Troxel) |
8bd9c714 | 1069 | * ospfd md5 sequence number derived from time() |
ab836aab | 1070 | * RIPv1 fixes and improvements (John Hay) |
1071 | * link state detection (linux) ([zebra 12269]) | |
1072 | * Generic PtP and RFC3021 interface addressing support | |
1073 | (Frank van Maarseveen) | |
0efa4d57 | 1074 | * Michal Ludvig <michal@logix.cz>: |
1075 | [zebra 16525] PATCH: Bugfixes for KAME systems | |
1076 | * Kevin C Miller <kevinm@andrew.cmu.edu> | |
1077 | [zebra 16681] OSPF NSSA Patches | |
1078 | * Yon Uriarte <havanna_moon@gmx.net> | |
1079 | [zebra 16671] [PATCH] CLI extensions | |
a895901b | 1080 | * Masahiko Endo: [zebra 15475] - MPLS-TE docs |
4fc01e67 | 1081 | |
718e3744 | 1082 | 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com> |
1083 | ||
1084 | * zebra-0.93 released. | |
1085 | ||
1086 | 2002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1087 | ||
1088 | * update-autotools: Change file name from update-auto-tools.sh. | |
1089 | ||
1090 | 2002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1091 | ||
1092 | * update-auto-tools.sh: Add a new script to clean up build | |
1093 | environment. | |
1094 | ||
1095 | 2002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1096 | ||
1097 | * Shift to the latest build environment autoconf-2.53 and | |
1098 | automake-1.6.2. | |
1099 | ||
1100 | 2001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1101 | ||
1102 | * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option. | |
1103 | ||
1104 | 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1105 | ||
1106 | * zebra-0.92a released. | |
1107 | ||
1108 | 2001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net> | |
1109 | ||
1110 | * configure.in: SNMP library check problem fix when the library is | |
1111 | installed under /usr/local/lib. | |
1112 | ||
1113 | 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com> | |
1114 | ||
1115 | * zebra-0.92 released. | |
1116 | ||
1117 | 2001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1118 | ||
1119 | * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a | |
1120 | warning. | |
1121 | (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid | |
1122 | warnings. | |
1123 | ||
1124 | * config.guess: Update to 2000-11-10 version. | |
1125 | ||
1126 | 2001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1127 | ||
1128 | * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to | |
1129 | detect in_pktinfo structure. Suggested by: Vlad Lungu | |
1130 | <vlad@rls.roknet.ro>. | |
1131 | ||
1132 | 2001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com> | |
1133 | ||
1134 | * configure.in: Add check for structure in_pktinfo. | |
1135 | ||
1136 | 2001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net> | |
1137 | ||
1138 | * configure.in (USE_PAM): Fix PAM library detection code. | |
1139 | ||
1140 | 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1141 | ||
1142 | * zebra-0.91 is released. | |
1143 | ||
1144 | 2001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1145 | ||
1146 | * configure.in: Remove guile related definition. | |
1147 | ||
1148 | 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1149 | ||
1150 | * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is | |
1151 | removed. htonl should work fine on any platform. | |
1152 | ||
1153 | 2001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1154 | ||
1155 | * configure.in: Remove --enable-oldrib option. | |
1156 | ||
1157 | * acconfig.h: OLD_RIB definition is removed. | |
1158 | ||
1159 | * zebra-0.90 is released. | |
1160 | ||
1161 | * configure.in (LIBS): Add check for sun_len field in struct | |
1162 | sun_len. | |
1163 | ||
1164 | 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1165 | ||
1166 | * Makefile.am: Include init/redhat files to distribution. | |
1167 | ||
1168 | 2001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> | |
1169 | ||
1170 | * configure.in: check libm.a for BGPd compile error. | |
1171 | AC_CHECK_LIB(m, main) was added. | |
1172 | ||
1173 | 2000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1174 | ||
1175 | * configure.in: --enable-unixdomain becomes default. Add | |
1176 | --enable-tcp-zebra for TCP/IP communication between protocol | |
1177 | daemon and zebra. | |
1178 | ||
1179 | * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h, | |
1180 | lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h, | |
1181 | lib/regex.c. | |
1182 | ||
1183 | * Makefile.am (dist-hook): Include tools/*.cgi to distribution. | |
1184 | ||
1185 | 2000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1186 | ||
1187 | * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify | |
1188 | multipath number. ARG must be digit. | |
1189 | ||
1190 | 2000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1191 | ||
1192 | * configure.in: Add --enable-newrib for test new RIB code. | |
1193 | ||
1194 | 2000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> | |
1195 | ||
1196 | * configure.in, config.h.in: Add check for libutil.h and | |
1197 | setproctitle(). | |
1198 | ||
1199 | 2000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1200 | ||
1201 | * configure.in: Add --enable-nssa for OSPF NSSA option. | |
1202 | ||
1203 | * acconfig.h: Define HAVE_NSSA. | |
1204 | ||
1205 | 2000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net> | |
1206 | ||
1207 | * configure.in: pam_misc is only linked when the platform is | |
1208 | GNU/Linux. | |
1209 | ||
1210 | 2000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl> | |
1211 | ||
1212 | * configure.in (LIBS): Add check for crypto library. test x`ls | |
1213 | ${ac_snmp}` is replaced with sipmle test -f. | |
1214 | ||
1215 | 2000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1216 | ||
1217 | * configure.in: Add --enable-unixdomain option. This will be | |
1218 | default behavior in zebra-0.90. | |
1219 | ||
1220 | 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1221 | ||
1222 | * zebra-0.89 is released. | |
1223 | ||
1224 | 2000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1225 | ||
1226 | * configure.in: Add check for Intel CPU for Solaris on x86 check. | |
1227 | ||
1228 | 2000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1229 | ||
1230 | * configure.in: Add check for getifaddrs(). | |
1231 | Set AM_INIT_AUTOMAKE version to 0.89. | |
1232 | ||
1233 | 2000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1234 | ||
1235 | * config.guess: Update to the latest version. | |
1236 | ||
1237 | * config.sub: Likewise | |
1238 | ||
1239 | 2000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com> | |
1240 | ||
1241 | * REPORTING-BUGS: New file is added. | |
1242 | ||
1243 | 2000-08-27 itojun@iijlab.net | |
1244 | ||
1245 | * configure.in: Add ncurses library check when --enable-vtysh is | |
1246 | specified. | |
1247 | ||
1248 | 2000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1249 | ||
1250 | * configure.in: Add check for readline/history.h. | |
1251 | ||
1252 | * acconfig.h: Remove pthread related variables. | |
1253 | ||
1254 | * configure.in: Add --with-libpam option for vtysh PAM | |
1255 | authentication. Remove --disable-pthread because we don't support | |
1256 | pthread. | |
1257 | ||
1258 | 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1259 | ||
1260 | * zebra-0.88 is released. | |
1261 | ||
1262 | * configure.in: Add Solaris -lcurses for vtysh. | |
1263 | ||
1264 | 2000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1265 | ||
1266 | * configure.in: Add check for ncurses for compiling on Solaris. | |
1267 | ||
1268 | 2000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1269 | ||
1270 | * configure.in: Add check for libreadline when --enable-vtysh is | |
1271 | specified. | |
1272 | ||
1273 | 2000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1274 | ||
1275 | * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD | |
1276 | interface method is if_ioctl.o | |
1277 | ||
1278 | 2000-07-09 Chris Dunlop <chris@onthe.net.au> | |
1279 | ||
1280 | * acconfig.h: Add HAVE_BROKEN_ALIASES. | |
1281 | ||
1282 | * configure.in: Add --enable-broken-aliases. | |
1283 | ||
1284 | 2000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1285 | ||
1286 | * Set version to zebra-0.87. | |
1287 | ||
1288 | 2000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1289 | ||
1290 | * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is | |
1291 | default. | |
1292 | ||
1293 | * Set version to zebra-0.87-pre | |
1294 | ||
1295 | * Makefile.am: Likewise. | |
1296 | ||
1297 | 2000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1298 | ||
1299 | * Set version to 0.86. | |
1300 | ||
1301 | 2000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1302 | ||
1303 | * Set version to 0.85b for ospfd test. | |
1304 | ||
1305 | 2000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1306 | ||
1307 | * Set version to 0.85a for ospfd test. | |
1308 | ||
1309 | 2000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1310 | ||
1311 | * Set version to 0.85. | |
1312 | ||
1313 | 2000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1314 | ||
1315 | * Makefile.in: Regenerated by patched automake for fixing "make | |
1316 | clean" problem on FreeBSD. | |
1317 | ||
1318 | 1999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1319 | ||
1320 | * Set version to 0.83a. This is for *BSD static route lookup | |
1321 | problem. | |
1322 | ||
1323 | 1999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1324 | ||
1325 | * Set version to 0.83. | |
1326 | ||
1327 | 1999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1328 | ||
1329 | * Set version to 0.82. | |
1330 | ||
1331 | 1999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1332 | ||
1333 | * aczebra.m4: New file added. | |
1334 | ||
1335 | 1999-11-21 Michael Handler <handler@sub-rosa.com> | |
1336 | ||
1337 | * configure.in (LIBS): Add sa_len check of sockaddr. | |
1338 | ||
1339 | * acconfig.h: Add HAVE_SA_LEN. | |
1340 | ||
1341 | 1999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1342 | ||
1343 | * version.h: Update version to zebra-0.81b for bgpd test. | |
1344 | ||
1345 | 1999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1346 | ||
1347 | * configure.in: Add --enable-mbgp. | |
1348 | ||
1349 | 1999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1350 | ||
1351 | * Makefile.am (EXTRA_DIST): Add TODO to the distribution. | |
1352 | ||
1353 | 1999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1354 | ||
1355 | * TODO: New file is added. | |
1356 | ||
1357 | 1999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1358 | ||
1359 | * version.h: Update version to zebra-0.81a for ospfd test. | |
1360 | ||
1361 | 1999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1362 | ||
1363 | * configure.in: New option --enable-snmp is added. | |
1364 | ||
1365 | 1999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1366 | ||
1367 | * version.h: Update version to zebra-0.80. | |
1368 | ||
1369 | 1999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1370 | ||
1371 | * version.h: Update version to zebra-0.80-pre3 | |
1372 | ||
1373 | 1999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1374 | ||
1375 | * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h. | |
1376 | ||
1377 | 1999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1378 | ||
1379 | * configure.in: Add support of OpenBSD. | |
1380 | ||
1381 | 1999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1382 | ||
1383 | * version.h: Update version to zebra-0.80-pre2. | |
1384 | ||
1385 | 1999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1386 | ||
1387 | * version.h: Update version to zebra-0.80-pre. From this version, | |
1388 | access-list and prefix-list's name space is divided into IPv4 and | |
1389 | IPv6. | |
1390 | ||
1391 | 1999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1392 | ||
1393 | * version.h: For test recent fixes Set version to zebra-0.79a. | |
1394 | ||
1395 | 1999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1396 | ||
1397 | * version.h: zebra-0.79 is out. | |
1398 | ||
1399 | 1999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1400 | ||
1401 | * version.h: For ospfd's virtual link test. Set version to 0.78h. | |
1402 | ||
1403 | 1999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1404 | ||
1405 | * version.h: For ospfd test. Set version to 0.78g. | |
1406 | ||
1407 | 1999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1408 | ||
1409 | * version.h: For internal test of ospfd. Set version to 0.78f. | |
1410 | ||
1411 | 1999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1412 | ||
1413 | * version.h: To test ospfd's fix, set version to 0.78e. | |
1414 | ||
1415 | 1999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1416 | ||
1417 | * version.h: To test ospfd's area related bug fix, set version | |
1418 | to 0.78d. | |
1419 | ||
1420 | 1999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1421 | ||
1422 | * version.h: To test ospfd, set version to 0.78c. | |
1423 | ||
1424 | 1999-08-31 Janos Farkas <chexum@shadow.banki.hu> | |
1425 | ||
1426 | * Many misspelling correction. | |
1427 | ||
1428 | 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1429 | ||
1430 | * version.h: To test ospfd, set version to 0.78b. | |
1431 | ||
1432 | 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1433 | ||
1434 | * configure.in (LIBS): Add UCD-SNMP include path check. | |
1435 | ||
1436 | 1999-08-31 Lars Fenneberg <lf@elemental.net> | |
1437 | ||
1438 | * configure.in: The logic which detects the UCD-SNMP library | |
1439 | should first check in the default system locations for the library | |
1440 | and then in /usr/local. | |
1441 | ||
1442 | 1999-08-27 itojun@iijlab.net | |
1443 | ||
1444 | * configure.in (LIBS): Fix problem about libsnmp.a check. | |
1445 | ||
1446 | 1999-08-26 kay <kay@v6.access.co.jp> | |
1447 | ||
1448 | * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t. | |
1449 | ||
1450 | 1999-08-24 VOP <vop@unity.net> | |
1451 | ||
1452 | * filter.c: Include "sockunion.h". | |
1453 | plist.c: Likewise. | |
1454 | table.c: Likewise. | |
1455 | ||
1456 | 1999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1457 | ||
1458 | * configure.in: Add netinet6/in6.h check. | |
1459 | ||
1460 | 1999-08-21 Masaki Minami <masaki@minami.org> | |
1461 | ||
1462 | * BSD/OS 4.0 porting. | |
1463 | ||
1464 | 1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1465 | ||
1466 | * configure.in: Add --enable-netlink option to force to use Linux | |
1467 | netlink interface. | |
1468 | (CFLAGS): Add ucd-snmp library check. | |
1469 | ||
1470 | * acconfig.h: If socklen_t is not defined, typedef int to | |
1471 | socklen_t. | |
1472 | ||
1473 | 1999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org> | |
1474 | ||
1475 | * configure.in: When --enable-ipv6 specified, then only kernel | |
1476 | version is checked. | |
1477 | ||
1478 | 1999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1479 | ||
1480 | * configure.in: Add GNU libc 2.1 check. | |
1481 | ||
1482 | 1999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1483 | ||
1484 | * configure.in: Fix privious Linux IPv6 check changes. | |
1485 | ||
1486 | 1999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org> | |
1487 | ||
1488 | * configure.in: Improve Linux IPv6 feature check. | |
1489 | ||
1490 | 1999-07-29 Rick Payne <rickp@rossfell.co.uk> | |
1491 | ||
1492 | * Changed route-maps to behave in a more cisco-like fashion | |
1493 | ||
1494 | 1999-07-27 Gerhard Poul <gpoul@gnu.org> | |
1495 | ||
1496 | * SERVICES: New file added. | |
1497 | ||
1498 | 1999-07-12 itojun@iijlab.net | |
1499 | ||
1500 | * configure.in: Add check for getaddrinfo. Improve Kame related | |
1501 | library check. | |
1502 | ||
1503 | 1999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> | |
1504 | ||
1505 | * configure.in, acconfig.h: Add check for FreeBSD 3.2. | |
1506 | ||
1507 | 1999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1508 | ||
1509 | * configure.in: Delete check for netinet/ip6.h. | |
1510 | ||
1511 | 1999-06-30 Gerhard Poul <gpoul@gnu.org> | |
1512 | ||
1513 | * README: remixed the old files and added some new parts. | |
1514 | moved some INSTALL stuff into INSTALL file. | |
1515 | moved some other stuff to doc/zebra.texi | |
1516 | ||
1517 | 1999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1518 | ||
1519 | * configure.in (LIBS): Add libresolv check. | |
1520 | Change --enabe-all-in-one option to --enable-one-vty. | |
1521 | ||
1522 | 1999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1523 | ||
1524 | * configure.in: Add --enabe-all-in-one option. | |
1525 | ||
1526 | 1999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1527 | ||
1528 | * configure.in: Add socklen_t check. | |
1529 | ||
1530 | 1999-06-16 Gerhard Poul <gpoul@gnu.org> | |
1531 | ||
1532 | * Many compile warnings fixed. | |
1533 | ||
1534 | 1999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1535 | ||
1536 | * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6. | |
1537 | OpenBSD (NRL) check is enabled. | |
1538 | ||
1539 | 1999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1540 | ||
1541 | * configure.in (LIBS): Add crypt library check. | |
1542 | ||
1543 | 1999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1544 | ||
1545 | * configure.in: Add sin6_scope_id in struct sockaddr_in6 check. | |
1546 | ||
1547 | 1999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1548 | ||
1549 | * Set version to 0.63 for first beta package. | |
1550 | ||
1551 | 1999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1552 | ||
1553 | * guile.m4: Added from guile package. | |
1554 | ||
1555 | 1999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1556 | ||
1557 | * Set version to 0.60 for beta package preparation. | |
1558 | ||
1559 | 1999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1560 | ||
1561 | * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am. | |
1562 | This change is for linking these libraries to guile. | |
1563 | ||
1564 | 1999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1565 | ||
1566 | * configure.in (LIBS): Add struct rt_addrinfo check. | |
1567 | ||
1568 | 1999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1569 | ||
1570 | * configure.in: AC_STDC_HEADERS added. | |
1571 | ||
1572 | 1999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1573 | ||
1574 | * Add dependencies to each directory's Makefile.am. | |
1575 | ||
1576 | 1999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1577 | ||
1578 | * reworked include file structure, and configure so that all | |
1579 | source files get all system-dependent include files by including | |
1580 | <zebra.h> which is really lib/zebra.h. This means that the | |
1581 | different programs include files are now available as #include | |
1582 | "zebra/zebra.h" - note the use of quotes, not <> as delimiters. | |
1583 | ||
1584 | In practical terms, if I haven't really screwed up, the main file | |
1585 | that maintainers for other OSes have to change is lib/zebra.h for | |
1586 | all the conditional includes etc. | |
1587 | ||
1588 | * added --disable-pthread for those systems that seem to have | |
1589 | POSIX threads, but do not work. OpenBSD 2.4+ is like that just | |
1590 | now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD | |
1591 | instead. | |
1592 | ||
1593 | 1999-02-24 <kunihiro@zebra.org> | |
1594 | ||
1595 | * configure.in: update to AC_PREREQ(1.13). | |
1596 | Change message from Linux 2.1.x to Linux 2.2.x. | |
1597 | * Added ospf6d directory support. | |
1598 | ||
1599 | 1999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1600 | ||
1601 | * added a "log" element to the BGPd peer structure, enabling us to | |
1602 | start thinging about a log stream per peer. This is currently | |
1603 | ignored by the wrapper code, but developers should try to use the | |
1604 | "appropriate" ZLOG stream. Documentation will follow, when the | |
1605 | real routines start to exist. | |
1606 | ||
1607 | The current plan is to use a copy of the BSD syslog() routines and | |
1608 | replace the syslog library function with our own. I will need | |
1609 | feedback from users of other platforms as this work is done to see | |
1610 | if all is well elsewhere. | |
1611 | ||
1612 | * preliminary work on zlog() library. directly replaces syslog() | |
1613 | currently with zlog(ZLOG *, ...) where the new first argument | |
1614 | is a pointer to a ZLOG structure (defined in lib/log.h) and will | |
1615 | encapsulate all the information necessary to maintain multiple | |
1616 | logging streams. | |
1617 | ||
1618 | 1999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1619 | ||
1620 | * added vsnprintf() macro to lib/str.h if required and removed | |
1621 | #ifdef SUNOS_5 dependency on it | |
1622 | ||
1623 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1624 | ||
1625 | * syslog support added | |
1626 | ||
1627 | 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com> | |
1628 | ||
1629 | * configure.in: Add daemon function check. | |
1630 | ||
1631 | 1999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1632 | ||
1633 | * configure.in: Add --disable-ipv6, --disable-zebra, | |
1634 | --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd | |
1635 | options to configure. | |
1636 | ||
1637 | 1998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1638 | ||
1639 | * configure.in: Check /usr/inet6/lib/libinet6.a exists or not. | |
1640 | ||
1641 | 1998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1642 | ||
1643 | * configure.in: Comment out FreeBSD's libc_r detect section. At | |
1644 | this moment it doesn't work correctly with zebra. | |
1645 | ||
1646 | Netlink interface is only enabled when Linux kernel version is | |
1647 | upper than 2.1.0. | |
1648 | ||
1649 | 1998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp> | |
1650 | ||
1651 | * Hydrangea is now called KAME, so change all defines. | |
1652 | ||
1653 | 1998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1654 | ||
1655 | * configure.in: ifaliasreq check added. | |
1656 | ||
1657 | 1998-08-12 Katsuhiro Kondou <kondou@nec.co.jp> | |
1658 | ||
1659 | * Patch is applied for compile under EWS4800 | |
1660 | ||
1661 | 1998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1662 | ||
1663 | * configure.in: delete old mtu_method check. | |
1664 | ||
1665 | * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added | |
1666 | ||
1667 | 1998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1668 | ||
1669 | * configure.in: add new netlink check for GNU/Linux | |
1670 | ||
1671 | 1998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1672 | ||
1673 | * doc/zebra.texi: Update Linux netlink chapter. | |
1674 | ||
1675 | 1998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp> | |
1676 | ||
1677 | * config.h.in: define PTHREAD if work on Solaris 2.6 | |
1678 | why delete the definition? I miss? | |
1679 | ||
1680 | 1998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1681 | ||
1682 | * configure.in: add net/if.h header check. | |
1683 | ||
1684 | 1998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp> | |
1685 | ||
1686 | * zebra.tex,archfig.tex,zebra.sty: Manual file is added. | |
1687 | * zebra.texi: Modify Introduction text. | |
1688 | * RIPngd.c: Patch Hydrangea code. | |
1689 | ||
1690 | 1998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1691 | ||
1692 | * .cvsignore: added. | |
1693 | ||
1694 | * Makerule.in: is gone. | |
1695 | * Makefile.am: Now we use automake to generate Makefile.in | |
1696 | ||
1697 | 1998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp> | |
1698 | ||
1699 | * lib/vty.c: modified the definition of *master | |
1700 | * lib/sockunion.c (inet_aton): add, but don't work. uum... | |
1701 | ||
1702 | ||
1703 | 1998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp> | |
1704 | ||
1705 | * configure.in: define PTHREAD if work on Solaris 2.6 | |
1706 | * config.h.in: likewise | |
1707 | * lib/thread.c: likewise | |
1708 | * lib/vty.c: likewise | |
1709 | ||
1710 | 1998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp> | |
1711 | ||
1712 | * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA | |
1713 | * bgpd/: remove include <netinet6/in6.h> line. | |
1714 | * lib/: remove include <netinet6/in6.h> line. | |
1715 | * ripbgd/: remove include <netinet6/in6.h> line. | |
1716 | * zebra/: remove include <netinet6/in6.h> line. | |
1717 | * ripd/*.c: remove include <netinet6/in6.h> line. | |
1718 | undefine IPV6 difinitions because RIPd is not worked for | |
1719 | IPv6 protocol. | |
1720 | ||
1721 | ||
1722 | 1998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1723 | ||
1724 | * configure.in: Change routing socket check method from | |
1725 | AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has | |
1726 | AF_ROUTE but over linux it's meenigless. | |
1727 | ||
1728 | 1998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1729 | ||
1730 | * config.h.in: remove err_t define. | |
1731 | ||
1732 | 1997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1733 | ||
1734 | * configure.in (canonical): add check of IF_METHOD | |
1735 | ||
1736 | 1997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp> | |
1737 | ||
1738 | * configure.in: add INRIA check | |
1739 | ||
1740 | 1997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp> | |
1741 | ||
1742 | * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o | |
1743 | ||
1744 | 1997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1745 | ||
1746 | * configure.in: change IRDPD to NDPD | |
1747 | ||
1748 | 1997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1749 | ||
1750 | * INSTALL: new file | |
1751 | ||
1752 | 1997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org> | |
1753 | ||
1754 | * config.h: add XCALLOC() | |
1755 |