blob: ea965eae31337f7de9efe0c10b5012d71f7c2413 [file] [log] [blame]
hasso34553cc2004-08-27 13:56:39 +000012004-08-27 Hasso Tepper <hasso at quagga.net>
2
3 * command.c: Install "terminal length" commands only if vty is used.
4 Vtysh will handle it itself.
5
gdtafa43b22004-08-26 13:12:41 +000062004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com>
7
8 * sockopt.h: Define method-independent macro for callers of
9 get_ifindex to use for cmsg length.
10
paule6822762004-08-19 04:13:29 +0000112004-08-19 Paul Jakma <paul@dishone.st>
12
paulefba6ce2004-08-25 13:47:16 +000013 * zebra.h: add MAX and MIN defines (eg for ospf6d)
14
152004-08-19 Paul Jakma <paul@dishone.st>
16
paule6822762004-08-19 04:13:29 +000017 * sockopt.c: include sockopt.h
18 rename some of the _pktinfo_ functions to _ifindex, where that is
19 their purpose.
20 (getsockopt_ipv6_pktinfo_ifindex) renamed to
21 getsockopt_ipv6_ifindex.
22 (setsockopt_ipv4_pktinfo) renamed to setsockopt_ipv4_ifindex
23 (setsockopt_pktinfo) update with previous and add comment re
24 AF_INET portability.
25 (setsockopt_ifindex) generic ifindex function ala
26 setsockopt_pktinfo.
27 (getsockopt_ipv4_pktinfo_ifindex) renamed to
28 getsockopt_ipv4_ifindex.
29 (getsockopt_ipv4_ifindex) rejiggling to reduce repeated
30 ifdef/elses. pktinfo case forgot to set ifindex.
31 (getsockopt_pktinfo_ifindex) renamed to
32 getsockopt_ifindex. update some calls to renamed functions.
33 * sockopt.h: Update renamed exported functions
34 Rename the CMSG_SIZE macros to IFINDEX.
35 Guard IPv4 PKTINFO in a conditional define.
36
paulc0618de2004-08-18 21:52:58 +0000372004-08-18 Paul Jakma <paul@dishone.st>
38
39 * vty.c: (vty_serv_un) set unix vty socket to nonblocking
40 to prevent inadvertent blocking of daemons by use of
41 vtysh. TODO: disentangle manual paging from the buffer_write
42 path so that unix vty can use this path too and be reliable.
43
gdt33f92322004-07-23 16:14:32 +0000442004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
45
46 * sockopt.c (getsockopt_ipv4_pktinfo_ifindex): Make this compile
47 on NetBSD, and add comments to make it less confusing. Change the
48 sense of the SUNOS_5 test to make parallel structure between the
49 variables and the code.
50
paul4f7baa02004-07-23 15:11:07 +0000512004-07-23 Paul Jakma <paul@dishone.st>
52
53 * sockopt.h: Add SOPT_SIZE_CMSG_PKTINFO{_IPV{4,6}} define, for
54 sizeof pktinfo as appropriate, to be used when allocating msg
55 buffers. export setsockopt_pktinfo() and
56 getsockopt_pktinfo_ifindex()
57 * sockopt.c: (setsockopt_pktinfo_ifindex) new function to portably
58 set received ifindex sock option.
59 (getsockopt_pktinfo_ifindex) portably retrieve ifindex.
60 (getsockopt_cmsg_data) retrieve indicated control info from
61 message header.
62 (getsockopt_ipv6_pktinfo_ifindex) ipv6 version of above.
63 (setsockopt_ipv4_pktinfo) v4 version
64 (setsockopt_pktinfo) the exported version
65 (getsockopt_ipv4_pktinfo_ifindex) v4 specific version
66 (getsockopt_pktinfo_ifindex) the exported version
67
paul05c447d2004-07-22 19:14:27 +0000682004-07-14 Paul Jakma <paul@dishone.st>
69
70 * sigevent.c: (quagga_signal_handler) add a global caught flag, set
71 the flags to a constant rather increment to be kinder.
72 (quagga_sigevent_process) new function, to do core of what
73 quagga_signal_timer did. dont block signals at all as sig->caught
74 is volatile sig_atomic_t and should be safe to access from signal
75 and normal contexts. The signal blocking is unneeded paranoia, but
76 is left intact under an ifdef, should some platform require it.
77 Check global caught flag before iterating through array.
78 (quagga_signal_timer) nearly everything moved to
79 quagga_sigevent_process. Left in under ifdef, in case some
80 platform could use a regular timer check for signals.
81 * sigevent.h: quagga_sigevent_process declaration.
82 * thread.c: (thread_fetch) check for signals at beginning of
83 scheduler loop, check for signals if select returns EINTR.
84
gdtb7797132004-07-13 13:47:25 +0000852004-07-13 Greg Troxel <gdt@poblano.ir.bbn.com>
86
87 * sigevent.c: Don't block SIGTRAP and SIGKILL. Blocking SIGTRAP
88 confuses gdb, at least on NetBSD 2.0_BETA, where the block
89 succeeds.
90
paul5510e832004-07-09 14:00:01 +0000912004-07-09 Paul Jakma <paul@dishone.st>
92
93 * Merge Kunihiro's 'show route-map' change and add
94 compatibility aliases for route-map continue
paulb9790b32004-07-09 14:05:47 +000095 * jhash.{c,h}: New files. Bob Jenkins' public domain hashing
96 function, as implemented in linux kernel by David Miller.
paul5510e832004-07-09 14:00:01 +000097
paulb06c14f2004-07-09 12:24:42 +0000982004-07-09 Juris Kalnins <juris@mt.lv>
99
100 * if.c: (if_cmp_func) fix for interface names where name is same,
101 but one has no number, eg "devtyp" and "devtyp0".
102
gdt87efd642004-06-30 17:36:11 +00001032004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
104
105 * Makefile.am: Make libzebra shared.
106
paul138ce752004-06-21 10:35:59 +00001072004-06-21 Paul Jakma <paul@dishone.st>
108
109 * ChangeLog: fix my last update config.h -> zebra.h ;)
110 * zebra.h: Fix gcc check.
111
paul02ff83c2004-06-11 11:27:03 +00001122004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
113
114 * filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
115 to u_char. (ipv6_access_list_remark_cmd) ditto.
116 if.c: ditto
117 * network.c: (readn/writen) pointer arg should be type u_char.
118 * plist.c: needs to include stream.h, not declare stream functions
119 internally.
120 (various) Add static qualifier to internal functions.
121 (prefix_list_type_str) extraneous breaks in switch statement.
122 (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
123 * stream.h: depends on plist.h and export stream_put_prefix
124 * vty.c: (vty_<telnet option build functions>) should use
125 unsigned char, telnet options are 0 -> 255.
126 * zclient.c: various u_char<->char type cleanups.
127 * zebra.h: Having to define CMSG_* can apply to more than just
128 BSDI_NRL.
129
paul51a87982004-06-09 10:36:05 +00001302004-06-09 Paul Jakma <paul@dishone.st>
131
paul138ce752004-06-21 10:35:59 +0000132 * zebra.h: __attribute__ is a gcc'ism
paul51a87982004-06-09 10:36:05 +0000133
paul5228ad22004-06-04 17:58:18 +00001342004-06-04 Paul Jakma <paul@dishone.st>
135
136 * type mismatch fixes
137
hasso6708fa32004-05-18 18:46:54 +00001382004-05-18 Hasso Tepper <hasso@estpak.ee>
139
140 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
141
paul0a589352004-05-08 11:48:26 +00001422004-05-08 Paul Jakma <paul@dishone.st>
143
144 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
145 message format.
146
1472004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
148
149 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
150 (zapi_ipv4_delete) ditto.
151 (zapi_ipv4_route) add/delete a route by way of cmd arg.
152 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
153 (zapi_ipv6_delete) ditto.
154 (zapi_ipv6_route) add/delete a route by way of cmd arg.
155 (zebra_interface_address_delete_read) collapsed into
156 zebra_interface_address_read.
157 (zebra_interface_address_delete_read) ditto.
158 (zebra_interface_address_read) read address add/delete messages
159 by way of type argument. Describe command message format.
160 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
161 Describe command message format.
162 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
163 (zclient_redistribute_set) Collapsed into zclient_redistribute
164 (zclient_redistribute_unset) ditto
165 (zclient_redistribute) set/unset redistribution.
166 (zclient_redistribute_default_set) Collapsed into
167 zclient_redistribute_default.
168 (zclient_redistribute_default_unset) ditto.
169 (zclient_redistribute_default) Redistribute default set/unset.
170 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
171 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
172 zclient_redistribute. Ditto for
173 zclient_redistribute_default_{set/unset}.
174
paul4a7aac12004-05-08 05:00:31 +00001752004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
176
177 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
178 from IPv4, and Solaris treats the MTU's differently.
179 Add connected_add_by_prefix, for use by later patch.
180 * if.c: (connected_add_by_prefix) Add prefix to connected list.
181 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
182 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
paul22528292004-05-08 05:10:38 +0000183 * command.c: (sockunion_getsockname) use socklen_t for len.
184 (sockunion_getpeername) ditto.
paul0a589352004-05-08 11:48:26 +0000185
paul31fcdd32004-04-21 11:00:43 +00001862004-04-21 Boris Kovalenko <boris@tagnet.ru>
187
188 * daemon.c: (daemon) fix check for error return from setsid
189
paulc49b3062004-01-19 21:23:37 +00001902004-01-19 Paul Jakma <paul@dishone.st>
191
192 * sigevent.{c,h}: New files, implement event handled signals.
193 see signal_init() in sigevent.h.
194
jardinc32e1b52003-12-23 09:06:51 +00001952003-12-23 Vincent Jardin <jardin@6wind.com>
196
197 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
198
gdt3dbf9962003-12-22 20:18:18 +00001992003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
200
201 * vty.c (vty_use_backup_config): Don't free filenames before using
202 them for unlink.
203
paul54aba542003-08-21 20:28:24 +00002042003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
205
206 * command.c: Fix <cr> display problem for command line
207 description
208
paule9af5c72003-05-24 11:54:31 +00002092003-05-24 Anil Madhavapeddy
210
211 * (sockunion.c): Incorrect bounds specified in sockunion_log()
212
paul445f1432003-05-16 19:00:31 +00002132003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
214
215 * vty.c: -A option
216
2172003-04-19 Hasso Tepper <hasso@estpak.ee>
218
219 * rip_routemap.c: sync daemon's route-map commands to have same
220 syntax
221
paul718e3742002-12-13 20:15:29 +00002222002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
223
224 * vty.c (vty_flush): One line more on vty.
225
2262002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
227
228 * vector.c (vector_lookup): Add new function.
229
2302002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
231
232 * thread.c (timeval_adjust): Fix unconditional crush due to
233 FreeBSD's select() system call timeval value check.
234
2352002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
236
237 * zebra-0.93 released.
238
2392002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
240
241 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
242 van Maarseveen's suggestion.
243
2442002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
245
246 * command.c: Change bcopy() to memcpy().
247
2482001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
249
250 * command.c (config_password): Fix host.password clear bug.
251 Reported by Wang Jian <lark@linux.net.cn>.
252
2532001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
254
255 * thread.c (thread_should_yield): New function to check thread
256 should yeild it's execution to other thread. Suggested by: Rick
257 Payne <rickp@ayrnetworks.com>
258
2592001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
260
261 * thread.c (thread_timer_cmp): Rewrite function.
262
263 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
264
2652001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
266
267 * zebra-0.92a released.
268
2692001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
270
271 * zebra-0.92 released.
272
2732001-08-12 Akihiro Mizutani <mizutani@dml.com>
274
275 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
276 string to "1.1.0.0/16".
277
2782001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
279
280 * filter.c (access_list_lookup): access_list_lookup's first
281 argument is changed from address family to AFI.
282
283 * plist.c: (prefix_list_lookup): Likewise.
284
2852001-07-27 Akihiro Mizutani <mizutani@dml.com>
286
287 * plist.c: ge and le display order is changed. Old compatible
288 rule (len <= ge-value <= le-value) is removed.
289
2902001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
291
292 * prefix.h: Temporary fix for alignment of prefix problem.
293
2942001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
295
296 * prefix.h (struct prefix): Remove safi and padding field.
297 (struct prefix_ipv4): Likewise.
298 (struct prefix_ipv6): Likewise.
299 (struct prefix_ls): Likewise.
300 (struct prefix_rd): Likewise.
301
302 * command.h (enum node_type): Preparation for BGP new config.
303
304 * vty.c (vty_end_config): Likewise.
305
3062001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
307
308 * routemap.c (route_map_rule_delete): Call func_free when
309 route-map rule is deleted.
310
3112001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
312
313 * routemap.c (route_map_index_lookup): Prevent to use deny and
314 permit for same route-map sequence.
315
3162001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
317
318 * vty.c (vty_read_config): Fix warning.
319
3202001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
321
322 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
323 strings.
324
3252001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
326
327 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
328 CMSG_FIRSTHDR.
329
3302001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
331
332 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
333
3342001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
335
336 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
337 lib" member.
338
3392001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
340
341 * vty.c (vty_read_config): Revert check of integrate_default when
342 VTYSH is defined.
343
3442001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
345
346 * vty.c (vty_read_config): Do not check integrate_default. That
347 should be used only by vtysh.
348
3492001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
350
351 * vty.c (vty_serv_un): Set umask 0077.
352 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
353 wait for boot configuration.
354
355 * if.c (if_lookup_address): Make it smart implementation.
356
357 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
358 options for IPv4 This is here so that people only have to do their
359 OS multicast mess in one place rather than all through zebra,
360 ospfd, and ripd .
361
3622001-02-04 Akihiro Mizutani <mizutani@dml.com>
363
364 * plist.c (vty_prefix_list_install): Even when argument is
365 invalid, new memory is allocated. Now memory allocation is done
366 after argument check.
367
3682001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
369
370 * zebra-0.91 is released.
371
3722001-01-31 Akihiro Mizutani <mizutani@dml.com>
373
374 * vty.c (vty_login): Add vty login command.
375
3762001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
377
378 * vty.c (vty_reset): Close accept socket.
379
3802001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
381
382 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
383 attribute.
384
3852001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
386
387 * zclient.c (zebra_interface_address_add_read): Fetch interface
388 address flag.
389 (zebra_interface_address_delete_read): Likewise.
390
3912001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
392
393 * table.c (route_node_match_ipv4): Utility function for IPv4
394 address lookup.
395 (route_node_match_ipv6): Utility function for IPv4 address lookup.
396
3972001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
398
399 * if.c: Delete RIP_API part until new implementation comes out.
400
4012001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
402
403 * hash.h (struct Hash): Rename alloc to count. Change type to
404 unsigned long.
405
406 * stream.c (stream_getc_from): New function.
407 (stream_getw_from): Likewise.
408
409 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
410
4112001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
412
413 * flap.c: File is removed.
414
415 * flap.c: Likewise.
416
417 * roken.h: Likewise.
418
419 * buffer.c (buffer_new): Remove type option to buffer_new().
420
4212001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
422
423 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
424
4252001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
426
427 * zebra-0.90 is released.
428
429 * command.c: Update Copyright year.
430
4312001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
432
433 * if.c (if_create): Register connected_free() function for
434 deletion.
435 (if_delete): Free connected information when the interface is
436 deleted.
437 (if_lookup_by_index): Fix argument type from int to unsigned int.
438 (connected_add): Keep list in order if old info found, essential
439 for repeatable operation in some daemons.
440
4412001-01-09 endo@suri.co.jp (Masahiko Endo)
442
443 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
444 read thread.
445
4462001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
447
448 * filter.c (access_list_delete): Access-list name is not freed.
449
450 * plist.c (prefix_list_delete): Prefix-list name is not freed.
451
4522000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * zclient.c (zclient_start): Change to use UNIX domain
455 socket for zebra communication.
456
457 * vector.c (vector_init): vector_alloc and vector_data_alloc is
458 removed. All memory allocation count should be maintained by
459 XMALLOC and XFREE macros.
460
4612000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
462
463 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
464
4652000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
466
467 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
468 value.
469
4702000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
471
472 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
473 allocated in vty_new ().
474
4752000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
476
477 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
478
479 * command.c (config_write_terminal): Display "end" at the end of
480 configuration.
481
482 * plist.c (vty_prefix_list_install): Use AF_INET to determine
483 lenum length.
484
4852000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
486
487 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
488 then all lines write by IOV_MAX.
489
4902000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
491
492 * command.c (config_write_file): Robust method for writing
493 configuration file and recover from backing up config file.
494
4952000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
496
497 * smux.c (smux_connect): More fail check.
498 (smux_trap): When SMUX connection is not established, do nothing.
499
5002000-11-28 Gleb Natapov <gleb@nbase.co.il>
501
502 * thread.c (thread_fetch): Execut event list first. Old event
503 list is renamed to ready list. With this change, event thread is
504 executed before any other thread.
505
506 * thread.h (struct thread_master): Add ready list.
507
5082000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
509
510 * linklist.c (listnode_add_after): Add node right after the
511 listnode pointer.
512
5132000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
514
515 * smux.h: Pass struct variable to WriteMethod.
516
5172000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
518
519 * if.c (if_lookup_address): When looking up interface with IP
520 address, Sometimes multiple interfaces will match. Now PtP
521 interfaces prevail in such a case which seem the right thing to
522 do: There will probably also be host routes which usually prevail
523 over network routes.
524
5252000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
526
527 * smux.c (smux_trap): SMUX trap implementation.
528
5292000-11-19 Akihiro Mizutani <mizutani@dml.com>
530
531 * plist.c: Add automatic conversion function of an old rule.
532 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
533
5342000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
535
536 * zclient.c (zebra_interface_add_read): Read hardware address when
537 hw_addr_len is greater than 0.
538
5392000-11-15 Akihiro Mizutani <mizutani@dml.com>
540
541 * plist.c: The rule of "len <= ge-value <= le-value"
542 was changed to "len < ge-value <= le-value".
543
5442000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
545
546 * memory.[ch]: Added #define and functions for ospf6d.
547
548 * log.[ch]: some platform says that the data of used va_list
549 is undefined. Changed to hold list of va_list for each
550 vsnprintf.
551
5522000-11-07 Rick Payne <rickp@rossfell.co.uk>
553
554 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
555
5562000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
557
558 * command.c (config_exit): Fix bug of missing break after case
559 BGP_VPNV4_NODE.
560
5612000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
562
563 * vector.c (vector_unset): Check i is not nevative.
564
5652000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
566
567 * smux.c (smux_sock): Set terminating '\0'. Check address family.
568
569 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
570 gai_strerror. Check address family.
571
5722000-10-23 Jochen Friedrich <jochen@scram.de>
573
574 * smux.c: Use linklist rather than vector.
575 (smux_getnext): A SMUX subagent has to behave as if it manages the
576 whole SNMP MIB tree itself. It's the duty of the master agent to
577 collect the best answer and return it to the manager. See RFC 1227
578 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
579 bad here as it actually might ask multiple times for the same
580 GETNEXT request as it throws away the answer when it expects it in
581 a different subtree and might come back later with the very same
582 request.
583
5842000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
585
586 * command.c (cmd_init): Log related command are only installed for
587 terminal mode.
588
5892000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
592
593 * zebra.h: Remove #warn directive.
594
5952000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * keychain.c (keychain_init): Register "key chain" command to
598 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
599
600 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
601 CONFIG_NODE.
602
603 * command.c (config_end): Likewise.
604
605 * keychain.c (keychain_get): Key is sorted by it's identifier
606 value.
607
6082000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
609
610 * linklist.c (list_delete_all_node): Call delete function if it is
611 defined.
612
613 * command.c (cmd_execute_command_strict): Add modification for
614 vtysh.
615 (cmd_execute_command_strict): Remove first argument cmdvec because
616 it is global varibale in command.c.
617
6182000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
619
620 * command.c (cmd_init): Install
621 copy_runningconfig_startupconfig_cmd only in terminal mode.
622
623 * linklist.c (list_delete_node): Simplify the function.
624 (listnode_lookup): Renamed from list_lookup_node.
625
6262000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
627
628 * stream.h: Undef stream_read and stream_write without
629 parenthesis.
630
631 * newlist.c: File removed.
632
633 * newlist.h: Likewise.
634
635 * linklist.c (list_new): Remove list_init(). To allocate new
636 linked list, please use list_new().
637 (listnode_add): Remove list_add_node(). To add new node to linked
638 list, please use listnode_add().
639 (list_delete_by_val): Revemove fucntion.
640
6412000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
642
643 * table.c (route_table_free): Reimplement route_table_free().
644
6452000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
646
647 * keychain.c (keychain_get): Register key_delete_func to key
648 list's delete function. Use linklist.c instead of newlist.c.
649
6502000-10-04 Akihiro Mizutani <mizutani@dml.com>
651
652 * filter.c (access_list_remark): Add access-list's remark command.
653 (no_access_list): "no access-list 100 permit any" error message
654 bug is fixed.
655
6562000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * memory.h (enum): Add MTYPE_SOCKUNION.
659
6602000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
661
662 * zebra-0.89 is released.
663
6642000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * linklist.c (list_add_node_head): Delete unused function.
667 (list_add_node_tail): Likewise.
668
6692000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * stream.c (stream_read_unblock): Add new function for unblocking
672 read.
673
6742000-09-26 Jochen Friedrich <jochen@nwe.de>
675
676 * smux.c (smux_register): Fix bug of can't register more than one
677 MIB with SMUX.
678
6792000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
680
681 * vty.c (vty_close): Fix memory leak of sb_buffer.
682 (vty_new): Likewise.
683
6842000-09-21 steve@Watt.COM (Steve Watt)
685
686 * log.h: Do not declare zlog_priority[0] variable.
687
6882000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
689
690 * linklist.h (struct _list ): Add member cmp for compare function.
691 (struct _list ): Member up is deleted
692
6932000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
694
695 * if.c: Include RIP_API header when RIP API is enabled.
696
6972000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
698
699 * prefix.c (prefix_free): Siplify prefix_free().
700
701 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
702
7032000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * zebra.h: Merge roken.h into zebra.h.
706
7072000-09-05 Akihiro Mizutani <mizutani@dml.com>
708
709 * routemap.c (route_map_init_vty): Install route-map command to
710 RMAP_NODE.
711
7122000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
713
714 * thread.c (thread_get_id): Remove pthread related garbage.
715
716 * command.h (struct host): Likewise.
717
718 * zebra.h: Likewise.
719
7202000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
721
722 * command.h (node_type ): Add AAA node for authentication.
723
724 * vty.c (vty_close): Do not close stdout.
725
7262000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
727
728 * vty.c (vty_init_vtysh): Added for vtysh.
729
730 * distribute.c (districute_list_prefix_all): Interface independent
731 filter can be set.
732 (distribute_list_all): Likewise.
733 (config_show_distribute): Display current distribute-list status
734 for "show ip protocols".
735
7362000-08-18 Akihiro Mizutani <mizutani@dml.com>
737
738 * command.c (config_terminal_no_length): no terminal monitor ->
739 terminal no monitor
740 (cmd_init): Do not install service_terminal_length_cmd into
741 ENABLE_NODE.
742
743 * vty.c (terminal_no_monitor): no terminal length -> terminal no
744 length.
745
7462000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * zebra-0.88 is released.
749
7502000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
751
752 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
753 better IAC handling.
754
755 * vty.c (vty_telnet_option): Change telnet option handling.
756
7572000-08-15 Gleb Natapov <gleb@nbase.co.il>
758
759 * zclient.c (zclient_redistribute_unset): New function added.
760
7612000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
762
763 * zclient.c (zebra_interface_add_read): Change ifindex restore
764 size from two octet to four.
765 (zebra_interface_state_read): Likewise.
766 (zebra_interface_address_add_read): Likewise.
767
7682000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * vty.c (vty_event): Use vector_set_index() instead of
771 vector_set().
772
7732000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
774
775 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
776 Administrative Distance of each protocol.
777
7782000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
779
780 * if.h (struct interface ): Add new member bandwidth to struct
781 interface.
782
783 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
784 (zebra_interface_state_read): Likewise.
785
7862000-08-07 Gleb Natapov <gleb@nbase.co.il>
787
788 * routemap.c (route_map_event_hook): New hook route_map_event_hook
789 is added. This hook is called when route-map is changed. The
790 parameters passed to the hook are 'event' and 'route-map name'
791
792 * routemap.h: Add prototype for route_map_event_hook().
793
7942000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
795
796 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
797 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
798
799 * routemap.c (route_map_empty): Add new function.
800 (route_map_delete): Use route_map_index_delete() instead of
801 route_map_index_free().
802 (route_map_index_free): Function removed.
803
8042000-08-06 Gleb Natapov <gleb@nbase.co.il>
805
806 * routemap.c (route_map_index_delete): Add check for route-map is
807 empty or not.
808
8092000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
812 zclient.
813
8142000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * zclient.h (struct zebra): Add obuf for output buffer.
817
818 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
819 if_indextoname().
820
8212000-08-02 David Lipovkov <davidl@nbase.co.il>
822
823 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
824 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
825
826 * if.c (interface_pseudo): Add "pseudo" command to interface node.
827 (no_interface_pseudo): Add "no pseudo" command to interface node.
828
829 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
830 send from zebra.
831
8322000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
835 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
836
837 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
838
8392000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
840
841 * vty.c: Use vector for VTY server thread listing instead of
842 single value.
843
8442000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
845
846 * keychain.c (no_key_chain): "no key chain WORD" command is added.
847
8482000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * command.c (config_from_file): If command fail in
851 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
852
853 * vty.h (struct vty ): Add index_sub member.
854
8552000-07-27 Akihiro Mizutani <mizutani@dml.com>
856
857 * if.c: Help strings updates.
858
8592000-07-11 Akihiro Mizutani <mizutani@dml.com>
860
861 * command.c (no_config_enable_password): Add "no enable password"
862 command.
863 (config_write_host): Display password string.
864
865 * routemap.c (route_map_delete_match): Add support for delete
866 match without argument.
867 (route_map_delete_set): Likewise.
868
8692000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * command.h (node_type ): Change KEYCHAIN_NODE and
872 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
873
8742000-07-09 Jochen Friedrich <jochen@scram.de>
875
876 * smux.c (config_write_smux): Fixes the option to override OID and
877 password for SMUX.
878
8792000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
880
881 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
882
8832000-07-09 Toshiaki Takada <takada@zebra.org>
884
885 * command.c: Sort descvec command's help.
886
887 * vty.c (vty_describe_command): Display '<cr>' at the end of
888 descriptions.
889
8902000-07-05 Toshiaki Takada <takada@zebra.org>
891
892 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
893 treatment of double colon.
894
8952000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
896
897 * zclient.h: Add zclient_redistribute_default_{set,unset}().
898
899 * keychain.c: New file for authentication key management.
900 * keychain.h: Likewise.
901
902 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
903 ipchains.
904 * tcpfilter.h: Likewise.
905
906 * flap.h: New file for route flap dampening.
907 * flap.c: Likewise.
908
9092000-07-04 Toshiaki Takada <takada@zebra.org>
910
911 * filter.c (struct filter): Add exact flag.
912 (access_list): Add exact-match command.
913 (ipv6_access_list): Add exact-match command.
914
9152000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
918 request default route.
919
9202000-07-01 Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
921
922 * smux.c: Add IPv6 smux connection code.
923
9242000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
925
926 * vty.c (vty_complete_command): To cooperate readline library,
927 returned string is newly allocated. So some match function case
928 need, free of memory.
929
9302000-06-12 Akihiro Mizutani <mizutani@dml.com>
931
932 * distribute.c: Fix help strings.
933
9342000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
935
936 * command.c (cmd_complete_command): Add check for vector_slot
937 (vline, index) is not NULL when calculating lcd.
938 (cmd_entry_function): First check variable arguemnt to prevent it
939 from completion.
940
9412000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
942
943 * vty.h (struct vty ): Add output_count member for displaying
944 output route count. Remove arugment arg from output_func because
945 the value is passed by vty argument. Change output to output_rn.
946 Add output_clean function pointer member. Add output_type member.
947
9482000-06-10 Toshiaki Takada <takada@zebra.org>
949
950 * command.c (show_startup_config): Add "show startup-config"
951 command.
952
9532000-06-06 Akihiro Mizutani <mizutani@dml.com>
954
955 * filter.c: Fix help strings.
956
9572000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
958
959 * prefix.h (struct prefix_rd): New prefix structure for routing
960 distinguisher.
961 (struct prefix): Add padding to every prefix structure.
962
963
964 * routemap.c (route_map_add_match): When completely same match
965 statement exists, don't duplicate it.
966
9672000-06-05 Akihiro Mizutani <mizutani@dml.com>
968
969 * routemap.c: Change NAME to WORD.
970
971 * plist.c: Fix help strings.
972
9732000-06-02 Akihiro Mizutani <mizutani@dml.com>
974
975 * routemap.c: Fix route-map help strings.
976
9772000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
980 to filter other non vararg commands.
981
982 * routemap.c (route_map_init_vty): Use install_default() for
983 install common commands into route-map node..
984
9852000-06-01 Akihiro Mizutani <mizutani@dml.com>
986
987 * command.h (OSPF_STR): Macro added.
988
9892000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
990
991 * command.c (cmd_complete_command): LCD completion must not modify
992 installed command string.
993
994 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
995 X:X::X:X to X:X::X:X/M.
996
9972000-05-31 Toshiaki Takada <takada@zebra.org>
998
999 * vty.c (show_history): New defun added.
1000
10012000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1002
1003 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
1004 list. CMD_COMPLETE_MATCH is used for LCD completion.
1005
1006 * vty.c (vty_complete_command): Matched string's LCD is completed.
1007
1008 * command.c (cmd_lcd): New function for calculate LCD of matched
1009 strings.
1010
10112000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1012
1013 * command.c (install_default): config_write_terminal_cmd,
1014 config_write_file_cmd, config_write_memory_cmd are added to
1015 default node.
1016
1017 * memory.c (memory_init): Divide show memory command into each
1018 sort.
1019
1020 * command.c (cmd_init): config_write_terminal_cmd,
1021 config_write_file_cmd, config_write_memory_cmd are added to
1022 CONFIG_NODE.
1023
1024 * routemap.c (route_map_index_free): New function.
1025 (no_route_map_all): New DEFUN for "no route-map NAME".
1026
1027 * filter.c (no_access_list_all): New DEFUN for delete access-list
1028 with NAME.
1029 (no_ipv6_access_list_all): Likewise.
1030
10312000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1032
1033 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
1034 specified, user can not use "ge" and "le" statement.
1035
10362000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
1037
1038 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
1039
1040 * table.c (route_table_free): Like wise.
1041
10422000-05-22 Toshiaki Takada <takada@zebra.org>
1043
1044 * vty.c (vty_stop_input): Set history pointer to the latest one.
1045
1046 * vty.c (vty_hist_add): Do not add command line history when input
1047 is as same as previous one.
1048
10492000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
1052
10532000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * command.h (node_type ): Add BGP_VPNV4_NODE.
1056
10572000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1058
1059 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
1060 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
1061
1062 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
1063 IPv4 example. Reported by: Love <lha@s3.kth.se>.
1064
1065 * command.c (cmd_complete_command): Make it sure last element of
1066 matchvec is NULL. This fix problem which cause crush in
1067 vty_complete_command(). Reported by: JINMEI Tatuya
1068 <jinmei@isl.rdc.toshiba.co.jp>.
1069
10702000-04-28 Love <lha@s3.kth.se>
1071
1072 * prefix.h (struct prefix): Add padding.
1073
10742000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * command.c (show_version): Update copyright year.
1077
10782000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * routemap.c (route_map_apply): When map is NULL, return deny.
1081
10822000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * filter.c (access_list_apply): When access is NULL, return deny.
1085
1086 * plist.c (prefix_list_apply): When plist is NULL, return deny.
1087
10882000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1089
1090 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
1091
10922000-04-18 Toshiaki Takada <takada@zebra.org>
1093
1094 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
1095 Add argument for hook function to give struct access_list *.
1096
10972000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1098
1099 * plist.c (prefix_list_entry_match): In case of le nor ge is
1100 specified, exact match is performed.
1101 (prefix_list_entry_match): Add any entry matching check.
1102
11032000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1104
1105 * vty.c (exec_timeout): Separate timeout setting to minutes and
1106 seconds.
1107 (no_exec_timeout): Add "no exec-timeout" command.
1108
1109 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
1110 600.
1111
11122000-03-31 Jochen Friedrich <jochen@scram.de>
1113
1114 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
1115 it is a primitive encoding and not constructed.
1116
11172000-03-28 Toshiaki Takada <takada@zebra.org>
1118
1119 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
1120
11212000-03-26 Love <lha@s3.kth.se>
1122
1123 * zclient.c (zclient_read): Add nbytes size check for
1124 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
1125
11262000-03-26 Rick Payne <rickp@rossfell.co.uk>
1127
1128 * routemap.c: Add flexible route-map commands such as on-match
1129 next, on-match goto N.
1130
1131 * routemap.h: Likewise
1132
11332000-03-23 Adrian Bool <aid@u.net.uk>
1134
1135 * command.c (config_log_trap): Add new command "log trap
1136 PRIORITY".
1137
11382000-03-14 Toshiaki Takada <takada@zebra.org>
1139
1140 * memory.c (struct memory_list): Add Link List and Link Node
1141 to view.
1142
1143 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1144
11452000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1146
1147 * str.c (snprintf): Fix bug of calling sprintf instead of
1148 vsprintf.
1149
11502000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1151
1152 * memory.h (enum): Add MTYPE_RIP_PEER.
1153
11542000-01-15 Toshiaki Takada <takada@zebra.org>
1155
1156 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1157
11582000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1159
1160 * command.h (node_type ): Add MASC_NODE for masc.
1161
11622000-01-09 Wang Jianliang <wangjl@soim.net>
1163
1164 * routemap.c (route_map_index_add): When route_map_index is not
1165 empty and insert new item at the head, it can cause core dump.
1166 Fix "if (index == map->head)" to "if (point == map->head).
1167 (route_map_add_set): If there is an old set command, override old
1168 set command with new one.
1169 (route_map_index_delete): Use while() instead of for for() for
1170 logical correctness.
1171
11721999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1173
1174 * memory.h (enum): Add MTYPE_BGP_STATIC.
1175
11761999-12-23 Alex Zinin <zinin@amt.ru>
1177 * zebra.h, zclient.*: dynamic int up/down message
1178 support
1179
11801999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * thread.c (thread_cancel_event): Add a function for clean up
1183 events.
1184
11851999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1186
1187 * dropline.c: Delete file.
1188 dropline.h: Linewise.
1189
11901999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * filter.c (access_list_filter_delete): Wrong pointer
1193 access->master was pointed out after access is freed. I store
1194 master value at the beginning of the function.
1195
11961999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1197
1198 * vty.c (exec_timeout): Change of VTY timeout affect to current
1199 VTY connection.
1200 (vty_accept): Instead of immediate exit() return -1.
1201
12021999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1203
1204 * vty.c (vty_configure_lock): Configuration lock function added.
1205 Only one VTY can use CONFI_NODE at the same time.
1206
1207 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1208 thing.
1209
1210 * log.c (log_init): Function removed.
1211 (log_close): Likewise.
1212 (log_flush): Likewise.
1213 (log_open): Likewise.
1214
1215 * vty.c (terminal_monitor): Add new command.
1216 (no_terminal_monitor): Likewise.
1217
1218 * log.c (old_log): Function removed.
1219 (old_log2): Likewise.
1220 (old_log_warn): Likewise.
1221
12221999-12-04 Toshiaki Takada <takada@zebra.org>
1223
1224 * command.c (cmd_ipv6_match): New function added.
1225 (cmd_ipv6_prefix_match): Likewise.
1226
12271999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * command.c (cmd_ipv6_match):
1230
1231 * table.c: Delete #ifdef HAVE_MBGPV4.
1232
1233 * prefix.h (struct prefix): Add safi member.
1234 (struct prefix_ipv4): Likewise.
1235 (struct prefix_ipv6): Likewise.
1236
12371999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1238
1239 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1240
12411999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * version.h: Bump up to 0.81c for testing new kernel codes.
1244
12451999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1246
1247 * thread.h (struct thread): Pthread support is disabled all
1248 platform.
1249
12501999-11-21 Michael Handler <handler@sub-rosa.com>
1251
1252 * Include <limits.h> and <strings.h> under SUNOS_5.
1253
12541999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1255
1256 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
12571999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1258
1259 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1260
12611999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1262
1263 * command.c (disable): Add `disable' command.
1264
12651999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1266
1267 * plist.c (vty_prefix_list_install): Add any check.
1268
12691999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1270
1271 * command.h (node_type ): Add DUMP_NODE.
1272
12731999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1274
1275 * smux.c: Change default SMUX oid to compatible with gated.
1276
12771999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1278
1279 * if_rmap.c: New file added.
1280
1281 * if_rmap.h: New file added.
1282
12831999-10-29 Alex Zinin <zinin@amt.ru>
1284
1285 * hash.c: add hash_free() function
1286
12871999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * hash.c (hash_clean): Add clean function.
1290
1291 * plist.c (prefix_list_reset): Add reset function.
1292
1293 * filter.c (access_list_reset): Add reset function.
1294
12951999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1296
1297 * client.c: Merged with zclient.c.
1298 * client.h: Merged with zclient.h.
1299
13001999-10-15 Jordan Mendelson <jordy@wserv.com>
1301
1302 * md5.c: Imported from GNU C Library.
1303 * md5-gnu.h: Likewise.
1304
13051999-10-15 Jochen Friedrich <jochen@scram.de>
1306
1307 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1308
13091999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1310
1311 * smux.h: New file added.
1312
1313 * snmp.c: Rename to smux.c.
1314
13151999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1316
1317 * command.c (cmd_execute_command_strict): Filter ambious commands.
1318 (cmd_filter_by_string): Change to return enum match_type.
1319
13201999-10-01 Toshiaki Takada <takada@zebra.org>
1321
1322 * vty.c (vty_describe_fold): New function which does VTY
1323 description line fold.
1324 * vty.c (vty_describe_command): Set description column.
1325
13261999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1329
13301999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1333 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1334
13351999-09-24 Toshiaki Takada <takada@zebra.org>
1336
1337 * command.c (cmd_filter_by_completion),
1338 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1339 parameter matches range.
1340
13411999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1342
1343 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1344 is performed.
1345
13461999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1347
1348 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1349
13501999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1351
1352 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1353 PREFIX_IPV6_NODE.
1354
1355 * distribute.h: New file added.
1356
1357 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1358
13591999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1360
1361 * vty.c (vty_terminate_all): New function added for reload
1362 support.
1363
13641999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1365
1366 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1367
13681999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1369
1370 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1371 esc-ctrl-h (delete word backwards).
1372
13731999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1374
1375 * if.h: Add if_nametoindex for NRL.
1376
13771999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1378
1379 * if.c (if_create): New function.
1380
13811999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1382
1383 * snmp.c: New file.
1384
13851999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1386
1387 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1388 (). stream_get () is added.
1389
13901999-08-18 Toshiaki Takada <takada@zebra.org>
1391
1392 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1393
13941999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1395
1396 * table.c (route_table_finish): add function frees table.
1397
13981999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1399
1400 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1401
14021999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1403
1404 * if.h (struct interface ): hw_address, hw_address_len added.
1405
14061999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1407
1408 * if.h (struct interface ): Change structure member if_data to
1409 info, index to ifindex.
1410
14111999-08-08 Rick Payne <rickp@rossfell.co.uk>
1412
1413 * routemap.c: Multi protocol route-map modification.
1414
1415 * routemap.c (route_map_apply): Route match process bug is fixed.
1416
14171999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1418
1419 * thread.c (thread_fetch): When signal comes, goto retry point.
1420
14211999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1422
1423 * Makefile.am: Add sockopt.c and sockopt.h
1424 * sockopt.c: New file.
1425 * sockopt.h: New file.
1426
14271999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1428
1429 * version.h (ZEBRA_VERSION): Release zebra-0.75
1430
14311999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1434
14351999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1436
1437 * sockunion.h: Add sockunion_getpeername ().
1438
14391999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1440
1441 * version.h: Release zebra-0.74
1442
14431999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1444
1445 * command.h (struct host): Delete lines from struct host. Add
1446 lines to struct vty.
1447
1448 * command.c: Delete `lines LINES'. Terminal display line settings
1449 should be done by `terminal length' command.
1450
14511999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1452
1453 * memory.h (enum): MTYPE_OSPF_PATH are added.
1454
14551999-07-22 Toshiaki Takada <takada@zebra.org>
1456
1457 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1458
14591999-07-21 Toshiaki Takada <takada@zebra.org>
1460
1461 * linklist.c (list_add_node_prev), (list_add_node_next),
1462 (list_add_list): New function added.
1463
1464 * table.c (route_table_free): New function added.
1465
14661999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1467
1468 * plist.c (config_write_prefix): Set write flag when configuration
1469 is written.
1470
14711999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1472
1473 * prefix.c : prefix_cmp() added. change apply_mask() to
1474 apply_mask_ipv4(), and new apply_mask() added.
1475
14761999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1477
1478 * prefix.c (prefix2str): append prefixlen.
1479
14801999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1481
1482 * command.c (config_terminal): Change "config terminal" to
1483 "configure terminal". Reported by Georg Hitsch
1484 <georg@atnet.at>.
1485 (config_terminal_length): `terminal length <0-512>' is added. At
1486 this moment this command is only usef for vty interface.
1487 Suggested by Georg Hitsch <georg@atnet.at>.
1488
14891999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1490
1491 * routemap.c (rulecmp): Add wrapper function of strcmp.
1492
14931999-07-08 Rick Payne <rickp@rossfell.co.uk>
1494
1495 * sockunion.c (inet_aton): Fix bug of inet_aton.
1496
14971999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1498
1499 * version.h (ZEBRA_VERSION): Start zebra-0.73
1500
15011999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1502
1503 * version.h: Bump up to 0.72.
1504
15051999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1506
1507 * command.c (install_default): New function for install default
1508 commands to the node.
1509
1510 * memory.h (enum): MTYPE_NEXTHOP is added.
1511
15121999-07-01 <kunihiro@zebra.org>
1513
1514 * command.c (no_banner_motd): `no banner motd' command added.
1515
15161999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1517
1518 * regex.c: Update to glibc-2.1.1's posix/regex.c
1519
1520 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1521
1522 * prefix.h (IPV4_ADDR_SAME): Macro added.
1523 (IPV6_ADDR_SAME): Likewise.
1524
15251999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1526
1527 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1528
1529 * version.h: Bump up to 0.71.
1530
1531 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1532 VTY socket when IPv6 is enabled.
1533
15341999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1535
1536 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1537 address family to bind.
1538
1539 * command.c: Add quit command.
1540
15411999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1542
1543 * vty.c (vty_read_config): Fix bug of configuration file path
1544 detection.
1545
15461999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1547
1548 * version.h: Bump up to 0.70.
1549
15501999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1551
1552 * buffer.h (GETL): Remove GETL macro.
1553
1554 * version.h: Bump up to 0.69.
1555
15561999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1557
1558 * if.c (connected_add): Commented out connected_log.
1559
15601999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1561
1562 * command.h (struct cmd_element ): strvec and descvec is combined
1563 into newstrvec.
1564
1565 * command.c (desc_make): Function removed.
1566 (desc_next): Function removed.
1567
1568 * command.h (struct cmd_element ): docvec is removed from struct
1569 cmd_element.
1570
15711999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1572
1573 * command.c (cmd_execute_command): Remove command NULL check.
1574
1575 * command.h (struct cmd_element ): Add newstrvec entry to struct
1576 cmd_element.
1577 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1578 (a|b|c) statement.
1579 (DESC): DESC macro is removed.
1580
1581 * vty.c (vty_complete_command): When return value is
1582 CMD_ERR_NO_MATCH, don't display error message.
1583
15841999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1585
1586 * table.c (route_next_until): New function.
1587
1588 * version.h: Bump up to 0.68.
1589
15901999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1591
1592 * vty.c (vty_close): Free vty->buf when vty is closed.
1593
1594 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1595 MTYPE_COMMUNITY_LIST.
1596
1597 * vty.h (struct vty ): Change buf from static length buffer to
1598 variable length buffer.
1599
1600 * vty.c (vty_ensure): New function added.
1601
16021999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1603
1604 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1605
1606 * command.c (config_enable_password): Freeing host.enable bug is
1607 fixed.
1608 (config_enable_password): Add argc count check.
1609
16101999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1611
1612 * version.h: Bump up to 0.67.
1613
16141999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1615
1616 * command.c (zencrypt): New function for encrypt password.
1617
1618 * command.h (struct host): Add password_encrypt and
1619 enable_encrypt.
1620
16211999-05-30 Jochen Friedrich <jochen@scram.de>
1622
1623 * command.h (struct host): New member encrypt is added for
1624 encrypted password.
1625
16261999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1627
1628 * vty.c: Remove all_digit_check function. Instead use all_digit.
1629
1630 * prefix.c (all_digit): New function for checking string is made
1631 from digit character.
1632
16331999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1634
1635 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1636 (noinst_HEADERS): Add zclient.h
1637
1638 * zclient.[ch]: New file for zebra client routine.
1639
1640 * memory.h (enum): Add MTYPE_ZEBRA.
1641
16421999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1643
1644 * version.h (ZEBRA_VERSION): Update to 0.66.
1645
16461999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1647
1648 * buffer.h (GETC,GETW): Macro deleted.
1649
16501999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1651
1652 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1653
16541999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1655
1656 * vty.c (service_advanced_vty): New command added.
1657 (no_service_advanced_vty): Likewise.
1658
16591999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1660
1661 * vty.c (vty_auth): If advanced flag is set and enable password is
1662 not set, directly login to the ENABLE_NODE. This feature is
1663 originally designed and implemented by Stephen R. van den Berg
1664 <srb@cuci.nl>.
1665
1666 * command.h (host): Add advanced flag to struct host for advanced
1667 vty terminal interface.
1668
1669 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1670
16711999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1672
1673 * command.h (node_type ): Add TABLE_NODE.
1674
1675 * vty.c (vty_telnet_option): Check host.lines value.
1676
1677 * command.c (config_lines): DEFUN for 'lines LINES' command.
1678
1679 * zebra.h: Include <sys/utsname.h> for uname().
1680 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1681 routing table.
1682
1683 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1684 password is not set.
1685 (vty_prompt): Get machine's hostname when hostname is not set.
1686
16871999-05-11 James Willard <james@whispering.org>
1688
1689 * command.c (config_exit): Close connection when `exit' command is
1690 executed at ENABLE_NODE.
1691
16921999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1693
1694 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1695
1696 * command.c (cmd_execute_command_strict): Matched command size
1697 check added.
1698 (cmd_make_desc_line): New function for DEFUN2.
1699
1700 * command.h (struct cmd_element ): Add descsize.
1701
17021999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1703
1704 * command.h (struct cmd_element ): Remame descvec to docvec.
1705 (struct cmd_element ): Add descvec for new description system.
1706
1707 * command.c (desc_make): Check cmd->descvec.
1708
17091999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1710
1711 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1712
17131999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1714
1715 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1716 release.
1717
17181999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1719
1720 * linklist.c (list_delete_all_node): bug fix.
1721 previous code loses current position when node
1722 is deleted.
1723
17241999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1725
1726 * command.h (DESC): Macro added.
1727 (struct cmd_element2): Delete struct cmd_element2.
1728
1729 * plist.c (prefix_list): Sequential number option check is added.
1730
17311999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1732
1733 * log.c (zvlog_{debug,info,notice,warn,err}): have been
1734 added. now we can log both console and file, but still
1735 need some fix about config write.
1736
17371999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1738
1739 * log.c (zvlog_debug): Fix yasu's change.
1740
17411999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1742
1743 * plist.c (prefix_list): Fix typo.
1744
17451999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1746
1747 * Set version to 0.63 for first beta package.
1748
17491999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1750
1751 * prefix.c (str2prefix_ipv4): Fix prefix length check.
1752 (str2prefix_ipv6): Likewise.
1753
17541999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1755
1756 * memory.h (enum): Add MTPYE_PREFIX_LIST and
1757 MTYPE_PREFIX_LIST_ENTRY.
1758
1759 * command.h (node_type ): Add PREFIX_NODE.
1760
17611999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
1762
1763 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
1764 (copy_runningconfig_startupconfig_cmd) is added.
1765
1766 * table.c (route_node_lookup): Unused match variable deletion.
1767
17681999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1769
1770 * Makefile.am (libzebra_a_SOURCES): plist.c added.
1771 (noinst_HEADERS): plist.h added.
1772
1773 * plist.c, plist.h: New file added.
1774
1775 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
1776 * memory.c: Likewise.
1777
17781999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1779
1780 * command.c (show_version): `show version' command added.
1781
17821999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1783
1784 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
1785
17861999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1787
1788 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
1789
17901999-04-19 Alex Bligh <amb@gxn.net>
1791
1792 * prefix.c (sockunion2hostprefix): Function added.
1793 (sockunion2prefix): Address family was not set. Now it is set.
1794
1795 * vty.c: VTY access-class command is added.
1796
17971999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1798
1799 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
1800 xstrdup are likewise.
1801
18021999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1803
1804 * thread.c: Add thread_execute for other routing daemon.
1805 OSPF tasks need to be generated by "sheduled" and "executed".
1806
18071999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1808
1809 * buffer.c: Rewrite buffer_write and buffer_flush related
1810 functions for fixing bugs. Reason of the problem and fix is
1811 suggested by Alex Bligh <amb@gxn.net>.
1812
18131999-04-12 Alex Bligh <amb@gxn.net>
1814
1815 * command.c (cmd_entry_function_descr): Added for variable
1816 argument help display.
1817
18181999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1819
1820 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
1821
18221999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1823
1824 * stream.c: stream_fifo_free bug is fixed.
1825
18261999-03-19 Toshiaki Takada <takada@zebra.org>
1827
1828 * stream.c (stream_strncpy): Added for getting any length bytes
1829 from stream.
1830
18311999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1832
1833 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
1834
18351999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1836
1837 * buffer.c (buffer_flush_window): If ep is same as buffer's size
1838 length and lp is overrun one octet.
1839
18401999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1841
1842 * vty.h: add VTY's timeout function.
1843
18441999-03-05 <kunihiro@zebra.org>
1845
1846 * command.h (node_type ): Add OSPF6_node.
1847
18481999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1849
1850 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
1851
18521999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1853
1854 * zebra.h: Include <net/if_var.h> if it exists.
1855
18561999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1857
1858 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
1859
1860 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
1861
1862 * command.h: Include vector.h and vty.h
1863
18641999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1865
1866 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
1867
1868 * routemap.c (route_map_apply_index): Add prefix argument.
1869 (route_map_apply): Likewise.
1870
1871 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
1872
1873 * stream.c: Add stream_fifo related functions.
1874
18751999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1876
1877 * daemon.c: Return integer value. File descriptor close is added.
1878
1879 * memory.h (enum): add MTYPE_OSPF_LSA.
1880
18811999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1882
1883 * rsh.c: Remove empty file.
1884
18851999-02-22 <kunihiro@zebra.org>
1886
1887 * routemap.c: Add add/delete hook to route_map_master.
1888
18891999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1890
1891 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
1892 strlcpy on system without these.
1893
18941999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1895
1896 * syslog support added
1897
18981999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1899
1900 * filter.c (access_list_add_hook): added for hook function management.
1901 * filter.c (access_list_delete_hook): Likewise.
1902
19031999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1904
1905 * stream.c: New file.
1906 * stream.h: New file.
1907 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
1908
19091999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1910
1911 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
1912
1913 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
1914
19151998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1916
1917 * routemap.c: route_map_index_delete() added.
1918
19191998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1920
1921 * buffer.c (buffer_empty): check cp instead of sp.
1922
19231998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1924
1925 * radix.[ch]: Deleted.
1926
19271998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1928
1929 * buffer.c: Prototype fixes.
1930 * prefix.c: Likewise.
1931 * sockunion.c: Likewise.
1932 * sockunion.h: Likewise.
1933
19341998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1935
1936 * vty.c (vty_read): DELETE key works as vty_delete_char.
1937
19381998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1939
1940 * log.c (time_print): chane %y to %Y.
1941
19421998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1943
1944 * distribute.c: new file.
1945
19461998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1947
1948 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
1949 complete support of IPv6 access list.
1950
1951 * command.c (config_write_element): function delete.
1952 (config_write_host): function add. password and enable password
1953 isn't printed to vty interface.
1954
19551998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1956
1957 * filter.c: Change prefix_ipv4 to prefix and add support of
1958 prefix_ipv6 filtering.
1959
19601998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1961
1962 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
1963 header includes.
1964
19651998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1966
1967 * log.c (log_flush): fix function name typo.
1968
19691998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1970
1971 * memory.h: OSPF memory type is added.
1972
19731998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1974
1975 * command.c (sort_node): add sort_node() for pretty printing of
1976 command on vty interface.
1977 (config_password): delete the restriction of charaster of password
1978 string.
1979
19801998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
1981
1982 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
1983
19841998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1985
1986 * network.h: New file.
1987
19881998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1989
1990 * vty.c (vty_will_echo): function name change from vty_off_echo.
1991
19921998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1993
1994 * buffer.h: add PUTC,PUTW,PUTL macros.
1995
19961998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1997
1998 * route.[ch]: renamed to prefix.[ch]
1999
20001998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
2001
2002 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
2003
2004 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
2005
20061998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2007
2008 * host.[ch]: merged with command.[ch]
2009
20101998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2011
2012 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
2013
20141998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2015
2016 * route.c (str2prefix): str2prefix () is gone.
2017
20181998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2019
2020 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
2021
2022 * .cvsignore: add file.
2023
2024 * memory.c (xerror): add arguent `type' and `size'.
2025
2026 * socket.c: deleted.
2027
20281998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2029
2030 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
2031 * linklist.c: same as above.
2032
20331998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2034
2035 * filter.[ch]: added.
2036
20371998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2038
2039 * vty.c (config_who): return CMD_SUCCESS
2040
20411998-04-01 Jochen Friedrich <jochen@scram.de>
2042
2043 * table.c (route_dump_node): route_dump_node is IPv6 specific
2044 function so move #ifdef to the end of route_dump_node ().
2045
20461998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
2047
2048 * if.c: DEFUN(interface_desc) added.
2049
20501998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2051
2052 * if.c: separated from ripd/rip_interface.c
2053
20541998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2055
2056 * thread.[ch] : added.
2057
20581998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2059
2060 * vty.c (vty_delete_char): fix size bug.
2061 (vty_backward_pure_word): function added.
2062 (vty_read): ESC + 'f' perform vty_forward_word.
2063 (vty_read): ESC + 'b' perform vty_backward_word.
2064
20651998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
2066
2067 * radix.c (radix_lookup_rt): add mask check.
2068 (radix_delete_duproute): add mask check.
2069
20701998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2071
2072 * command.c (config_write_file): fix vty -> file_vty.
2073
20741998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2075
2076 * command.c (cmd_filter_ambiguous): add complex type treatment.
2077
20781998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2079
2080 * vty.c (vty_time_print): function added.
2081 (vty_complete_command): now [...] element isn't shown by completion.
2082
20831998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2084
2085 * command.c : change from cmd_install_node() to install_node().
2086
20871998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
2088
2089 * route.[ch]: struct rt{} is replaced by struct prefix{}.
2090
20911998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2092
2093 * command.c (cmd_execute_command): check command length.
2094
2095 * timer.c (zebra_timer_set): add zebra_timer_set.
2096
20971998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2098
2099 * command.h (node_type ): add ZEBRA_NODE.
2100
2101 * command.c (config_exit): add RIP_NODE.
2102 (config_write_file): add RIP_NODE.
2103
21041998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2105
2106 * print_version.c (print_version): Now Copyright is 1996-1998.
2107
2108 * sockunion.c (sockunion_log): moved from ../zebra/route.c
2109
21101997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2111
2112 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
2113
2114 * sockunion.c (sockunion_sameprefix): add same prefix for
2115 sockunion.
2116
21171997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2118
2119 * radix.[ch] : are moved from ../zebra directroy.
2120
2121 * command.c (config_from_file): if command execution failed down
2122 level to CONFIG_NODE.
2123
2124 * host.c: config_log function which enable 'log FILENAME' command.
2125
21261997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2127
2128 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2129 transpose character.
2130
2131 * command.c: cmd_cmdsize add, this is useful to check incomplete
2132 command.
2133
21341997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2135
2136 * fd.h: add family for address family
2137
21381997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2139
2140 * command.o
2141 * vty.o
2142 * host.o is moved from ../zebra
2143
21441997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2145
2146 * make library directory.
2147