blob: e256bbe4bf4190fa494e3d2ceb04cb74930fa3cf [file] [log] [blame]
paulb35e5b42004-11-07 22:27:27 +000012004-11-07 Paul Jakma <paul@dishone.st>
2
3 * lib/version.h.in: add autoconf configure_input output var
4
ajs49ff6d92004-11-04 19:26:16 +000052004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
6
ajs5a646652004-11-05 01:25:55 +00007 * vty.h: Remove fields in struct vty that were related to VTY_CONTINUE
8 capabilities (that were used only in bgpd/bgp_route.c and are now
9 removed). Also remove some other fields that were not being
10 used at all.
11 * vty.c: (vty_execute) Do not test for obsolete status values VTY_START
12 and VTY_CONTINUE.
13 (vty_read) Remove calls to vty->output_func since that was part
14 of the VTY_CONTINUE infrastructure that has been removed.
15 (vty_flush) Remove code to support VTY_START and VTY_CONTINUE.
16 (vty_close) Remove code to cancel vty->t_output thread, since that
17 thread was never actually used.
18
192004-11-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
20
ajs49ff6d92004-11-04 19:26:16 +000021 * vty.c: Vtysh connections to daemons should use buffering.
22 (vty_out) Remove exception for vty_shell_serv, just use buffer_write.
23 (vty_new) Increase output buffer size to 4096 rounded up to a
24 multiple of pagesize.
25 (vtysh_read) After command has been executed and all output buffered,
26 call buffer_flush_available and schedule further writes if the
27 buffers are not yet empty.
28 (vtysh_write) New function to flush output to vtysh when the socket
29 is writeable.
30 (vty_event) Added new VTYSH_WRITE event for flushing buffers to vtysh
31 clients. Also, should save read thread in vty->t_read so the
32 thread can be cancelled in vty_close.
33 * buffer.h: In struct buffer_data, remove unused "parent" field.
34 Convert "unsigned char *data" to "unsigned char data[0]" to save
35 a malloc. Declare new function buffer_flush_available that works
36 with non-blocking sockets.
37 * buffer.c: (buffer_data_new) Use a single malloc now that data is
38 a variable-size array at end of structure.
39 (buffer_data_free) Just a single free now that data is part of the
40 structure.
41 (buffer_write) Simplify the logic to make behavior more transparent.
42 (buffer_flush) Decrease b->length as data is written out.
43 (buffer_flush_vty_all) Decrease b->length as buffers are freed.
44 (buffer_flush_vty) Decrease b->length as data is written out.
45 (buffer_flush_available) New function to flush non-blocking sockets.
46
paule064d6d2004-11-01 08:59:21 +0000472004-11-01 Paul Jakma <paul@dishone.st>
48
49 * sockopt.c: (setsockopt_pktinfo) remove, its unused.
50
paul75e15fe2004-10-31 02:13:09 +0000512004-10-31 Paul Jakma <paul@dishone.st>
52
53 * vty.c: As per Andrew's suggestions..
54 (vty_serv_un) remove flags.
55 (vtysh_accept) close socket if we cant set NONBLOCK. Add flags.
paul66cbbce2004-10-31 16:15:33 +000056 * keychain.c: Convert some more strtoul users to VTY_GET_INTEGER.
paul9d11a192004-10-31 16:19:24 +000057 * memory.h: Add MTYPE_THREAD_FUNCNAME and MTYPE_THREAD_STATS
58 * thread.c: Update stats and funcname alloc/free to use previous
paul039b9572004-10-31 16:43:17 +000059 specific memory type defines. Use XCALLOC and sizeof the type,
60 not the pointer.
paul70e149e2004-10-31 16:29:50 +000061 * smux.c: fix int to size_t compile warnings
paul75e15fe2004-10-31 02:13:09 +000062
pauldccfb192004-10-29 08:29:36 +0000632004-10-29 Paul Jakma <paul@dishone.st>
64
65 * vty.c: Move setting of sock to O_NONBLOCK from vty_serv_un
66 to vtysh_accept, where sock is the actual fd we wanted to set to
67 O_NONBLOCK, ie the /connected/ vtysh unix socket.
68
hasso508ec912004-10-23 14:26:49 +0000692004-10-23 Hasso Tepper <hasso at quagga.net>
70
71 * zclient.c: Unbreak reading interface update message. Might fix
72 blocker bugzilla #109.
73
paul23b9c612004-10-22 11:51:57 +0000742004-10-22 Paul Jakma <paul@dishone.st>
paul7d9c6e52004-10-22 10:54:39 +000075
76 * sockopt.c: (getsockopt_ipv4_ifindex) no ifindex should be 0, not
paul23b9c612004-10-22 11:51:57 +000077 -1.
78 (setsockopt_pktinfo) unexported
79 * sockopt.h: Cleanup SOCKOPT_CMSG defines a bit. Add a throwaway
80 define for SOPT_SIZE_CMSG_IFINDEX_IPV4 for systems which have
paul4ccb2c42004-10-22 22:52:33 +000081 neither IP_RECVIF nor IP_PKTINFO (eg openbsd), thanks to Rivo
82 Nurges for highlighting problem and fix.
paul4927cf02004-10-22 16:55:10 +000083 Fix elif that should be an else.
paul406d6712004-10-22 12:27:44 +000084 * command.h: Cleanup the defines a bit, add helper defines and
85 collapse all defines to use those. Add an attribute field to
86 cmd_element to support, eg hidden or deprecated commands, add
87 defun defines for such. All that's left to do is add logic
88 to command.c to check these attributes... ;)
paulaf0d97e2004-10-22 23:24:43 +000089 * zebra.h: reserve ZEBRA_ROUTE_HSLS
paul7d9c6e52004-10-22 10:54:39 +000090
hasso6590f2c2004-10-19 20:40:08 +0000912004-10-19 Hasso Tepper <hasso at quagga.net>
92
93 * version.h.in: Define copyright string QUAGGA_COPYRIGHT.
94 * print_version.c: Remove. print_version () function moved to
95 command.[c|h].
96 * command.c: Use QUAGGA_COPYRIGHT.
97 * Makefile.am: Remove useless version.c and print_version.c files.
98
hasso3fb9cd62004-10-19 19:44:43 +0000992004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
100
101 * zclient.c: (zebra_interface_address_read) If the destination address
102 is encoded as all zeroes, load it as a NULL pointer.
103 * if.h: Add comment describing struct connected destination field
104 and indicating that it may be NULL. Define macros
105 CONNECTED_DEST_HOST and CONNECTED_POINTOPOINT_HOST to help
106 with PtP logic (distinguish between host and subnet addressing).
107 * if.c: (if_lookup_address) Fix PtP logic to handle subnet addressing
108 properly,
109 (connected_lookup_address) ditto.
110 (connected_add_by_prefix) Handle case where destination is NULL,
111 * prefix.[c|h]: New functions ipv4_network_addr and
112 ipv4_broadcast_addr.
113
hassoddd85ed2004-10-13 08:18:07 +00001142004-10-13 Hasso Tepper <hasso at quagga.net>
115
116 * command.c: Make CMD_ERR_NOTHING_TODO nonfatal if reading
117 configuration from file. Fixes critical bugzilla #113.
hassoc75105a2004-10-13 10:33:26 +0000118 * smux.c, smux.h: Remove all defaults to initialize smux connection to
119 snmpd by default even if not configured to do so. "smux peer OID
120 <password>" initializes now connection and "no smux peer" terminates
121 it.
hassoddd85ed2004-10-13 08:18:07 +0000122
paul42d49862004-10-13 05:22:18 +00001232004-10-13 Paul Jakma <paul@dishone.st>
124
125 * (global) more const'ification.
126 * sockunion.c: (sockunion_su2str) buffer should be sized
127 SU_ADDRSTRLEN.
128 (sockunion_log) do not return stack variables, strdup buf before
129 return.
130 * vty.h: Fix up the VTY_GET_INTEGER macros. Testing caller supplied
131 values against ULONG_MAX is daft, when caller probably has passed
132 a type that can not hold ULONG_MAX. use a temporary long instead.
133 Add VTY_GET_LONG, make VTY_GET_INTEGER_RANGE use it, make
134 VTY_GET_INTEGER a define for VTY_GET_INTEGER_RANGE.
135
hassoa1494112004-10-11 12:53:17 +00001362004-10-11 Hasso Tepper <hasso at quagga.net>
137
138 * command.h: Sync DEFUNSH with other macros.
139 * sockunion.c, sockunion.h: More const strings.
140
paul9076fbd2004-10-11 09:40:58 +00001412004-10-11 Paul Jakma <paul@dishone.st>
142
143 * thread.c: (funcname_thread_add_timer)
144 (funcname_thread_add_timer_msec) Fix mistakes from last change.
145 Pointed out by Liu Xin in [quagga-dev 1609].
paulc9eca012004-10-11 11:28:44 +0000146 * if.h: mtu's should be unsigned.
147 * routemap.{c,h}: const char updates
148 * smux.{c,h}: ditto
paul9076fbd2004-10-11 09:40:58 +0000149
paul9035efa2004-10-10 11:56:56 +00001502004-10-10 Paul Jakma <paul@dishone.st>
paul47ca2952004-10-10 08:03:18 +0000151
152 * version.h.in: (pid_output*) add const qualifier.
paul9035efa2004-10-10 11:56:56 +0000153 * command.h: Change DEFUN func to take const char *[] rather
154 than char **, to begin process of fixing compile warnings in lib/.
155 Nearly all other changes in this commit follow from this change.
156 * buffer.{c,h}: (buffer_write) pointer-arithmetic is gccism, take
157 const void * and cast an automatic const char *p to it.
158 (buffer_putstr) add const
159 * command.c: (zencrypt) const qualifier
160 (cmd_execute_command_real) ditto
161 (cmd_execute_command_strict) ditto
162 (config_log_file) ditto.
163 Fix leak of getcwd() returned string.
164 * memory.{c,h}: Add MTYPE_DISTRIBUTE_IFNAME for struct dist ifname.
165 * distribute.{c,h}: Update with const qualifier.
166 (distribute_free) use MTYPE_DISTRIBUTE_IFNAME
167 (distribute_lookup) Cast to char *, note that it's ok.
168 (distribute_hash_alloc) use MTYPE_DISTRIBUTE_IFNAME.
169 (distribute_get) Cast to char *, note that it's ok.
170 * filter.c: Update with const qualifier.
171 * if.{c,h}: ditto.
172 * if_rmap.{c,h}: ditto.
173 (if_rmap_lookup) Cast to char *, note that it's ok.
174 (if_rmap_get) ditto.
175 * log.{c,h}: Update with const qualifier.
176 * plist.{c,h}: ditto.
177 * routemap.{c,h}: ditto.
178 * smux.{c,h}: ditto. Fix some signed/unsigned comparisons.
179 * sockopt.c: (getsockopt_cmsg_data) add return for error case.
180 * vty.c: Update with const qualifier.
181
hasso27a43a82004-10-08 06:29:12 +00001822004-10-08 Hasso Tepper <hasso at quagga.net>
183
184 * routemap.c, routemap.h: Make some string arguments const.
185
paul5973ee72004-10-08 01:36:54 +00001862004-10-05 Paul Jakma <paul@dishone.st>
187
188 * version.h.in: print_version declaration is here, not in automake
189 generated version.h.
190
hassoea8e9d92004-10-07 21:32:14 +00001912004-10-08 Hasso Tepper <hasso at quagga.net>
192
193 * command.c, command.h: Make argument of cmd_make_strvec function
194 const.
195 * command.c: Make hostname commands usable in vtysh again.
196
hasso6ad96ea2004-10-07 19:33:46 +00001972004-10-07 Hasso Tepper <hasso at quagga.net>
198
199 * command.c, pid_output.c, print_version.c, vty.c, vty.h: Make more
200 strings const.
201
hasso8c328f12004-10-05 21:01:23 +00002022004-10-05 Hasso Tepper <hasso at quagga.net>
203
204 * *.[c|h]: Make many strings cons and a lot of int -> unsigned int
205 changes to fix warnings.
206
paul96e27c92004-10-05 14:33:43 +00002072004-10-05 Paul Jakma <paul@dishone.st>
208
209 * sockopt.{c,h}: add sockopt_iphdrincl_swab_{htosys,systoh},
210 functions to change byte order between system IP_HDRINCL order
211 and host order.
paul98c91ac2004-10-05 14:57:50 +0000212 * thread.c: (funcname_thread_add_timer_timeval) new function, add
213 timer at specified timeval.
214 (funcname_thread_add_timer) use funcname_thread_add_timer_timeval.
215 (funcname_thread_add_timer_msec) ditto
paul96e27c92004-10-05 14:33:43 +0000216
hassob04c6992004-10-04 19:10:31 +00002172004-10-04 Hasso Tepper <hasso at quagga.net>
218
219 * memory.c, memory.h: Make char * argument of strdup functions const.
220 * prefix.c, prefix.h: Make many arguments const. Reorder stuff in
221 header.
222 * log.h: Make log message const in struct message.
223 * log.c: Fix some indenting.
224 * network.c, network.h: Make second argument of writen() const.
225
hassoe7168df2004-10-03 20:11:32 +00002262004-10-03 Hasso Tepper <hasso at quagga.net>
227
228 * command.h: Introduce SERVICE_NODE for "service <...>" commands.
229 * command.c: Don't initialize commands that don't make sense if vtysh
230 is used.
231 * vty.c: Make VTY_NODE appear in vtysh.
232
hasso18a6dce2004-10-03 18:18:34 +00002332004-10-03 James R. Leu <jleu at mindspring.com>
234
235 * zclient.c, zclient.h: zclient functions for router id handling.
236 * zebra.h: New message types for router id handling.
237
paul9172ee02004-09-27 12:46:37 +00002382004-09-27 Paul Jakma <paul@dishone.st>
239
240 * zebra.h: Add WANT_OSPF_WRITE_FRAGMENT for ospfd
241 to try to fragment oversized packets. Enabled only for Linux.
242 Add HAVE_IP_HDRINCL_BSD_ORDER to define struct ip byte order,
243 to consolidate various ad-hoc platform defines for same thing.
244
hassoe473b032004-09-26 16:08:11 +00002452004-09-26 Hasso Tepper <hasso at quagga.net>
246
247 * vty.c, sockopt.c: Fix compiler warnings.
248
hasso52dc7ee2004-09-23 19:18:23 +00002492004-09-23 Hasso Tepper <hasso at quagga.net>
250
251 * linklist.h: Remove list and listnode typedefs.
252 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
253
paul0b3acf42004-09-17 08:39:08 +00002542004-09-17 Paul Jakma <paul@dishone.st>
255
paulb89e60c2004-09-21 15:43:13 +0000256 * sockopt.c: Add missing bracket
257
2582004-09-17 Paul Jakma <paul@dishone.st>
259
paul0b3acf42004-09-17 08:39:08 +0000260 * sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd.
261
paul33394762004-09-13 11:27:57 +00002622004-09-13 Paul Jakma <paul@dishone.st>
263
264 * command.c: Update the copyright string in the default motd.
265
gdt630e4802004-08-31 17:28:41 +00002662004-08-31 David Wiggins <dwiggins@bbn.com>
267
268 * hash.c (hash_iterate): Save next pointer before calling
269 procedure, so that iteration works even if the called procedure
270 deletes the hash backet.
271
272 * linklist.h (listtail): new macro, not yet used.
273
hasso34553cc2004-08-27 13:56:39 +00002742004-08-27 Hasso Tepper <hasso at quagga.net>
275
276 * command.c: Install "terminal length" commands only if vty is used.
277 Vtysh will handle it itself.
278
gdtafa43b22004-08-26 13:12:41 +00002792004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com>
280
281 * sockopt.h: Define method-independent macro for callers of
282 get_ifindex to use for cmsg length.
283
paule6822762004-08-19 04:13:29 +00002842004-08-19 Paul Jakma <paul@dishone.st>
285
paulefba6ce2004-08-25 13:47:16 +0000286 * zebra.h: add MAX and MIN defines (eg for ospf6d)
287
2882004-08-19 Paul Jakma <paul@dishone.st>
289
paule6822762004-08-19 04:13:29 +0000290 * sockopt.c: include sockopt.h
291 rename some of the _pktinfo_ functions to _ifindex, where that is
292 their purpose.
293 (getsockopt_ipv6_pktinfo_ifindex) renamed to
294 getsockopt_ipv6_ifindex.
295 (setsockopt_ipv4_pktinfo) renamed to setsockopt_ipv4_ifindex
296 (setsockopt_pktinfo) update with previous and add comment re
297 AF_INET portability.
298 (setsockopt_ifindex) generic ifindex function ala
299 setsockopt_pktinfo.
300 (getsockopt_ipv4_pktinfo_ifindex) renamed to
301 getsockopt_ipv4_ifindex.
302 (getsockopt_ipv4_ifindex) rejiggling to reduce repeated
303 ifdef/elses. pktinfo case forgot to set ifindex.
304 (getsockopt_pktinfo_ifindex) renamed to
305 getsockopt_ifindex. update some calls to renamed functions.
306 * sockopt.h: Update renamed exported functions
307 Rename the CMSG_SIZE macros to IFINDEX.
308 Guard IPv4 PKTINFO in a conditional define.
309
paulc0618de2004-08-18 21:52:58 +00003102004-08-18 Paul Jakma <paul@dishone.st>
311
312 * vty.c: (vty_serv_un) set unix vty socket to nonblocking
313 to prevent inadvertent blocking of daemons by use of
314 vtysh. TODO: disentangle manual paging from the buffer_write
315 path so that unix vty can use this path too and be reliable.
316
gdt33f92322004-07-23 16:14:32 +00003172004-07-23 Greg Troxel <gdt@poblano.ir.bbn.com>
318
319 * sockopt.c (getsockopt_ipv4_pktinfo_ifindex): Make this compile
320 on NetBSD, and add comments to make it less confusing. Change the
321 sense of the SUNOS_5 test to make parallel structure between the
322 variables and the code.
323
paul4f7baa02004-07-23 15:11:07 +00003242004-07-23 Paul Jakma <paul@dishone.st>
325
326 * sockopt.h: Add SOPT_SIZE_CMSG_PKTINFO{_IPV{4,6}} define, for
327 sizeof pktinfo as appropriate, to be used when allocating msg
328 buffers. export setsockopt_pktinfo() and
329 getsockopt_pktinfo_ifindex()
330 * sockopt.c: (setsockopt_pktinfo_ifindex) new function to portably
331 set received ifindex sock option.
332 (getsockopt_pktinfo_ifindex) portably retrieve ifindex.
333 (getsockopt_cmsg_data) retrieve indicated control info from
334 message header.
335 (getsockopt_ipv6_pktinfo_ifindex) ipv6 version of above.
336 (setsockopt_ipv4_pktinfo) v4 version
337 (setsockopt_pktinfo) the exported version
338 (getsockopt_ipv4_pktinfo_ifindex) v4 specific version
339 (getsockopt_pktinfo_ifindex) the exported version
340
paul05c447d2004-07-22 19:14:27 +00003412004-07-14 Paul Jakma <paul@dishone.st>
342
343 * sigevent.c: (quagga_signal_handler) add a global caught flag, set
344 the flags to a constant rather increment to be kinder.
345 (quagga_sigevent_process) new function, to do core of what
346 quagga_signal_timer did. dont block signals at all as sig->caught
347 is volatile sig_atomic_t and should be safe to access from signal
348 and normal contexts. The signal blocking is unneeded paranoia, but
349 is left intact under an ifdef, should some platform require it.
350 Check global caught flag before iterating through array.
351 (quagga_signal_timer) nearly everything moved to
352 quagga_sigevent_process. Left in under ifdef, in case some
353 platform could use a regular timer check for signals.
354 * sigevent.h: quagga_sigevent_process declaration.
355 * thread.c: (thread_fetch) check for signals at beginning of
356 scheduler loop, check for signals if select returns EINTR.
357
gdtb7797132004-07-13 13:47:25 +00003582004-07-13 Greg Troxel <gdt@poblano.ir.bbn.com>
359
360 * sigevent.c: Don't block SIGTRAP and SIGKILL. Blocking SIGTRAP
361 confuses gdb, at least on NetBSD 2.0_BETA, where the block
362 succeeds.
363
paul5510e832004-07-09 14:00:01 +00003642004-07-09 Paul Jakma <paul@dishone.st>
365
366 * Merge Kunihiro's 'show route-map' change and add
367 compatibility aliases for route-map continue
paulb9790b32004-07-09 14:05:47 +0000368 * jhash.{c,h}: New files. Bob Jenkins' public domain hashing
369 function, as implemented in linux kernel by David Miller.
paul5510e832004-07-09 14:00:01 +0000370
paulb06c14f2004-07-09 12:24:42 +00003712004-07-09 Juris Kalnins <juris@mt.lv>
372
373 * if.c: (if_cmp_func) fix for interface names where name is same,
374 but one has no number, eg "devtyp" and "devtyp0".
375
gdt87efd642004-06-30 17:36:11 +00003762004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
377
378 * Makefile.am: Make libzebra shared.
379
paul138ce752004-06-21 10:35:59 +00003802004-06-21 Paul Jakma <paul@dishone.st>
381
382 * ChangeLog: fix my last update config.h -> zebra.h ;)
383 * zebra.h: Fix gcc check.
384
paul02ff83c2004-06-11 11:27:03 +00003852004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>
386
387 * filter.c: (access_list_remark_cmd) buffer_putstr doesnt need cast
388 to u_char. (ipv6_access_list_remark_cmd) ditto.
389 if.c: ditto
390 * network.c: (readn/writen) pointer arg should be type u_char.
391 * plist.c: needs to include stream.h, not declare stream functions
392 internally.
393 (various) Add static qualifier to internal functions.
394 (prefix_list_type_str) extraneous breaks in switch statement.
395 (ip_prefix_list_description_cmd) buffer_putstr doesnt need cast
396 * stream.h: depends on plist.h and export stream_put_prefix
397 * vty.c: (vty_<telnet option build functions>) should use
398 unsigned char, telnet options are 0 -> 255.
399 * zclient.c: various u_char<->char type cleanups.
400 * zebra.h: Having to define CMSG_* can apply to more than just
401 BSDI_NRL.
402
paul51a87982004-06-09 10:36:05 +00004032004-06-09 Paul Jakma <paul@dishone.st>
404
paul138ce752004-06-21 10:35:59 +0000405 * zebra.h: __attribute__ is a gcc'ism
paul51a87982004-06-09 10:36:05 +0000406
paul5228ad22004-06-04 17:58:18 +00004072004-06-04 Paul Jakma <paul@dishone.st>
408
409 * type mismatch fixes
410
hasso6708fa32004-05-18 18:46:54 +00004112004-05-18 Hasso Tepper <hasso@estpak.ee>
412
413 * pqueue.[c|h]: Added as part of ospf6d merge from Zebra repository.
414
paul0a589352004-05-08 11:48:26 +00004152004-05-08 Paul Jakma <paul@dishone.st>
416
417 * zclient.c (zapi_ipv4_route) Follow Sowmini's lead and describe
418 message format.
419
4202004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
421
422 * zclient.c: (zapi_ipv4_add) collapsed into zapi_ipv4_route
423 (zapi_ipv4_delete) ditto.
424 (zapi_ipv4_route) add/delete a route by way of cmd arg.
425 (zapi_ipv6_add) collapsed into zapi_ipv6_route.
426 (zapi_ipv6_delete) ditto.
427 (zapi_ipv6_route) add/delete a route by way of cmd arg.
428 (zebra_interface_address_delete_read) collapsed into
429 zebra_interface_address_read.
430 (zebra_interface_address_delete_read) ditto.
431 (zebra_interface_address_read) read address add/delete messages
432 by way of type argument. Describe command message format.
433 (zebra_interface_add_read) Unconditionally read new ifmtu6 field.
434 Describe command message format.
435 (zebra_interface_state_read) Unconditionally read new ifmtu6 field.
436 (zclient_redistribute_set) Collapsed into zclient_redistribute
437 (zclient_redistribute_unset) ditto
438 (zclient_redistribute) set/unset redistribution.
439 (zclient_redistribute_default_set) Collapsed into
440 zclient_redistribute_default.
441 (zclient_redistribute_default_unset) ditto.
442 (zclient_redistribute_default) Redistribute default set/unset.
443 * zclient.h: delete zapi_ipv{4,6}_add, zapi_ipv{4,6}_delete. Add
444 zapi_ipv{4,6}_route. delete zclient_redistribute_set/unset. Add
445 zclient_redistribute. Ditto for
446 zclient_redistribute_default_{set/unset}.
447
paul4a7aac12004-05-08 05:00:31 +00004482004-05-08 Sowmini Varadhan <sowmini.varadhan@sun.com>
449
450 * if.h: Add mtu6 field to struct interface, IPv6 MTU may differ
451 from IPv4, and Solaris treats the MTU's differently.
452 Add connected_add_by_prefix, for use by later patch.
453 * if.c: (connected_add_by_prefix) Add prefix to connected list.
454 (if_flag_dump) Solaris: Dump IFF_IPv4/6 flag
455 (if_dump) Dump mtu6 flag, for HAVE_IPV6.
paul22528292004-05-08 05:10:38 +0000456 * command.c: (sockunion_getsockname) use socklen_t for len.
457 (sockunion_getpeername) ditto.
paul0a589352004-05-08 11:48:26 +0000458
paul31fcdd32004-04-21 11:00:43 +00004592004-04-21 Boris Kovalenko <boris@tagnet.ru>
460
461 * daemon.c: (daemon) fix check for error return from setsid
462
paulc49b3062004-01-19 21:23:37 +00004632004-01-19 Paul Jakma <paul@dishone.st>
464
465 * sigevent.{c,h}: New files, implement event handled signals.
466 see signal_init() in sigevent.h.
467
jardinc32e1b52003-12-23 09:06:51 +00004682003-12-23 Vincent Jardin <jardin@6wind.com>
469
470 * {command.c, memory.c, vty.c, zebra.h}: Add isisd support
471
gdt3dbf9962003-12-22 20:18:18 +00004722003-12-22 Greg Troxel <gdt@fnord.ir.bbn.com>
473
474 * vty.c (vty_use_backup_config): Don't free filenames before using
475 them for unlink.
476
paul54aba542003-08-21 20:28:24 +00004772003-08-20 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
478
479 * command.c: Fix <cr> display problem for command line
480 description
481
paule9af5c72003-05-24 11:54:31 +00004822003-05-24 Anil Madhavapeddy
483
484 * (sockunion.c): Incorrect bounds specified in sockunion_log()
485
paul445f1432003-05-16 19:00:31 +00004862003-05-08 Sergiy Vyshnevetskiy <serg @ vostok.net>
487
488 * vty.c: -A option
489
4902003-04-19 Hasso Tepper <hasso@estpak.ee>
491
492 * rip_routemap.c: sync daemon's route-map commands to have same
493 syntax
494
paul718e3742002-12-13 20:15:29 +00004952002-09-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
496
497 * vty.c (vty_flush): One line more on vty.
498
4992002-09-27 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
500
501 * vector.c (vector_lookup): Add new function.
502
5032002-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
504
505 * thread.c (timeval_adjust): Fix unconditional crush due to
506 FreeBSD's select() system call timeval value check.
507
5082002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
509
510 * zebra-0.93 released.
511
5122002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
513
514 * if.c (ifc_pointopoint): Add ifc_pointopoint() accoding to Frank
515 van Maarseveen's suggestion.
516
5172002-06-18 Kunihiro Ishiguro <kunihiro@zebra.org>
518
519 * command.c: Change bcopy() to memcpy().
520
5212001-12-12 Kunihiro Ishiguro <kunihiro@zebra.org>
522
523 * command.c (config_password): Fix host.password clear bug.
524 Reported by Wang Jian <lark@linux.net.cn>.
525
5262001-08-29 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
527
528 * thread.c (thread_should_yield): New function to check thread
529 should yeild it's execution to other thread. Suggested by: Rick
530 Payne <rickp@ayrnetworks.com>
531
5322001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
533
534 * thread.c (thread_timer_cmp): Rewrite function.
535
536 * hash.c: Add hash_get(). Change hash_pull() to hash_release().
537
5382001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
539
540 * zebra-0.92a released.
541
5422001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
543
544 * zebra-0.92 released.
545
5462001-08-12 Akihiro Mizutani <mizutani@dml.com>
547
548 * prefix.c (netmask_str2prefix_str): Convert "1.1.0.0 255.255.0.0"
549 string to "1.1.0.0/16".
550
5512001-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
552
553 * filter.c (access_list_lookup): access_list_lookup's first
554 argument is changed from address family to AFI.
555
556 * plist.c: (prefix_list_lookup): Likewise.
557
5582001-07-27 Akihiro Mizutani <mizutani@dml.com>
559
560 * plist.c: ge and le display order is changed. Old compatible
561 rule (len <= ge-value <= le-value) is removed.
562
5632001-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
564
565 * prefix.h: Temporary fix for alignment of prefix problem.
566
5672001-06-21 Kunihiro Ishiguro <kunihiro@zebra.org>
568
569 * prefix.h (struct prefix): Remove safi and padding field.
570 (struct prefix_ipv4): Likewise.
571 (struct prefix_ipv6): Likewise.
572 (struct prefix_ls): Likewise.
573 (struct prefix_rd): Likewise.
574
575 * command.h (enum node_type): Preparation for BGP new config.
576
577 * vty.c (vty_end_config): Likewise.
578
5792001-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
580
581 * routemap.c (route_map_rule_delete): Call func_free when
582 route-map rule is deleted.
583
5842001-06-14 "Akihiro Mizutani" <mizutani@dml.com>
585
586 * routemap.c (route_map_index_lookup): Prevent to use deny and
587 permit for same route-map sequence.
588
5892001-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
590
591 * vty.c (vty_read_config): Fix warning.
592
5932001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
594
595 * command.c (IPV6_PREFIX_STR): Add '.' and '%' for IPv6 address
596 strings.
597
5982001-03-07 Kunihiro Ishiguro <kunihiro@zebra.org>
599
600 * zebra.h (_XPG4_2): Define _XPG4_2 and __EXTENSIONS__ for
601 CMSG_FIRSTHDR.
602
6032001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
604
605 * zebra.h (struct in_pktinfo): structure in_pktinfo declaration.
606
6072001-02-19 Kunihiro Ishiguro <kunihiro@zebra.org>
608
609 * memory.c (memory_list_lib): Add MTYPE_NEXTHOP for "show memory
610 lib" member.
611
6122001-02-13 Matthew Grant <grantma@anathoth.gen.nz>
613
614 * vty.c (vty_read_config): Revert check of integrate_default when
615 VTYSH is defined.
616
6172001-02-13 Kunihiro Ishiguro <kunihiro@zebra.org>
618
619 * vty.c (vty_read_config): Do not check integrate_default. That
620 should be used only by vtysh.
621
6222001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
623
624 * vty.c (vty_serv_un): Set umask 0077.
625 (vty_read_config): Stat for vtysh Zebra.conf, if found startup and
626 wait for boot configuration.
627
628 * if.c (if_lookup_address): Make it smart implementation.
629
630 * sockopt.c (setsockopt_multicast_ipv4): Set up a multicast socket
631 options for IPv4 This is here so that people only have to do their
632 OS multicast mess in one place rather than all through zebra,
633 ospfd, and ripd .
634
6352001-02-04 Akihiro Mizutani <mizutani@dml.com>
636
637 * plist.c (vty_prefix_list_install): Even when argument is
638 invalid, new memory is allocated. Now memory allocation is done
639 after argument check.
640
6412001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
642
643 * zebra-0.91 is released.
644
6452001-01-31 Akihiro Mizutani <mizutani@dml.com>
646
647 * vty.c (vty_login): Add vty login command.
648
6492001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
650
651 * vty.c (vty_reset): Close accept socket.
652
6532001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * memory.h (enum): MTYPE_ATTR_TRANSIT is added for unknown transit
656 attribute.
657
6582001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
659
660 * zclient.c (zebra_interface_address_add_read): Fetch interface
661 address flag.
662 (zebra_interface_address_delete_read): Likewise.
663
6642001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
665
666 * table.c (route_node_match_ipv4): Utility function for IPv4
667 address lookup.
668 (route_node_match_ipv6): Utility function for IPv4 address lookup.
669
6702001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
671
672 * if.c: Delete RIP_API part until new implementation comes out.
673
6742001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
675
676 * hash.h (struct Hash): Rename alloc to count. Change type to
677 unsigned long.
678
679 * stream.c (stream_getc_from): New function.
680 (stream_getw_from): Likewise.
681
682 * zebra.h (ZEBRA_FLAG_STATIC): Add new flag for persistent route.
683
6842001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
685
686 * flap.c: File is removed.
687
688 * flap.c: Likewise.
689
690 * roken.h: Likewise.
691
692 * buffer.c (buffer_new): Remove type option to buffer_new().
693
6942001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
695
696 * zclient.c (zapi_ipv4_delete): Remove OLD_RIB part.
697
6982001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
699
700 * zebra-0.90 is released.
701
702 * command.c: Update Copyright year.
703
7042001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
705
706 * if.c (if_create): Register connected_free() function for
707 deletion.
708 (if_delete): Free connected information when the interface is
709 deleted.
710 (if_lookup_by_index): Fix argument type from int to unsigned int.
711 (connected_add): Keep list in order if old info found, essential
712 for repeatable operation in some daemons.
713
7142001-01-09 endo@suri.co.jp (Masahiko Endo)
715
716 * vty.c (vty_flush): When vty->statis is VTY_CLOSE do not add vty
717 read thread.
718
7192001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
720
721 * filter.c (access_list_delete): Access-list name is not freed.
722
723 * plist.c (prefix_list_delete): Prefix-list name is not freed.
724
7252000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
726
727 * zclient.c (zclient_start): Change to use UNIX domain
728 socket for zebra communication.
729
730 * vector.c (vector_init): vector_alloc and vector_data_alloc is
731 removed. All memory allocation count should be maintained by
732 XMALLOC and XFREE macros.
733
7342000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
735
736 * zebra.h (ZEBRA_NEXTHOP_IFINDEX): Define ZEBRA_NEXTHOP_* values.
737
7382000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
739
740 * zebra.h (ZEBRA_ERR_RTEXIST): Make zebra error code to negative
741 value.
742
7432000-12-25 "Wataru Uno" <wataru@po.ntts.co.jp>
744
745 * vty.c (vtysh_read): Don't allocate new buffer because buffer is
746 allocated in vty_new ().
747
7482000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
749
750 * memory.h (enum): Add MTYPE_AS_FILTER_STR.
751
752 * command.c (config_write_terminal): Display "end" at the end of
753 configuration.
754
755 * plist.c (vty_prefix_list_install): Use AF_INET to determine
756 lenum length.
757
7582000-12-13 "Wataru Uno" <wataru@po.ntts.co.jp>
759
760 * buffer.c (buffer_flush_vty): If IOV_MAX defined in the System,
761 then all lines write by IOV_MAX.
762
7632000-12-12 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
764
765 * command.c (config_write_file): Robust method for writing
766 configuration file and recover from backing up config file.
767
7682000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
769
770 * smux.c (smux_connect): More fail check.
771 (smux_trap): When SMUX connection is not established, do nothing.
772
7732000-11-28 Gleb Natapov <gleb@nbase.co.il>
774
775 * thread.c (thread_fetch): Execut event list first. Old event
776 list is renamed to ready list. With this change, event thread is
777 executed before any other thread.
778
779 * thread.h (struct thread_master): Add ready list.
780
7812000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
782
783 * linklist.c (listnode_add_after): Add node right after the
784 listnode pointer.
785
7862000-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * smux.h: Pass struct variable to WriteMethod.
789
7902000-11-25 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
791
792 * if.c (if_lookup_address): When looking up interface with IP
793 address, Sometimes multiple interfaces will match. Now PtP
794 interfaces prevail in such a case which seem the right thing to
795 do: There will probably also be host routes which usually prevail
796 over network routes.
797
7982000-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
799
800 * smux.c (smux_trap): SMUX trap implementation.
801
8022000-11-19 Akihiro Mizutani <mizutani@dml.com>
803
804 * plist.c: Add automatic conversion function of an old rule.
805 ex.) 10.0.0.0/8 ge 8 -> 10.0.0.0/8 le 32
806
8072000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
808
809 * zclient.c (zebra_interface_add_read): Read hardware address when
810 hw_addr_len is greater than 0.
811
8122000-11-15 Akihiro Mizutani <mizutani@dml.com>
813
814 * plist.c: The rule of "len <= ge-value <= le-value"
815 was changed to "len < ge-value <= le-value".
816
8172000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
818
819 * memory.[ch]: Added #define and functions for ospf6d.
820
821 * log.[ch]: some platform says that the data of used va_list
822 is undefined. Changed to hold list of va_list for each
823 vsnprintf.
824
8252000-11-07 Rick Payne <rickp@rossfell.co.uk>
826
827 * memory.h (enum): Add MTYPE_COMMUNITY_REGEXP.
828
8292000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
830
831 * command.c (config_exit): Fix bug of missing break after case
832 BGP_VPNV4_NODE.
833
8342000-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
835
836 * vector.c (vector_unset): Check i is not nevative.
837
8382000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
839
840 * smux.c (smux_sock): Set terminating '\0'. Check address family.
841
842 * vty.c (vty_serv_sock_addrinfo): Set terminating '\0'. Use
843 gai_strerror. Check address family.
844
8452000-10-23 Jochen Friedrich <jochen@scram.de>
846
847 * smux.c: Use linklist rather than vector.
848 (smux_getnext): A SMUX subagent has to behave as if it manages the
849 whole SNMP MIB tree itself. It's the duty of the master agent to
850 collect the best answer and return it to the manager. See RFC 1227
851 chapter 3.1.6 for the glory details :-). ucd-snmp really behaves
852 bad here as it actually might ask multiple times for the same
853 GETNEXT request as it throws away the answer when it expects it in
854 a different subtree and might come back later with the very same
855 request.
856
8572000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
858
859 * command.c (cmd_init): Log related command are only installed for
860 terminal mode.
861
8622000-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
863
864 * Makefile.am (libzebra_a_SOURCES): Remove duplicated buffer.c.
865
866 * zebra.h: Remove #warn directive.
867
8682000-10-20 Kunihiro Ishiguro <kunihiro@zebra.org>
869
870 * keychain.c (keychain_init): Register "key chain" command to
871 KEYCHAIN_NODE and KEYCHAIN_KEY_NODE.
872
873 * vty.c (vty_end_config): Fix missing vty_cinfig_unlock for other
874 CONFIG_NODE.
875
876 * command.c (config_end): Likewise.
877
878 * keychain.c (keychain_get): Key is sorted by it's identifier
879 value.
880
8812000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
882
883 * linklist.c (list_delete_all_node): Call delete function if it is
884 defined.
885
886 * command.c (cmd_execute_command_strict): Add modification for
887 vtysh.
888 (cmd_execute_command_strict): Remove first argument cmdvec because
889 it is global varibale in command.c.
890
8912000-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
892
893 * command.c (cmd_init): Install
894 copy_runningconfig_startupconfig_cmd only in terminal mode.
895
896 * linklist.c (list_delete_node): Simplify the function.
897 (listnode_lookup): Renamed from list_lookup_node.
898
8992000-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
900
901 * stream.h: Undef stream_read and stream_write without
902 parenthesis.
903
904 * newlist.c: File removed.
905
906 * newlist.h: Likewise.
907
908 * linklist.c (list_new): Remove list_init(). To allocate new
909 linked list, please use list_new().
910 (listnode_add): Remove list_add_node(). To add new node to linked
911 list, please use listnode_add().
912 (list_delete_by_val): Revemove fucntion.
913
9142000-10-16 Nobuaki Tanaka <nobby@po.ntts.co.jp>
915
916 * table.c (route_table_free): Reimplement route_table_free().
917
9182000-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
919
920 * keychain.c (keychain_get): Register key_delete_func to key
921 list's delete function. Use linklist.c instead of newlist.c.
922
9232000-10-04 Akihiro Mizutani <mizutani@dml.com>
924
925 * filter.c (access_list_remark): Add access-list's remark command.
926 (no_access_list): "no access-list 100 permit any" error message
927 bug is fixed.
928
9292000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
930
931 * memory.h (enum): Add MTYPE_SOCKUNION.
932
9332000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
934
935 * zebra-0.89 is released.
936
9372000-10-01 Kunihiro Ishiguro <kunihiro@zebra.org>
938
939 * linklist.c (list_add_node_head): Delete unused function.
940 (list_add_node_tail): Likewise.
941
9422000-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
943
944 * stream.c (stream_read_unblock): Add new function for unblocking
945 read.
946
9472000-09-26 Jochen Friedrich <jochen@nwe.de>
948
949 * smux.c (smux_register): Fix bug of can't register more than one
950 MIB with SMUX.
951
9522000-09-26 Makoto Otsuka <otsuka@inl.ntts.co.jp>
953
954 * vty.c (vty_close): Fix memory leak of sb_buffer.
955 (vty_new): Likewise.
956
9572000-09-21 steve@Watt.COM (Steve Watt)
958
959 * log.h: Do not declare zlog_priority[0] variable.
960
9612000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
962
963 * linklist.h (struct _list ): Add member cmp for compare function.
964 (struct _list ): Member up is deleted
965
9662000-09-12 David Lipovkov <dlipovkov@OpticalAccess.com>
967
968 * if.c: Include RIP_API header when RIP API is enabled.
969
9702000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
971
972 * prefix.c (prefix_free): Siplify prefix_free().
973
974 * keychain.c (key_match_for_accept): strncmp check bug is fixed.
975
9762000-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
977
978 * zebra.h: Merge roken.h into zebra.h.
979
9802000-09-05 Akihiro Mizutani <mizutani@dml.com>
981
982 * routemap.c (route_map_init_vty): Install route-map command to
983 RMAP_NODE.
984
9852000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
986
987 * thread.c (thread_get_id): Remove pthread related garbage.
988
989 * command.h (struct host): Likewise.
990
991 * zebra.h: Likewise.
992
9932000-08-20 Kunihiro Ishiguro <kunihiro@zebra.org>
994
995 * command.h (node_type ): Add AAA node for authentication.
996
997 * vty.c (vty_close): Do not close stdout.
998
9992000-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1000
1001 * vty.c (vty_init_vtysh): Added for vtysh.
1002
1003 * distribute.c (districute_list_prefix_all): Interface independent
1004 filter can be set.
1005 (distribute_list_all): Likewise.
1006 (config_show_distribute): Display current distribute-list status
1007 for "show ip protocols".
1008
10092000-08-18 Akihiro Mizutani <mizutani@dml.com>
1010
1011 * command.c (config_terminal_no_length): no terminal monitor ->
1012 terminal no monitor
1013 (cmd_init): Do not install service_terminal_length_cmd into
1014 ENABLE_NODE.
1015
1016 * vty.c (terminal_no_monitor): no terminal length -> terminal no
1017 length.
1018
10192000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1020
1021 * zebra-0.88 is released.
1022
10232000-08-17 Magnus Ahltorp <ahltorp@nada.kth.se>
1024
1025 * vty.h (struct vty ): Add iac_sb_in_progress and sb_buffer for
1026 better IAC handling.
1027
1028 * vty.c (vty_telnet_option): Change telnet option handling.
1029
10302000-08-15 Gleb Natapov <gleb@nbase.co.il>
1031
1032 * zclient.c (zclient_redistribute_unset): New function added.
1033
10342000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1035
1036 * zclient.c (zebra_interface_add_read): Change ifindex restore
1037 size from two octet to four.
1038 (zebra_interface_state_read): Likewise.
1039 (zebra_interface_address_add_read): Likewise.
1040
10412000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1042
1043 * vty.c (vty_event): Use vector_set_index() instead of
1044 vector_set().
1045
10462000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * zebra.h (ZEBRA_XXX_DISTANCE_DEFAULT): Define Default
1049 Administrative Distance of each protocol.
1050
10512000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
1052
1053 * if.h (struct interface ): Add new member bandwidth to struct
1054 interface.
1055
1056 * zclient.c (zebra_interface_add_read): Fetch bandwidth value.
1057 (zebra_interface_state_read): Likewise.
1058
10592000-08-07 Gleb Natapov <gleb@nbase.co.il>
1060
1061 * routemap.c (route_map_event_hook): New hook route_map_event_hook
1062 is added. This hook is called when route-map is changed. The
1063 parameters passed to the hook are 'event' and 'route-map name'
1064
1065 * routemap.h: Add prototype for route_map_event_hook().
1066
10672000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1068
1069 * zclient.c (zebra_ipv4_route): zebra_ipv4_route(),
1070 zebra_ipv4_add(), zebra_ipv4_delete() are removed.
1071
1072 * routemap.c (route_map_empty): Add new function.
1073 (route_map_delete): Use route_map_index_delete() instead of
1074 route_map_index_free().
1075 (route_map_index_free): Function removed.
1076
10772000-08-06 Gleb Natapov <gleb@nbase.co.il>
1078
1079 * routemap.c (route_map_index_delete): Add check for route-map is
1080 empty or not.
1081
10822000-08-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1083
1084 * zclient.c (zebra_ipv4_add): Change socket arguemnt with struct
1085 zclient.
1086
10872000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1088
1089 * zclient.h (struct zebra): Add obuf for output buffer.
1090
1091 * if.c: Remove #ifdef NRL enclosing if_nametoindex() and
1092 if_indextoname().
1093
10942000-08-02 David Lipovkov <davidl@nbase.co.il>
1095
1096 * if.h (IF_PSEUDO_UNSET): IF_PSEUDO related macro added.
1097 (IF_UNKNOWN_SET): IF_UNKNOWN related macro deleted.
1098
1099 * if.c (interface_pseudo): Add "pseudo" command to interface node.
1100 (no_interface_pseudo): Add "no pseudo" command to interface node.
1101
1102 * zclient.c (zebra_interface_add_read): Set pseudo flag when it is
1103 send from zebra.
1104
11052000-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1106
1107 * zebra.h (ZEBRA_IPV4_NEXTHOP_LOOKUP): Add new message.
1108 (ZEBRA_IPV6_NEXTHOP_LOOKUP): Likewise.
1109
1110 * vty.c (vty_serv_un): Use AF_UNIX for backward compatibility.
1111
11122000-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * vty.c: Use vector for VTY server thread listing instead of
1115 single value.
1116
11172000-07-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1118
1119 * keychain.c (no_key_chain): "no key chain WORD" command is added.
1120
11212000-07-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1122
1123 * command.c (config_from_file): If command fail in
1124 KEYCHAIN_KEY_NODE, down to KEYCHAIN_NODE.
1125
1126 * vty.h (struct vty ): Add index_sub member.
1127
11282000-07-27 Akihiro Mizutani <mizutani@dml.com>
1129
1130 * if.c: Help strings updates.
1131
11322000-07-11 Akihiro Mizutani <mizutani@dml.com>
1133
1134 * command.c (no_config_enable_password): Add "no enable password"
1135 command.
1136 (config_write_host): Display password string.
1137
1138 * routemap.c (route_map_delete_match): Add support for delete
1139 match without argument.
1140 (route_map_delete_set): Likewise.
1141
11422000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1143
1144 * command.h (node_type ): Change KEYCHAIN_NODE and
1145 KEYCHAIN_KEY_NODE place just before INTERFACE_NODE.
1146
11472000-07-09 Jochen Friedrich <jochen@scram.de>
1148
1149 * smux.c (config_write_smux): Fixes the option to override OID and
1150 password for SMUX.
1151
11522000-07-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1153
1154 * command.h (node_type ): Add SMUX_NODE for SMUX configuration.
1155
11562000-07-09 Toshiaki Takada <takada@zebra.org>
1157
1158 * command.c: Sort descvec command's help.
1159
1160 * vty.c (vty_describe_command): Display '<cr>' at the end of
1161 descriptions.
1162
11632000-07-05 Toshiaki Takada <takada@zebra.org>
1164
1165 * command.c (cmd_ipv6_match), (cmd_ipv6_prefix_match): Fix bug
1166 treatment of double colon.
1167
11682000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * zclient.h: Add zclient_redistribute_default_{set,unset}().
1171
1172 * keychain.c: New file for authentication key management.
1173 * keychain.h: Likewise.
1174
1175 * tcpfilter.c: New file for TCP/UDP base filtering using ipfw or
1176 ipchains.
1177 * tcpfilter.h: Likewise.
1178
1179 * flap.h: New file for route flap dampening.
1180 * flap.c: Likewise.
1181
11822000-07-04 Toshiaki Takada <takada@zebra.org>
1183
1184 * filter.c (struct filter): Add exact flag.
1185 (access_list): Add exact-match command.
1186 (ipv6_access_list): Add exact-match command.
1187
11882000-07-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1189
1190 * zebra.h (ZEBRA_REDISTRIBUTE_DEFAULT_ADD): New message for
1191 request default route.
1192
11932000-07-01 Hideaki YOSHIFUJI ($B5HF#1QL@(B) <yoshfuji@ecei.tohoku.ac.jp>
1194
1195 * smux.c: Add IPv6 smux connection code.
1196
11972000-06-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1198
1199 * vty.c (vty_complete_command): To cooperate readline library,
1200 returned string is newly allocated. So some match function case
1201 need, free of memory.
1202
12032000-06-12 Akihiro Mizutani <mizutani@dml.com>
1204
1205 * distribute.c: Fix help strings.
1206
12072000-06-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1208
1209 * command.c (cmd_complete_command): Add check for vector_slot
1210 (vline, index) is not NULL when calculating lcd.
1211 (cmd_entry_function): First check variable arguemnt to prevent it
1212 from completion.
1213
12142000-06-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1215
1216 * vty.h (struct vty ): Add output_count member for displaying
1217 output route count. Remove arugment arg from output_func because
1218 the value is passed by vty argument. Change output to output_rn.
1219 Add output_clean function pointer member. Add output_type member.
1220
12212000-06-10 Toshiaki Takada <takada@zebra.org>
1222
1223 * command.c (show_startup_config): Add "show startup-config"
1224 command.
1225
12262000-06-06 Akihiro Mizutani <mizutani@dml.com>
1227
1228 * filter.c: Fix help strings.
1229
12302000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1231
1232 * prefix.h (struct prefix_rd): New prefix structure for routing
1233 distinguisher.
1234 (struct prefix): Add padding to every prefix structure.
1235
1236
1237 * routemap.c (route_map_add_match): When completely same match
1238 statement exists, don't duplicate it.
1239
12402000-06-05 Akihiro Mizutani <mizutani@dml.com>
1241
1242 * routemap.c: Change NAME to WORD.
1243
1244 * plist.c: Fix help strings.
1245
12462000-06-02 Akihiro Mizutani <mizutani@dml.com>
1247
1248 * routemap.c: Fix route-map help strings.
1249
12502000-06-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1251
1252 * command.c (cmd_filter_by_completion): Fix CMD_VARARG treatment
1253 to filter other non vararg commands.
1254
1255 * routemap.c (route_map_init_vty): Use install_default() for
1256 install common commands into route-map node..
1257
12582000-06-01 Akihiro Mizutani <mizutani@dml.com>
1259
1260 * command.h (OSPF_STR): Macro added.
1261
12622000-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1263
1264 * command.c (cmd_complete_command): LCD completion must not modify
1265 installed command string.
1266
1267 * plist.c (ipv6_prefix_list): Fix wrong syntax definition. Change
1268 X:X::X:X to X:X::X:X/M.
1269
12702000-05-31 Toshiaki Takada <takada@zebra.org>
1271
1272 * vty.c (show_history): New defun added.
1273
12742000-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1275
1276 * command.h (CMD_COMPLETE_LIST_MATCH): New define for completion
1277 list. CMD_COMPLETE_MATCH is used for LCD completion.
1278
1279 * vty.c (vty_complete_command): Matched string's LCD is completed.
1280
1281 * command.c (cmd_lcd): New function for calculate LCD of matched
1282 strings.
1283
12842000-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1285
1286 * command.c (install_default): config_write_terminal_cmd,
1287 config_write_file_cmd, config_write_memory_cmd are added to
1288 default node.
1289
1290 * memory.c (memory_init): Divide show memory command into each
1291 sort.
1292
1293 * command.c (cmd_init): config_write_terminal_cmd,
1294 config_write_file_cmd, config_write_memory_cmd are added to
1295 CONFIG_NODE.
1296
1297 * routemap.c (route_map_index_free): New function.
1298 (no_route_map_all): New DEFUN for "no route-map NAME".
1299
1300 * filter.c (no_access_list_all): New DEFUN for delete access-list
1301 with NAME.
1302 (no_ipv6_access_list_all): Likewise.
1303
13042000-05-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1305
1306 * plist.c: Change IPV6_PREFIX to X:X::X:X. When "any" is
1307 specified, user can not use "ge" and "le" statement.
1308
13092000-05-22 Thomas Molkenbur <tmo@datus.datus.com>
1310
1311 * routemap.c (route_map_add_set): Fix bug of next pointer missing.
1312
1313 * table.c (route_table_free): Like wise.
1314
13152000-05-22 Toshiaki Takada <takada@zebra.org>
1316
1317 * vty.c (vty_stop_input): Set history pointer to the latest one.
1318
1319 * vty.c (vty_hist_add): Do not add command line history when input
1320 is as same as previous one.
1321
13222000-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1323
1324 * memory.h (enum): Add MTYPE_ECOMMUNITY and MTYPE_ECOMMUNITY_VAL.
1325
13262000-05-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1327
1328 * command.h (node_type ): Add BGP_VPNV4_NODE.
1329
13302000-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1331
1332 * vty.c (vtysh_accept): Add cast of struct sockaddr * to bind
1333 argument. Reported by: Vesselin Mladenov <mladenov@netbg.com>.
1334
1335 * filter.c (ipv6_access_list): Add IPv6 prefix example instead of
1336 IPv4 example. Reported by: Love <lha@s3.kth.se>.
1337
1338 * command.c (cmd_complete_command): Make it sure last element of
1339 matchvec is NULL. This fix problem which cause crush in
1340 vty_complete_command(). Reported by: JINMEI Tatuya
1341 <jinmei@isl.rdc.toshiba.co.jp>.
1342
13432000-04-28 Love <lha@s3.kth.se>
1344
1345 * prefix.h (struct prefix): Add padding.
1346
13472000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * command.c (show_version): Update copyright year.
1350
13512000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1352
1353 * routemap.c (route_map_apply): When map is NULL, return deny.
1354
13552000-04-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1356
1357 * filter.c (access_list_apply): When access is NULL, return deny.
1358
1359 * plist.c (prefix_list_apply): When plist is NULL, return deny.
1360
13612000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1362
1363 * command.h (node_type ): Change RDISC_NODE to IRDP_NODE.
1364
13652000-04-18 Toshiaki Takada <takada@zebra.org>
1366
1367 * filter.[ch] (access_list_add_hook), (access_list_delete_hook):
1368 Add argument for hook function to give struct access_list *.
1369
13702000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1371
1372 * plist.c (prefix_list_entry_match): In case of le nor ge is
1373 specified, exact match is performed.
1374 (prefix_list_entry_match): Add any entry matching check.
1375
13762000-04-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1377
1378 * vty.c (exec_timeout): Separate timeout setting to minutes and
1379 seconds.
1380 (no_exec_timeout): Add "no exec-timeout" command.
1381
1382 * vty.h (VTY_TIMEOUT_DEFAULT): Change default value from 300 to
1383 600.
1384
13852000-03-31 Jochen Friedrich <jochen@scram.de>
1386
1387 * smux.h (SMUX_CLOSE): The SMUX_CLOSE PDU is implicit integer, so
1388 it is a primitive encoding and not constructed.
1389
13902000-03-28 Toshiaki Takada <takada@zebra.org>
1391
1392 * memory.[ch] (enum): Add MTYPE_OSPF_EXTERNAL_INFO.
1393
13942000-03-26 Love <lha@s3.kth.se>
1395
1396 * zclient.c (zclient_read): Add nbytes size check for
1397 ZEBRA_HEADER_SIZE. Check return value of steam_read ().
1398
13992000-03-26 Rick Payne <rickp@rossfell.co.uk>
1400
1401 * routemap.c: Add flexible route-map commands such as on-match
1402 next, on-match goto N.
1403
1404 * routemap.h: Likewise
1405
14062000-03-23 Adrian Bool <aid@u.net.uk>
1407
1408 * command.c (config_log_trap): Add new command "log trap
1409 PRIORITY".
1410
14112000-03-14 Toshiaki Takada <takada@zebra.org>
1412
1413 * memory.c (struct memory_list): Add Link List and Link Node
1414 to view.
1415
1416 * memory.h (enum): Remove MTYPE_OSPF_EXTERNAL_ROUTE.
1417
14182000-01-20 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1419
1420 * str.c (snprintf): Fix bug of calling sprintf instead of
1421 vsprintf.
1422
14232000-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1424
1425 * memory.h (enum): Add MTYPE_RIP_PEER.
1426
14272000-01-15 Toshiaki Takada <takada@zebra.org>
1428
1429 * memory.h (enum): Add MTYPE_OSPF_CRYPT_KEY.
1430
14312000-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1432
1433 * command.h (node_type ): Add MASC_NODE for masc.
1434
14352000-01-09 Wang Jianliang <wangjl@soim.net>
1436
1437 * routemap.c (route_map_index_add): When route_map_index is not
1438 empty and insert new item at the head, it can cause core dump.
1439 Fix "if (index == map->head)" to "if (point == map->head).
1440 (route_map_add_set): If there is an old set command, override old
1441 set command with new one.
1442 (route_map_index_delete): Use while() instead of for for() for
1443 logical correctness.
1444
14451999-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1446
1447 * memory.h (enum): Add MTYPE_BGP_STATIC.
1448
14491999-12-23 Alex Zinin <zinin@amt.ru>
1450 * zebra.h, zclient.*: dynamic int up/down message
1451 support
1452
14531999-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1454
1455 * thread.c (thread_cancel_event): Add a function for clean up
1456 events.
1457
14581999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1459
1460 * dropline.c: Delete file.
1461 dropline.h: Linewise.
1462
14631999-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1464
1465 * filter.c (access_list_filter_delete): Wrong pointer
1466 access->master was pointed out after access is freed. I store
1467 master value at the beginning of the function.
1468
14691999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * vty.c (exec_timeout): Change of VTY timeout affect to current
1472 VTY connection.
1473 (vty_accept): Instead of immediate exit() return -1.
1474
14751999-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1476
1477 * vty.c (vty_configure_lock): Configuration lock function added.
1478 Only one VTY can use CONFI_NODE at the same time.
1479
1480 * log.c: Delete zvlog_* functions. Now zlog_* does the same
1481 thing.
1482
1483 * log.c (log_init): Function removed.
1484 (log_close): Likewise.
1485 (log_flush): Likewise.
1486 (log_open): Likewise.
1487
1488 * vty.c (terminal_monitor): Add new command.
1489 (no_terminal_monitor): Likewise.
1490
1491 * log.c (old_log): Function removed.
1492 (old_log2): Likewise.
1493 (old_log_warn): Likewise.
1494
14951999-12-04 Toshiaki Takada <takada@zebra.org>
1496
1497 * command.c (cmd_ipv6_match): New function added.
1498 (cmd_ipv6_prefix_match): Likewise.
1499
15001999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1501
1502 * command.c (cmd_ipv6_match):
1503
1504 * table.c: Delete #ifdef HAVE_MBGPV4.
1505
1506 * prefix.h (struct prefix): Add safi member.
1507 (struct prefix_ipv4): Likewise.
1508 (struct prefix_ipv6): Likewise.
1509
15101999-12-04 Rumen Svobodnikov <rumen@linux.tu-varna.acad.bg>
1511
1512 * memory.c (struct mstat): Revert to support MEMORY_LOG.
1513
15141999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1515
1516 * version.h: Bump up to 0.81c for testing new kernel codes.
1517
15181999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1519
1520 * thread.h (struct thread): Pthread support is disabled all
1521 platform.
1522
15231999-11-21 Michael Handler <handler@sub-rosa.com>
1524
1525 * Include <limits.h> and <strings.h> under SUNOS_5.
1526
15271999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1528
1529 * sockunion.c (in6addr_cmp): Enclosed by #define HAVE_IPV6
15301999-11-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1531
1532 * command.h (node_type ): Add BGP_IPV4_NODE and BGP_IPV6_NODE.
1533
15341999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1535
1536 * command.c (disable): Add `disable' command.
1537
15381999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1539
1540 * plist.c (vty_prefix_list_install): Add any check.
1541
15421999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1543
1544 * command.h (node_type ): Add DUMP_NODE.
1545
15461999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1547
1548 * smux.c: Change default SMUX oid to compatible with gated.
1549
15501999-10-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1551
1552 * if_rmap.c: New file added.
1553
1554 * if_rmap.h: New file added.
1555
15561999-10-29 Alex Zinin <zinin@amt.ru>
1557
1558 * hash.c: add hash_free() function
1559
15601999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1561
1562 * hash.c (hash_clean): Add clean function.
1563
1564 * plist.c (prefix_list_reset): Add reset function.
1565
1566 * filter.c (access_list_reset): Add reset function.
1567
15681999-10-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1569
1570 * client.c: Merged with zclient.c.
1571 * client.h: Merged with zclient.h.
1572
15731999-10-15 Jordan Mendelson <jordy@wserv.com>
1574
1575 * md5.c: Imported from GNU C Library.
1576 * md5-gnu.h: Likewise.
1577
15781999-10-15 Jochen Friedrich <jochen@scram.de>
1579
1580 * smux.c (smux_getresp_send): SMUX_GETRSP codes improvement.
1581
15821999-10-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1583
1584 * smux.h: New file added.
1585
1586 * snmp.c: Rename to smux.c.
1587
15881999-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1589
1590 * command.c (cmd_execute_command_strict): Filter ambious commands.
1591 (cmd_filter_by_string): Change to return enum match_type.
1592
15931999-10-01 Toshiaki Takada <takada@zebra.org>
1594
1595 * vty.c (vty_describe_fold): New function which does VTY
1596 description line fold.
1597 * vty.c (vty_describe_command): Set description column.
1598
15991999-09-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1600
1601 * plist.c (prefix_list_init_ipv4): VTY user interface is improved.
1602
16031999-09-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1604
1605 * command.c (cmd_filter_by_string): Fix bug of CMD_IPV4 and
1606 CMD_IPV4_PREFIX check. Both return type must be exact_match.
1607
16081999-09-24 Toshiaki Takada <takada@zebra.org>
1609
1610 * command.c (cmd_filter_by_completion),
1611 (is_cmd_ambiguous): Check IPv4 address, IPv4 prefix and range
1612 parameter matches range.
1613
16141999-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1615
1616 * routemap.c (route_map_apply): Returm RM_DENYMATCH when no match
1617 is performed.
1618
16191999-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1620
1621 * vty.c (vty_read): Control-C stop VTY_MORE mode.
1622
16231999-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1624
1625 * command.h (node_type ): Add ACCESS_IPV6_NODE and
1626 PREFIX_IPV6_NODE.
1627
1628 * distribute.h: New file added.
1629
1630 * command.h (node_type ): Delete DISTRIBUTE_NODE.
1631
16321999-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1633
1634 * vty.c (vty_terminate_all): New function added for reload
1635 support.
1636
16371999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1638
1639 * memory.h (enum): Add new type MTYPE_OSPF_EXTERNAL_ROUTE.
1640
16411999-08-31 Janos Farkas <chexum@shadow.banki.hu>
1642
1643 * vty.c (vty_read): Handle also 0x7f (alt-backspace), just like
1644 esc-ctrl-h (delete word backwards).
1645
16461999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1647
1648 * if.h: Add if_nametoindex for NRL.
1649
16501999-08-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1651
1652 * if.c (if_create): New function.
1653
16541999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1655
1656 * snmp.c: New file.
1657
16581999-08-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1659
1660 * stream.c (stream_put): stream_memcpy () is changed to stream_put
1661 (). stream_get () is added.
1662
16631999-08-18 Toshiaki Takada <takada@zebra.org>
1664
1665 * memory.h (enum): Add MTYPE_OSPF_LSA_DATA.
1666
16671999-08-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1668
1669 * table.c (route_table_finish): add function frees table.
1670
16711999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1672
1673 * memory.h (enum): Add MTYPE_RTADV_PREFIX.
1674
16751999-08-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1676
1677 * if.h (struct interface ): hw_address, hw_address_len added.
1678
16791999-08-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1680
1681 * if.h (struct interface ): Change structure member if_data to
1682 info, index to ifindex.
1683
16841999-08-08 Rick Payne <rickp@rossfell.co.uk>
1685
1686 * routemap.c: Multi protocol route-map modification.
1687
1688 * routemap.c (route_map_apply): Route match process bug is fixed.
1689
16901999-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1691
1692 * thread.c (thread_fetch): When signal comes, goto retry point.
1693
16941999-08-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1695
1696 * Makefile.am: Add sockopt.c and sockopt.h
1697 * sockopt.c: New file.
1698 * sockopt.h: New file.
1699
17001999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1701
1702 * version.h (ZEBRA_VERSION): Release zebra-0.75
1703
17041999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1705
1706 * memory.h (enum): Add MTYPE_RIPNG_AGGREGATE.
1707
17081999-07-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1709
1710 * sockunion.h: Add sockunion_getpeername ().
1711
17121999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1713
1714 * version.h: Release zebra-0.74
1715
17161999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1717
1718 * command.h (struct host): Delete lines from struct host. Add
1719 lines to struct vty.
1720
1721 * command.c: Delete `lines LINES'. Terminal display line settings
1722 should be done by `terminal length' command.
1723
17241999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1725
1726 * memory.h (enum): MTYPE_OSPF_PATH are added.
1727
17281999-07-22 Toshiaki Takada <takada@zebra.org>
1729
1730 * memory.h (enum): MTYPE_OSPF_NEXTHOP is added.
1731
17321999-07-21 Toshiaki Takada <takada@zebra.org>
1733
1734 * linklist.c (list_add_node_prev), (list_add_node_next),
1735 (list_add_list): New function added.
1736
1737 * table.c (route_table_free): New function added.
1738
17391999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1740
1741 * plist.c (config_write_prefix): Set write flag when configuration
1742 is written.
1743
17441999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1745
1746 * prefix.c : prefix_cmp() added. change apply_mask() to
1747 apply_mask_ipv4(), and new apply_mask() added.
1748
17491999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1750
1751 * prefix.c (prefix2str): append prefixlen.
1752
17531999-07-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1754
1755 * command.c (config_terminal): Change "config terminal" to
1756 "configure terminal". Reported by Georg Hitsch
1757 <georg@atnet.at>.
1758 (config_terminal_length): `terminal length <0-512>' is added. At
1759 this moment this command is only usef for vty interface.
1760 Suggested by Georg Hitsch <georg@atnet.at>.
1761
17621999-07-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1763
1764 * routemap.c (rulecmp): Add wrapper function of strcmp.
1765
17661999-07-08 Rick Payne <rickp@rossfell.co.uk>
1767
1768 * sockunion.c (inet_aton): Fix bug of inet_aton.
1769
17701999-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1771
1772 * version.h (ZEBRA_VERSION): Start zebra-0.73
1773
17741999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1775
1776 * version.h: Bump up to 0.72.
1777
17781999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1779
1780 * command.c (install_default): New function for install default
1781 commands to the node.
1782
1783 * memory.h (enum): MTYPE_NEXTHOP is added.
1784
17851999-07-01 <kunihiro@zebra.org>
1786
1787 * command.c (no_banner_motd): `no banner motd' command added.
1788
17891999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1790
1791 * regex.c: Update to glibc-2.1.1's posix/regex.c
1792
1793 * regex-gnu.h: Update to glibc-2.1.1's posix/regex.h
1794
1795 * prefix.h (IPV4_ADDR_SAME): Macro added.
1796 (IPV6_ADDR_SAME): Likewise.
1797
17981999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1799
1800 * memory.h (enum): Add MTYPE_OSPF_VERTEX
1801
1802 * version.h: Bump up to 0.71.
1803
1804 * vty.c (vty_serv_sock_addrinfo): Use addrinfo function to bind
1805 VTY socket when IPv6 is enabled.
1806
18071999-06-28 Kunihiro Ishiguro <kunihiro@zebra.org>
1808
1809 * vty.c (vty_serv_sock): Change vty_serv_sock determine which
1810 address family to bind.
1811
1812 * command.c: Add quit command.
1813
18141999-06-26 NOGUCHI kay <kay@dti.ad.jp>
1815
1816 * vty.c (vty_read_config): Fix bug of configuration file path
1817 detection.
1818
18191999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1820
1821 * version.h: Bump up to 0.70.
1822
18231999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1824
1825 * buffer.h (GETL): Remove GETL macro.
1826
1827 * version.h: Bump up to 0.69.
1828
18291999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1830
1831 * if.c (connected_add): Commented out connected_log.
1832
18331999-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1834
1835 * command.h (struct cmd_element ): strvec and descvec is combined
1836 into newstrvec.
1837
1838 * command.c (desc_make): Function removed.
1839 (desc_next): Function removed.
1840
1841 * command.h (struct cmd_element ): docvec is removed from struct
1842 cmd_element.
1843
18441999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1845
1846 * command.c (cmd_execute_command): Remove command NULL check.
1847
1848 * command.h (struct cmd_element ): Add newstrvec entry to struct
1849 cmd_element.
1850 (DEFUN2): DEFUN2 macro is removed. DEFUN is extended to support
1851 (a|b|c) statement.
1852 (DESC): DESC macro is removed.
1853
1854 * vty.c (vty_complete_command): When return value is
1855 CMD_ERR_NO_MATCH, don't display error message.
1856
18571999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1858
1859 * table.c (route_next_until): New function.
1860
1861 * version.h: Bump up to 0.68.
1862
18631999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1864
1865 * vty.c (vty_close): Free vty->buf when vty is closed.
1866
1867 * memory.h (enum): Add MTYPE_COMMUNITY_ENTRY and
1868 MTYPE_COMMUNITY_LIST.
1869
1870 * vty.h (struct vty ): Change buf from static length buffer to
1871 variable length buffer.
1872
1873 * vty.c (vty_ensure): New function added.
1874
18751999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1876
1877 * command.h (node_type ): Add COMMUNITY_LIST_NODE.
1878
1879 * command.c (config_enable_password): Freeing host.enable bug is
1880 fixed.
1881 (config_enable_password): Add argc count check.
1882
18831999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1884
1885 * version.h: Bump up to 0.67.
1886
18871999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1888
1889 * command.c (zencrypt): New function for encrypt password.
1890
1891 * command.h (struct host): Add password_encrypt and
1892 enable_encrypt.
1893
18941999-05-30 Jochen Friedrich <jochen@scram.de>
1895
1896 * command.h (struct host): New member encrypt is added for
1897 encrypted password.
1898
18991999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1900
1901 * vty.c: Remove all_digit_check function. Instead use all_digit.
1902
1903 * prefix.c (all_digit): New function for checking string is made
1904 from digit character.
1905
19061999-05-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1907
1908 * Makefile.am (libzebra_a_SOURCES): Add zclient.c.
1909 (noinst_HEADERS): Add zclient.h
1910
1911 * zclient.[ch]: New file for zebra client routine.
1912
1913 * memory.h (enum): Add MTYPE_ZEBRA.
1914
19151999-05-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1916
1917 * version.h (ZEBRA_VERSION): Update to 0.66.
1918
19191999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1920
1921 * buffer.h (GETC,GETW): Macro deleted.
1922
19231999-05-15 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
1924
1925 * prefix.h (IPV4_NET0, IPV4_NET127): Macro added.
1926
19271999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1928
1929 * vty.c (service_advanced_vty): New command added.
1930 (no_service_advanced_vty): Likewise.
1931
19321999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1933
1934 * vty.c (vty_auth): If advanced flag is set and enable password is
1935 not set, directly login to the ENABLE_NODE. This feature is
1936 originally designed and implemented by Stephen R. van den Berg
1937 <srb@cuci.nl>.
1938
1939 * command.h (host): Add advanced flag to struct host for advanced
1940 vty terminal interface.
1941
1942 * version.h (ZEBRA_VERSION): Update to 0.65 for next beta release.
1943
19441999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1945
1946 * command.h (node_type ): Add TABLE_NODE.
1947
1948 * vty.c (vty_telnet_option): Check host.lines value.
1949
1950 * command.c (config_lines): DEFUN for 'lines LINES' command.
1951
1952 * zebra.h: Include <sys/utsname.h> for uname().
1953 (RT_TABLE_MAIN): Defined as 0 if OS does not support multiple
1954 routing table.
1955
1956 * vty.c (vty_auth): Directly login to the ENABLE_NODE when enable
1957 password is not set.
1958 (vty_prompt): Get machine's hostname when hostname is not set.
1959
19601999-05-11 James Willard <james@whispering.org>
1961
1962 * command.c (config_exit): Close connection when `exit' command is
1963 executed at ENABLE_NODE.
1964
19651999-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1966
1967 * vty.c (vty_stop_input): `C-c' key change node to ENABLE_NODE.
1968
1969 * command.c (cmd_execute_command_strict): Matched command size
1970 check added.
1971 (cmd_make_desc_line): New function for DEFUN2.
1972
1973 * command.h (struct cmd_element ): Add descsize.
1974
19751999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1976
1977 * command.h (struct cmd_element ): Remame descvec to docvec.
1978 (struct cmd_element ): Add descvec for new description system.
1979
1980 * command.c (desc_make): Check cmd->descvec.
1981
19821999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1983
1984 * memory.h (enum): Add MTYPE_CLUSTER, MTYPE_CLUSTER_VAL.
1985
19861999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1987
1988 * version.h (ZEBRA_VERSION): Bump up to 0.64 for next beta
1989 release.
1990
19911999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1992
1993 * linklist.c (list_delete_all_node): bug fix.
1994 previous code loses current position when node
1995 is deleted.
1996
19971999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1998
1999 * command.h (DESC): Macro added.
2000 (struct cmd_element2): Delete struct cmd_element2.
2001
2002 * plist.c (prefix_list): Sequential number option check is added.
2003
20041999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2005
2006 * log.c (zvlog_{debug,info,notice,warn,err}): have been
2007 added. now we can log both console and file, but still
2008 need some fix about config write.
2009
20101999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2011
2012 * log.c (zvlog_debug): Fix yasu's change.
2013
20141999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2015
2016 * plist.c (prefix_list): Fix typo.
2017
20181999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2019
2020 * Set version to 0.63 for first beta package.
2021
20221999-04-27 Carlos Barcenilla <barce@frlp.utn.edu.ar>
2023
2024 * prefix.c (str2prefix_ipv4): Fix prefix length check.
2025 (str2prefix_ipv6): Likewise.
2026
20271999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2028
2029 * memory.h (enum): Add MTPYE_PREFIX_LIST and
2030 MTYPE_PREFIX_LIST_ENTRY.
2031
2032 * command.h (node_type ): Add PREFIX_NODE.
2033
20341999-04-25 Carlos Barcenilla <barce@frlp.utn.edu.ar>
2035
2036 * command.c: ALIAS (config_write_memory_cmd) and ALIAS
2037 (copy_runningconfig_startupconfig_cmd) is added.
2038
2039 * table.c (route_node_lookup): Unused match variable deletion.
2040
20411999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2042
2043 * Makefile.am (libzebra_a_SOURCES): plist.c added.
2044 (noinst_HEADERS): plist.h added.
2045
2046 * plist.c, plist.h: New file added.
2047
2048 * memory.h (enum): Rename MTYPE_AS_PASN to MTYPE_AS_STR.
2049 * memory.c: Likewise.
2050
20511999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
2052
2053 * command.c (show_version): `show version' command added.
2054
20551999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
2056
2057 * prefix.c (str2prefix_ipv6): Prefix length overflow check.
2058
20591999-04-19 Carlos Alberto Barcenilla <barce@frlp.utn.edu.ar>
2060
2061 * prefix.c (str2prefix_ipv4): Prefix length overflow check.
2062
20631999-04-19 Alex Bligh <amb@gxn.net>
2064
2065 * prefix.c (sockunion2hostprefix): Function added.
2066 (sockunion2prefix): Address family was not set. Now it is set.
2067
2068 * vty.c: VTY access-class command is added.
2069
20701999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org>
2071
2072 * memory.c: Change xmalloc to zmalloc. xcalloc, xrealloc, xfree,
2073 xstrdup are likewise.
2074
20751999-04-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2076
2077 * thread.c: Add thread_execute for other routing daemon.
2078 OSPF tasks need to be generated by "sheduled" and "executed".
2079
20801999-04-13 Kunihiro Ishiguro <kunihiro@zebra.org>
2081
2082 * buffer.c: Rewrite buffer_write and buffer_flush related
2083 functions for fixing bugs. Reason of the problem and fix is
2084 suggested by Alex Bligh <amb@gxn.net>.
2085
20861999-04-12 Alex Bligh <amb@gxn.net>
2087
2088 * command.c (cmd_entry_function_descr): Added for variable
2089 argument help display.
2090
20911999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2092
2093 * regex.c, regex-gnu.h: Imported from GNU sed-3.02 distribution.
2094
20951999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2096
2097 * stream.c: stream_fifo_free bug is fixed.
2098
20991999-03-19 Toshiaki Takada <takada@zebra.org>
2100
2101 * stream.c (stream_strncpy): Added for getting any length bytes
2102 from stream.
2103
21041999-03-16 Kunihiro Ishiguro <kunihiro@zebra.org>
2105
2106 * version.h (ZEBRA_BUG_ADDRESS): New macro added.
2107
21081999-03-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2109
2110 * buffer.c (buffer_flush_window): If ep is same as buffer's size
2111 length and lp is overrun one octet.
2112
21131999-03-13 Kunihiro Ishiguro <kunihiro@zebra.org>
2114
2115 * vty.h: add VTY's timeout function.
2116
21171999-03-05 <kunihiro@zebra.org>
2118
2119 * command.h (node_type ): Add OSPF6_node.
2120
21211999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2122
2123 * zebra.h: Check HAVE_SYS_SELECT_H when include <sys/select.h>
2124
21251999-03-03 Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
2126
2127 * zebra.h: Include <net/if_var.h> if it exists.
2128
21291999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2130
2131 * getopt.[ch],getopt1.c: Sync with glibc-2.1.
2132
2133 * log.c (zlog): Tempolary ZLOG_STDOUT feature added.
2134
2135 * command.h: Include vector.h and vty.h
2136
21371999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2138
2139 * routemap.h (struct route_map_rule_cmd): Add prefix arguemnt.
2140
2141 * routemap.c (route_map_apply_index): Add prefix argument.
2142 (route_map_apply): Likewise.
2143
2144 * memory.h (enum): Add MTYPE_ROUTE_MAP_COMPILED.
2145
2146 * stream.c: Add stream_fifo related functions.
2147
21481999-02-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2149
2150 * daemon.c: Return integer value. File descriptor close is added.
2151
2152 * memory.h (enum): add MTYPE_OSPF_LSA.
2153
21541999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2155
2156 * rsh.c: Remove empty file.
2157
21581999-02-22 <kunihiro@zebra.org>
2159
2160 * routemap.c: Add add/delete hook to route_map_master.
2161
21621999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
2163
2164 * str.[ch] added to supply wrappers for snprintf(), strlcat() and
2165 strlcpy on system without these.
2166
21671999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
2168
2169 * syslog support added
2170
21711999-02-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2172
2173 * filter.c (access_list_add_hook): added for hook function management.
2174 * filter.c (access_list_delete_hook): Likewise.
2175
21761999-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
2177
2178 * stream.c: New file.
2179 * stream.h: New file.
2180 * Divide stream related fucntions from buffer.[ch] into stream.[ch].
2181
21821999-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2183
2184 * memory.h (enum): add MTYPE_STREAM, MTYPE_STREAM_DATA
2185
2186 * buffer.c (stream_new): Set MTYPE_STREAM to XMALLOC argument.
2187
21881998-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2189
2190 * routemap.c: route_map_index_delete() added.
2191
21921998-12-22 Kunihiro Ishiguro <kunihiro@zebra.org>
2193
2194 * buffer.c (buffer_empty): check cp instead of sp.
2195
21961998-12-17 Kunihiro Ishiguro <kunihiro@zebra.org>
2197
2198 * radix.[ch]: Deleted.
2199
22001998-12-15 Magnus Ahltorp <map@stacken.kth.se>
2201
2202 * buffer.c: Prototype fixes.
2203 * prefix.c: Likewise.
2204 * sockunion.c: Likewise.
2205 * sockunion.h: Likewise.
2206
22071998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2208
2209 * vty.c (vty_read): DELETE key works as vty_delete_char.
2210
22111998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
2212
2213 * log.c (time_print): chane %y to %Y.
2214
22151998-12-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2216
2217 * distribute.c: new file.
2218
22191998-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
2220
2221 * filter.c: Remove all of struct prefix_{ipv4,ipv6} and add
2222 complete support of IPv6 access list.
2223
2224 * command.c (config_write_element): function delete.
2225 (config_write_host): function add. password and enable password
2226 isn't printed to vty interface.
2227
22281998-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2229
2230 * filter.c: Change prefix_ipv4 to prefix and add support of
2231 prefix_ipv6 filtering.
2232
22331998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2234
2235 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6 inet6-apps
2236 header includes.
2237
22381998-12-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2239
2240 * log.c (log_flush): fix function name typo.
2241
22421998-12-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
2243
2244 * memory.h: OSPF memory type is added.
2245
22461998-11-15 Kunihiro Ishiguro <kunihiro@zebra.org>
2247
2248 * command.c (sort_node): add sort_node() for pretty printing of
2249 command on vty interface.
2250 (config_password): delete the restriction of charaster of password
2251 string.
2252
22531998-09-05 Kunihiro Ishiguro <kunihiro@debian.zebra.org>
2254
2255 * prefix.c (prefix_ipv4_any): add prefix_ipv4_any().
2256
22571998-08-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2258
2259 * network.h: New file.
2260
22611998-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2262
2263 * vty.c (vty_will_echo): function name change from vty_off_echo.
2264
22651998-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
2266
2267 * buffer.h: add PUTC,PUTW,PUTL macros.
2268
22691998-07-22 Kunihiro Ishiguro <kunihiro@zebra.org>
2270
2271 * route.[ch]: renamed to prefix.[ch]
2272
22731998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
2274
2275 * prefix_in, prefix_in6 is replaced by prefix_ipv4, prefix_ipv6.
2276
2277 * Makefile.am: @INCLUDES@ is deleted from INCLUDES.
2278
22791998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2280
2281 * host.[ch]: merged with command.[ch]
2282
22831998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2284
2285 * Makefile.am (libzebra_a_SOURCES): add route.c to libzebra_a_SOURCES.
2286
22871998-05-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2288
2289 * route.c (str2prefix): str2prefix () is gone.
2290
22911998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2292
2293 * vty.c (vty_read_config): change CONDIR to SYSCONFDIR.
2294
2295 * .cvsignore: add file.
2296
2297 * memory.c (xerror): add arguent `type' and `size'.
2298
2299 * socket.c: deleted.
2300
23011998-05-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2302
2303 * vector.c: malloc,free,realloc -> XMALLOC,XFREE,XREALLOC.
2304 * linklist.c: same as above.
2305
23061998-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2307
2308 * filter.[ch]: added.
2309
23101998-04-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2311
2312 * vty.c (config_who): return CMD_SUCCESS
2313
23141998-04-01 Jochen Friedrich <jochen@scram.de>
2315
2316 * table.c (route_dump_node): route_dump_node is IPv6 specific
2317 function so move #ifdef to the end of route_dump_node ().
2318
23191998-03-05 "Hannes R. Boehm" <hannes@boehm.org>
2320
2321 * if.c: DEFUN(interface_desc) added.
2322
23231998-03-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2324
2325 * if.c: separated from ripd/rip_interface.c
2326
23271998-03-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2328
2329 * thread.[ch] : added.
2330
23311998-02-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2332
2333 * vty.c (vty_delete_char): fix size bug.
2334 (vty_backward_pure_word): function added.
2335 (vty_read): ESC + 'f' perform vty_forward_word.
2336 (vty_read): ESC + 'b' perform vty_backward_word.
2337
23381998-02-11 Kunihiro Ishiguro <kunihiro@zebra.org>
2339
2340 * radix.c (radix_lookup_rt): add mask check.
2341 (radix_delete_duproute): add mask check.
2342
23431998-02-10 Kunihiro Ishiguro <kunihiro@zebra.org>
2344
2345 * command.c (config_write_file): fix vty -> file_vty.
2346
23471998-02-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2348
2349 * command.c (cmd_filter_ambiguous): add complex type treatment.
2350
23511998-02-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2352
2353 * vty.c (vty_time_print): function added.
2354 (vty_complete_command): now [...] element isn't shown by completion.
2355
23561998-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2357
2358 * command.c : change from cmd_install_node() to install_node().
2359
23601998-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
2361
2362 * route.[ch]: struct rt{} is replaced by struct prefix{}.
2363
23641998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2365
2366 * command.c (cmd_execute_command): check command length.
2367
2368 * timer.c (zebra_timer_set): add zebra_timer_set.
2369
23701998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2371
2372 * command.h (node_type ): add ZEBRA_NODE.
2373
2374 * command.c (config_exit): add RIP_NODE.
2375 (config_write_file): add RIP_NODE.
2376
23771998-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2378
2379 * print_version.c (print_version): Now Copyright is 1996-1998.
2380
2381 * sockunion.c (sockunion_log): moved from ../zebra/route.c
2382
23831997-12-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2384
2385 * host.c (config_logfile): change 'log PATH' to 'logfile PATH'.
2386
2387 * sockunion.c (sockunion_sameprefix): add same prefix for
2388 sockunion.
2389
23901997-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2391
2392 * radix.[ch] : are moved from ../zebra directroy.
2393
2394 * command.c (config_from_file): if command execution failed down
2395 level to CONFIG_NODE.
2396
2397 * host.c: config_log function which enable 'log FILENAME' command.
2398
23991997-12-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2400
2401 * vty.c: add vty_transpose_chars (). Now you can use '^T' to
2402 transpose character.
2403
2404 * command.c: cmd_cmdsize add, this is useful to check incomplete
2405 command.
2406
24071997-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2408
2409 * fd.h: add family for address family
2410
24111997-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2412
2413 * command.o
2414 * vty.o
2415 * host.o is moved from ../zebra
2416
24171997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2418
2419 * make library directory.
2420