blob: b0f0951191ce241b845b5efa2754f2b799a1a490 [file] [log] [blame]
gdt6083e1f2005-12-29 15:59:57 +000012005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com>
2
3 * rt_socket.c (kernel_rtm_ipv4): Use AF_INET rather than AF_UNSPEC
4 for mask. From David Young.
5
paul89368d92005-11-26 09:14:07 +000062005-11-26 Paul Jakma <paul.jakma@sun.com>
7
8 * connected.{c,h}: (connected_add_ipv6) label should have
9 const qualifier, fix declarations.
10
paulec1a4282005-11-24 15:15:17 +0000112005-11-24 Paul Jakma <paul.jakma@sun.com>
12
13 * kernel_socket.h: New header for functions exported to sysctl
14 methods.
15 * kernel_socket.c: include previous.
16 Remove static qualifier from couple of functions which are
17 used by sysctl methods.
18 Add a workaround for a bogus gcc warning to the RTA_ macros.
19 * Makefile.am: Add kernel_socket.h to noinst_HEADERS
20 * if_sysctl.c: include rt.h and kernel_socket.h and remove
21 redundant prototypes.
22 * rtread_sysctl.c: ditto.
23 (route_read) fix mismatch of return values.
24 * {rt,zserv,rib}.h: Include lib headers depended on.
25
paul6621ca82005-11-23 13:02:08 +0000262005-11-23 Paul Jakma <paul.jakma@sun.com>
27
28 * (general) fix some small compile errors, and mark several
29 functions as static.
30 * kernel_socket.c: (ifan_read) should be static.
31 fix missing brackets.
32 (ifm_read,ifam_read,rtm_read_mesg,kernel_read) Make static
33 (ifam_read_mesg) make static. fix incorrect variable name.
34 (rtm_read) make static. Fix call to rib_delete_ipv4 which
35 should be rib_delete_ipv6.
36 (routing_socket,kernel_init) should be static. Void argument
37 should be specified as such, not left incomplete.
38 * rt_netlink.c: rt.h should be included, contains prototypes of
39 exported functions.
40 (kernel_delete_ipv6_old) fix sign of index argument.
41 * rt_socket.c: Exact same as previous. Also, make various
42 functions static.
43 * rtread_getmsg.c: Include zserv.h, which prototypes
44 route_read. Make static.
45 * rtread_sysctl.c: zserv.h and rt.h should be included.
46 fix definition of route_read.
47
paul0fb58d52005-11-14 14:31:49 +0000482005-11-14 Paul Jakma <paul.jakma@sun.com>
49
50 * zebra_rib.c: (rib_process) convert to new workqueue specs and
51 shut up gcc, which complains about cast from void via
52 function parameters, for some dumb reason. Do the cast
53 inside the function instead.
54 (rib_queue_qnode_del) ditto.
55 (rib_queue_init) no need for the casts anymore.
56
paul6fe70d12005-11-12 22:55:10 +0000572005-11-12 Alexander Gall <gall@switch.ch>
58
59 * See [quagga-dev 1815]
60 * kernel_socket.c: (rtm_write) Use SAROUNDUP when HAVE_SIN_LEN
61 is not available.
62 * rt_socket.c: (kernel_rtm_ipv6(_multipath)) set family to
63 AF_INET6 on ipv6 routes.
64
652005-11-12 Paul Jakma <paul.jakma@sun.com>
66
67 * kernel_socket.c: Add RTA_NAME_GET macro to extract name from
68 sockaddr_dl. Add some more RTF_ flags.
69 * (ifan_read) Add some debug messages.
70 * (ifm_read) Add more debug messages. More robust cross-checks
71 of index against name.
72 Fall back to by-name lookup if the index lookup fails, future
73 proofing more than anything else.
74 (ifam_read_mesg) Read RTA_IFP. Add debug messages.
75 (ifam_read) More debug. If there's an RTA_IFP and it isn't
76 the name of the interface, save it as the label.
77 (rtm_read_mesg) Read RTA_IFP.
78 (rtm_read) allow name to be retrieved.
79 (rtmsg_debug) expand on the debug message.
80
paul0994c3a2005-11-11 09:52:40 +0000812005-11-11 Paul Jakma <paul.jakma@sun.com>
82
83 * kernel_socket.c: (ifm_read) arithmetic on void pointer
84 warning.
85 (ifam_read) Fix error from connected-with-label merge,
86 something crept in from the pending Solaris kernel_socket.c
87 patch which shouldn't have.
88
paul0752ef02005-11-03 12:35:21 +0000892005-11-03 Paul Jakma <paul.jakma@sun.com>
90
91 * connected.{c,h}: Include memory.h
92 (connected_add_ipv4) Use MTYPE for ifc label.
93 (connected_add_ipv6) Also should accept label. Store it in ifp.
94 (connected_del_ipv4) Taking label as argument is pointless.
95 * rt_netlink.c: (netlink_interface_addr) update label usage
96 for connected_{add,delete} functions.
97 * if_ioctl.c: (if_getaddrs) NULL label for connected_add_ipv6.
98 * if_ioctl_solaris.c: (interface_list_ioctl) Pass LIFC_NOXMIT
99 so we also find out about NOXMIT interfaces like VNI.
100 Bit of hackery to turn interface names into the primary
101 interface name, later with routing socket messages we only
102 will about primary interfaces anyway, so we must normalise
103 the name.
104 (if_get_addr) take label as argument, so it can
105 be passed to connected_add.
106 If label is provided, then it is interface name to issue the
107 ioctl for address information on, not the ifp name.
108 (interface_list) List AF_UNSPEC too, just in case.
109 * if_proc.c: (ifaddr_proc_ipv6) label for connected_add_ipv6.
110 * interface.c: (if_addr_wakeup) Some very bogus code - sets
111 IFF_RUNNING - add comment.
112 (if_refresh)
113 (ip_address_install) Use MTYPE for ifc label.
114 * ioctl_solaris.c: (if_mangle_up) New function. Hackery to make
115 IFF_UP reflect whether any addresses are left on the
116 interface, as we get signalled for IFF_UP flags change on the
117 primary interface only. Logical interfaces dont generate
118 IFINFO, but we do get an RTM_DELADDR.
119 (if_get_flags) Call if_mangle_up before return.
120 * kernel_socket.c: (ifam_read) Fixup calls to
121 connected_{add,delete} to match above changes. Rename gate
122 variable to brd, less confusing.
123 Pass the interface name as a label, if it is not same name
124 as ifp->name.
125
pauld06b2a62005-10-11 03:53:54 +00001262005-10-11 Paul Jakma <paul.jakma@sun.com>
127
128 * connected.{c,h}: (connected_{add,delete}_ipv4) label should
129 be const qualified.
130
ajsc05612b2005-10-01 16:36:54 +00001312005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
132
ajsf52d13c2005-10-01 17:38:06 +0000133 * zebra_vty.c: (route_type_str) Remove obsolete function: use new
134 library function zebra_route_string() instead. Note that there
135 are a few differences: for IPv6 routes, we now get "ripng" and
136 "ospf6" instead of the old behavior ("rip" and "ospf").
137 (route_type_char) Remove obsolete function: ues new library function
138 zebra_route_char() instead. Note that there is one difference:
139 the old function returned 'S' for a ZEBRA_ROUTE_SYSTEM route,
140 whereas the new one returns 'X'.
141 (vty_show_ip_route_detail,vty_show_ipv6_route_detail) Replace
142 route_type_str() with zebra_route_string().
143 (vty_show_ip_route,vty_show_ipv6_route) Replace route_type_char()
144 with zebra_route_char().
145
1462005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
147
ajsc05612b2005-10-01 16:36:54 +0000148 * rt_netlink.c: (netlink_request) Use memset to clear structure
149 before calling sendto (eliminates a valgrind error message about
150 uninitialized data).
vincentaa2e32b2005-09-28 13:42:11 +0000151
1522005-09-28 Alain Ritoux <alain.ritoux@6wind.com>
153
vincentfbf5d032005-09-29 11:25:50 +0000154 * zserv.c: Always provied distance for route add
155
1562005-09-28 Alain Ritoux <alain.ritoux@6wind.com>
157
vincentaa2e32b2005-09-28 13:42:11 +0000158 * connected.c: flag connected_up_ipv6() and connected_down_ipv6()
159 usage with HAVE_IPV6
160
hassod24af182005-09-24 14:00:26 +00001612005-09-24 Hasso Tepper <hasso at quagga.net>
162
163 * rib.h: Add note about behaviour of rib_add_ipv[46]* functions -
164 add is treated as implicit withdraw.
165
hassoebf1ead2005-09-21 14:58:20 +00001662005-09-21 David Young <dyoung@ojctech.com>
167
168 * zebra_rib.c: Reduce the height of some staircases. Fix
169 rib_delete_ipv6() to match routes in the RIB by their gateway as
170 well as by destination.
171
paul319572c2005-09-21 12:30:08 +00001722005-09-21 Paul Jakma <paul.jakma@sun.com>
173
174 * zebra_rib.c: (static_uninstall_ipv{4,6}) Fix regression wrt
175 removal of static routes with multiple-hops introduced with
176 the workqueue conversion. We should free the relevant
177 nexthop and then get rib_process to run, otherwise we just
178 get same static route back again (with no way to unconfigure
179 it, because its already deleted from configuration).
180
paulca162182005-09-12 16:58:52 +00001812005-09-12 Paul Jakma <paul.jakma@sun.com>
182
183 * (general) RTM_CHANGE and implicit withdraw on RTM_NEWADDR
184 support.
185 * connected.c: (connected_withdraw) new function. withdraw a
186 connected subnet address set from zebra, and pass information
187 along to clients.
188 (connected_announce) similar, but to announce a new connected
189 subnet address set.
190 (connected_check_ipv4) renamed to connected_check, as its
191 AFI independent.
192 (connected_add_ipv{4,6}) Remove the connected address announce
193 stuff, use connected_announce instead.
194 If connected_check indicates address is already present,
195 treat it as an implicit withdraw of the existing address, ie
196 remove the old address details and replace with the new
197 details.
198 (connected_delete_ipv{4,6}) Use connected_withdraw.
199 (connected_check_ipv6) deleted in favour of connected_check.
200 * connected.h: Rename connected_check_ipv4 to connected_check.
201 delete connected_check_ipv6.
202 * interface.c: Use connected_check rather than the AFI specific
203 symbols.
204 * kernel_socket.c: (rtm_read) RTM_CHANGE support. Create a
205 rib delete event for the existing route, before adding route
206 again.
207 (kernel_read) we can handle RTM_CHANGE now.
208
hassobe61c4e2005-08-27 06:05:47 +00002092005-08-27 Hasso Tepper <hasso at quagga.net>
210
211 * zebra_rib.c, rib.h: Add distance and metric arguments to the
212 rib_add_ipv6() function so that IPv6 routes in RIB can have correct
213 metric. No IPv6 routing daemon uses distance yet though.
214 * zserv.c, connected.c, kernel_socket.c, rt_netlink.c,
215 rtread_proc.c,zserv.c: Pass metric and distance info to the
216 rib_add_ipv6().
217
paul6eb88272005-07-29 14:36:00 +00002182005-07-29 Paul Jakma <paul.jakma@sun.com>
219
220 * interface.c: (if_delete_update) should always be available, not
221 just on RTM_IFANNOUNCE/NETLINK systems.
222 * kernel_socket.c: (ifan_read) only call if_delete_update when
223 interface departs, dont if_delete, because we wish to retain
224 interface configuration state even when interfaces are removed.
225 (ifm_read) If we dont have RTM_IFANNOUNCE, then transitioning
226 to down state is only chance we have to clean up interface in case
227 it is deleted (eg Solaris down -> unplumb -> plumb up).
228 * redistribute.c: (zebra_interface_delete_update) should always be
229 available, we /will/ call it now on all systems, via
230 if_delete_update.
231 * zserv.c: (zsend_interface_delete) ditto
232 (zsend_interface_address) Update the call-flow diagramme, to
233 reflect that if_delete_update /is/ now called on all systems,
234 potentially.
235 * zserv.h: (zsend_interface_delete) unconditionally exported, as
236 above.
237
paula1ac18c2005-06-28 17:17:12 +00002382005-06-28 Paul Jakma <paul.jakma@sun.com>
239
240 * (global) Extern and static'ification, with related fixups
241 of declarations, ensuring files include their own headers, etc.
paulea6f82b2005-06-28 17:20:26 +0000242 * if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in
paula1ac18c2005-06-28 17:17:12 +0000243 list loop
paulea6f82b2005-06-28 17:20:26 +0000244 * kernel_socket.c: (RTA_{ADDR,ATTR}_GET) fix mistake, NULL check
245 should be on DEST argument
paula1ac18c2005-06-28 17:17:12 +0000246
paul62debbb2005-06-14 14:07:07 +00002472005-06-14 Paul Jakma <paul.jakma@sun.com>
248
249 * kernel_socket.c: consolidate the IFAM{ADDR,MASK}GET and
250 RTM{ADDR,MASK}GET macros into generic rta_addrs macros,
251 RTA_{ADDR,ATTR}_GET.
252 (af_check) could use 'inline' attribute
253 (ifam_read_mesg) remove IFAM{ADDR,MASK}GET macro, change to
254 generic macro.
255 (rtm_read_mesg) similar
256
hasso1ada8192005-06-12 11:28:18 +00002572005-06-12 Hasso Tepper <hasso at quagga.net>
258
259 * rt_netlink.c: Remove netlink-addr socket declaration, it's not used.
260 * rt_netlink.c (netlink_parse_info): Fix debug messages - nlmsg_pid is
261 unsigned and one zlog call had swapped arguments.
262 * rt_netlink.c (netlink_route_multipath): Fix compile with disabled
263 IPv6 support.
264
paul1dcb5172005-05-31 08:38:50 +00002652005-05-31 Paul Jakma <paul.jakma@sun.com>
266
267 * zserv.c: (zsend_route_multipath) Fix bug if route is sent
268 with no NEXTHOP_FLAG_FIB nexthops. As ZAPI_MESSAGE_IFINDEX
269 and ZAPI_MESSAGE_NEXTHOP are always set, clients would try
270 read non-existent nexthop information and hit stream assert.
271 Zserv is still broken for multi-nexthop messages, but it always was.
272
paul69e10ad2005-05-06 21:27:33 +00002732005-05-06 Paul Jakma <paul.jakma@sun.com>
274
275 * zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now
276
paul4d38fdb2005-04-28 17:35:14 +00002772005-04-28 Paul Jakma <paul.jakma@sun.com>
278
279 * rib.h: (struct rib) Add lock field for refcounting.
280 * zserv.h: (struct zebra_t) Add a ribq workqueue to the zebra
281 'master' struct.
282 * zserv.c: (zread_ipv4_add) XMALLOC then memset should be XCALLOC.
283 * zebra_rib.c: Clean up refcounting of route_node, make struct rib
284 refcounted and convert rib_process to work-queue. In general,
285 rib's should be rib_addnode'd and delnode'd to route_nodes, and
286 these symmetrical functions will manage the locking of referenced
287 route_node and freeing of struct rib - rather than having users
288 manage each seperately - with much scope for bugs..
289 (newrib_free) removed and replaced with rib_lock
290 (rib_lock) new function, check state of lock and increment.
291 (rib_unlock) new function, check lock state and decrement. Free
292 struct rib if refcount hits 0, freeing struct nexthop's, as
293 newrib_free did.
294 (rib_addnode) Add RIB to route_node, locking both.
295 (rib_delnode) Delete RIB from route_node, unlocking each.
296 (rib_process) Converted to a work-queue work function.
297 Functional changes are minimal, just arguments, comments and
298 whitespace.
299 (rib_queue_add_qnode) Helper function to setup a ribq item.
300 (rib_queue_add) Helper function, same arguments as old
301 rib_process, to replace in callers of rib_process.
302 (rib_queue_qnode_del) ribq deconstructor.
303 (rib_queue_init) Create the ribq.
304 (rib_init) call rib_queue_init.
305 (remainder) Sanitise refcounting of route_node's. Convert to
306 rib_queue_add, rib_addnode and rib_delnode. Change XMALLOC/memset
307 to XCALLOC. Remove calls to nexthop_delete and nexthop_free.
308
paulcf460ef2005-04-10 16:54:26 +00003092005-04-10 Paul Jakma <paul@dishone.st>
310
311 * if_ioctl_solaris.c: (if_lookup_linklocal) fix order of args
312 in ALL_LIST_ELEMENTS_RO macro.
313
ajs57a14772005-04-10 15:01:56 +00003142005-04-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
315
316 * zserv.c (zebra_client_read): Fix bug: first read attempt should
317 read ZEBRA_HEADER_SIZE minus the number of bytes already read.
318 Improve efficiency by maintaining a calculation of the number
319 of bytes read instead of calling stream_get_endp multiple times.
320 If message length is too small, issue a warning message (not debug)
321 before closing the connection. And also check that message length
322 is not too big.
323
hasso206d8052005-04-09 16:38:51 +00003242005-04-09 Hasso Tepper <hasso at quagga.net>
325
hassofa599802005-04-09 16:59:28 +0000326 * rt_netlink.c: One tiny missing comma caused pointless debug messages
327 about IPv6 nexthops.
328
3292005-04-09 Hasso Tepper <hasso at quagga.net>
330
hasso206d8052005-04-09 16:38:51 +0000331 * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
332 status to unsigned here, because we already checked that it isn't
333 negative or 0.
334 * rt_netlink.c (netlink_interface_addr): Prefix length belongs to the
335 address, not to the interface.
336 * rt_netlink.c (netlink_route_multipath): Fix debug. No useless info
337 is printed out now and IPv6 info is handeled.
338
paul3d1dc852005-04-05 00:45:23 +00003392005-04-05 Paul Jakma <paul@dishone.st>
340
341 * zserv.c: print more helpful errors when we fail to successfully
342 bind and listen on zserv socket. Closes bugzilla #163.
343
ajsd2fc8892005-04-02 18:38:43 +00003442005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
345
ajs08dbfb62005-04-03 03:40:52 +0000346 * if_ioctl.c: (interface_list_ioctl) Use if_get_by_name_len.
347 * if_proc.c: (ifaddr_proc_ipv6) Increase size of ifname buffer to
348 avoid overflow.
349 * kernel_socket.c: (ifan_read) Use if_get_by_name_len.
350
3512005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
352
ajsa3491982005-04-02 22:50:38 +0000353 * kernel_socket.c: (ifm_read) Use new if_lookup_by_name_len function
354 to save a memcpy.
355 * if_ioctl_solaris.c: (interface_list_ioctl) Fix subtle bug with new
356 if_get_by_name_len function.
357
3582005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
359
ajsd2fc8892005-04-02 18:38:43 +0000360 * interface.c: (if_new_intern_ifindex) Remove obsolete function.
361 (if_delete_update) After distributing the interface deletion message,
362 set ifp->ifindex to IFINDEX_INTERNAL.
363 (if_dump_vty) Detect pseudo interface by checking if ifp->ifindex is
364 IFINDEX_INTERNAL.
365 (zebra_interface) Check return code from interface_cmd.func.
366 Do not set internal ifindex values to if_new_intern_ifindex(),
367 since we now use IFINDEX_INTERNAL for all pseudo interfaces.
368 * kernel_socket.c: (ifm_read) Fix code and comments to reflect that
369 all internal interfaces now have ifp->ifindex set to IFINDEX_INTERNAL.
370 * rt_netlink.c: (set_ifindex) New function used to update ifp->ifindex.
371 Detects interface rename events by checking if that ifindex is already
372 being used. If it is, delete the old interface before assigning
373 the ifindex to the new interface.
374 (netlink_interface, netlink_link_change) Call set_ifindex to update
375 the ifindex.
376
hassob7ed1ec2005-03-31 20:13:49 +00003772005-03-31 Hasso Tepper <hasso at quagga.net>
378
379 * rt_netlink.c (netlink_talk_filter): Show always warning message,
380 it's not for debug.
381 * rt_netlink.c (netlink_talk): Don't assume we use netlink_cmd
382 although we do now actually.
383 * rt_netlink.c (netlink_route, netlink_route_multipath): Always use
384 netlink_cmd to send messages to the kernel.
385
ajs2da40f42005-03-30 16:33:13 +00003862005-03-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
387
388 * irdp.h: Add prototype for irdp_sock_init, and fix protos for
389 other irdp_* functions.
390 * irdp_interface.c: (irdp_if_start) If irdp_sock is negative,
391 call irdp_sock_init to create the IRDP socket.
392 (irdp_if_init) Rename to irdp_init().
393 (get_iflist_ifp) Remove function that is a duplicate of
394 if_lookup_by_index.
395 (*) Make many functions static. And remove superfluous "\n" from
396 several zlog messages.
397 * irdp_main.c: (irdp_init) Remove function that used to call
398 irdp_if_init() and irdp_sock_init(), since we will now create
399 the socket only upon first use.
400 (irdp_sock_init) Do not update global irdp_sock variable, just
401 return the fd and assume that the caller will do so. If setsockopt
402 calls fail, close the socket before returning -1.
403 (*) Make many functions static.
404 * irdp_packet.c: Initialize irdp_sock to -1.
405 (irdp_read_raw) Call standard library function if_lookup_by_index
406 instead of get_iflist_ifp.
407 (irdp_recvmsg) Should be static, not global.
408
ajsa608bbf2005-03-29 17:03:49 +00004092005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
410
411 * rt_netlink.c: (netlink_link_change) If the status of an
412 operative interface changes (e.g. MTU changes), the client
413 daemons should be notified by calling zebra_interface_up_update.
414 Previously, the information was being updated in zebra's
415 interface structure, but the clients were not notified of
416 changes to an operative interface.
417
vincent7cee1bb2005-03-25 13:08:53 +00004182005-03-25 Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
419 * interface.c, interface.h, rtadv.c, rtadv.h: modifications to
420 IPv6 Neighbor Discovery according to RFC3775, section 7:
421 o 1-bit Home Agent flag management in Router Advertisement (7.1).
422 o 1-bit Router Address flag management in Prefix Information
423 Option (7.2).
424 o Advertisement Interval Option (7.3)
425 o Home Agent Information Option (7.4)
426 o Changes to Sending Router Advertisements more frequently (7.5)
427
hassoed9bb6d2005-03-13 19:17:21 +00004282005-03-13 Hasso Tepper <hasso at quagga.net>
429
430 * zebra/interaface.c: "show interface description" command
431 implemented.
432
paulc1f01f32005-03-12 06:33:14 +00004332005-03-12 Paul Jakma <paul@dishone.st>
434
435 * rt_netlink.c: (netlink_route_multipath) dont set equalise flag.
436 No stock Linux kernel has ever supported it, and even if it had
437 it's not generally a good idea.
438
hasso42a66d72005-03-07 08:19:44 +00004392005-03-07 Michael Sandee <voidptr@voidptr.sboost.org>
440
441 * if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks.
442
hasso3452d472005-03-06 13:42:05 +00004432005-03-06 Hasso Tepper <hasso at quagga.net>
444
445 * interface.c: Fix CRC and frame errors statistics in Linux.
446
ajs719e9742005-02-28 20:52:15 +00004472005-02-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
448
449 * zserv.c: Must include network.h and buffer.h for non-blocking I/O.
450 Remove global message_queue and t_write (need separate buffering for
451 each client).
452 (zebra_server_dequeue,zebra_server_enqueue) Remove functions
453 related to old buggy buffering code.
454 (zserv_delayed_close) New thread callback function to delete a client.
455 (zserv_flush_data) New thread callback function to flush buffered
456 data to client.
457 (zebra_server_send_message) Rewritten to use buffer_write (so
458 buffering of writes and non-blocking I/O work properly).
459 (zsend_interface_add,zsend_interface_delete,zsend_interface_address,
460 zsend_interface_update) Return 0 instead of -1 if !client->ifinfo
461 (this is not really an error). Return value from
462 zebra_server_send_message.
463 (zsend_route_multipath,zsend_ipv4_nexthop_lookup,
464 zsend_ipv4_import_lookup) Return value from zebra_server_send_message.
465 (zsend_ipv6_nexthop_lookup) Fix scope to static, and return value
466 from zebra_server_send_message.
467 (zsend_router_id_update) Must use zebra_server_send_message instead
468 of deprecated writen function. Return 0 instead of -1 if this client
469 is not subscribed to router-id updates (since this is not really
470 an error).
471 (zread_interface_add) Change type to static int. If
472 zsend_interface_add fails or zsend_interface_address fails, return -1
473 immediately (since the client has had an I/O error).
474 (zread_interface_delete,zread_ipv4_add,zread_ipv4_delete,
475 zread_ipv6_add,zread_ipv6_delete,zread_router_id_delete) Return 0
476 to indicate success.
477 (zread_ipv4_nexthop_lookup) Return value from
478 zsend_ipv4_nexthop_lookup.
479 (zread_ipv4_import_lookup) Return value from zsend_ipv4_import_lookup.
480 (zebra_read_ipv6) Remove unused function.
481 (zread_ipv6_nexthop_lookup) Return value from
482 zsend_ipv6_nexthop_lookup.
483 (zread_router_id_add) Return value from zsend_router_id_update.
484 (zebra_client_close) Call buffer_free(client->wb) and
485 thread_cancel(client->t_suicide).
486 (zebra_client_create) Allocate client->wb using buffer_new.
487 (zebra_client_read) Support non-blocking I/O by using stream_read_try.
488 Use ZEBRA_HEADER_SIZE instead of 3.
489 (zebra_accept) Fix bug: reset accept thread at top. Make client
490 socket non-blocking using the set_nonblocking function.
491 (config_write_forwarding) Fix scope to static.
492 (zebra_init) Remove initialization code for old buggy write buffering.
493 * zserv.h: Add 2 new fields to struct zserv: struct buffer *wb
494 (to enable buffered writes with non-blocking I/), and
495 struct thread *t_suicide to support delayed close on I/O
496 errors.
497 * router-id.h: Remove prototypes for zread_router_id_add and
498 zread_router_id_delete (their scope should be static to zserv.c).
499
ajs27da3982005-02-24 16:06:33 +00005002005-02-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
501
502 * redistribute.c: (zebra_check_addr,is_default,
503 zebra_redistribute_default,zebra_redistribute) Fix scope to be static.
504
hassoe8274dc2005-02-20 19:09:23 +00005052005-02-20 Hasso Tepper <hasso at quagga.net>
506
507 * rt_netlink.c: Don't show messages "ignoring message type 0x001[89]"
508 if we are not debugging.
509
paule31f2292005-02-19 02:00:26 +00005102005-02-19 Paul Jakma <paul@dishone.st>
511
512 * zserv.c: (zebra_read_ipv6) replace the char * arithmetic with
513 STREAM_READABLE.
514
paul1e193152005-02-14 23:53:05 +00005152005-02-14 Paul Jakma <paul@dishone.st>
516
517 * Not all Linux netlink systems have IFLA_WIRELESS
518
ajs6a52d0d2005-01-30 18:49:28 +00005192005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
520
521 * ioctl.c: (if_ioctl,if_ioctl_ipv6,if_get_flags) Replace perror with
522 zlog_err.
523 * ioctl_solaris.c: (if_ioctl,if_ioctl_ipv6) Replace perror with
524 zlog_err.
525
ajs4be019d2005-01-29 16:12:41 +00005262005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
527
ajs4460e7a2005-01-29 17:07:40 +0000528 * if_ioctl_solaris.c: (interface_list_ioctl) Save errno before calling
529 zserv_privs.change.
530 * ioctl{,_solaris}.c: (if_ioctl,if_ioctl_ipv6) Save errno before calling
531 zserv_privs.change.
532 * ipforward_solaris.c: (solaris_nd) Save errno before calling
533 zserv_privs.change.
534 * irdp_main.c: (irdp_sock_init) Save errno before calling
535 zserv_privs.change.
536
5372005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
538
ajs4be019d2005-01-29 16:12:41 +0000539 * rt_netlink.c: (netlink_socket,netlink_request,netlink_parse_info,
540 netlink_talk) Save errno before calling zserv_privs.change.
541
paulc15cb242005-01-24 09:05:27 +00005422005-01-24 Martin Pot <mpot at martybugs.net>
543
544 * zebra/rt_netlink.c: ignore wireless newlink netlink messages.
545
hasso6f2c27a2005-01-18 13:44:35 +00005462005-01-18 Hasso Tepper <hasso at quagga.net>
547
548 * interface.c: Better statistics output in "show interface" command in
549 case of /proc being used.
550
hasso583d8002005-01-16 23:34:02 +00005512005-01-17 Hasso Tepper <hasso at quagga.net>
552
553 * main.c: With --nl-bufsize argument is required.
554
paul865b8522005-01-05 08:30:35 +00005552005-01-05 Paul Jakma <paul@dishone.st>
556
557 * zserv.c: (zebra_accept) Comment out setting of socket to NONBLOCK
558 for now, as we dont actually deal with with resending.... See
559 bugzilla #122, fix from wawa@yandex-team.ru (Vladimir Ivanov).
560 * kernel_socket.c: (routing_socket) ditto.
561
ajsb99760a2005-01-04 16:24:43 +00005622005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
563
564 * rtadv.c: (rtadv_recv_packet,rtadv_send_packet) Use ZCMSG_FIRSTHDR
565 instead of CMSG_FIRSTHDR.
566
ajs341a8f12004-12-22 16:32:16 +00005672004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
568
569 * connected.c: (connected_add_ipv4) Limit warning about /32 addresses
570 with no peer specified to PtP interfaces only.
571
hassob8adec12004-12-18 16:03:28 +00005722004-12-18 Hasso Tepper <hasso at quagga.net>
573
574 * zebra_vty.c: Fix "show ipv6 route <proto>" command help and make it
575 work for isis routes.
576
gdt6a250b02004-12-09 14:48:12 +00005772004-12-09 Greg Troxel <gdt@fnord.ir.bbn.com>
578
579 * kernel_socket.c (rtmsg_debug): char * => const char *
580
ajs274a4a42004-12-07 15:39:31 +00005812004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
582
ajsb6178002004-12-07 21:12:56 +0000583 * *.c: Change level of debug messages to LOG_DEBUG.
584
5852004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
586
ajs274a4a42004-12-07 15:39:31 +0000587 * main.c: (main) The 2nd argument to openzlog has been removed.
588 So stdout logging will no longer be enabled by default.
589 * irdp_main.c: (irdp_finish) Reduce severity of shutdown message
590 from LOG_WARNING to LOG_INFO.
591
ajs887c44a2004-12-03 16:36:46 +00005922004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
593
594 * main.c: (sigint) Use zlog_notice for termination message.
595 (main) Add a startup announcement using zlog_notice.
596
hassoaccb1562004-11-25 19:21:07 +00005972004-11-25 Hasso Tepper <hasso at quagga.net>
598
599 * irdp_interface.c: Remove comment from DEFUN, it breaks vtysh because
600 it confuses extract.pl.
hassoc0652302004-11-25 19:33:48 +0000601 * main.c: Make group to run as configurable.
hassoaccb1562004-11-25 19:21:07 +0000602
hasso6bd7c6a2004-10-28 17:32:27 +00006032004-10-28 Hasso Tepper <hasso at quagga.net>
604
605 * interface.c: Remove dead "ip tunnel" command.
606
paul06f953f2004-10-22 17:00:38 +00006072004-10-22 Paul Jakma <paul@dishone.st>
608
609 * irdp_main.c: change setsockopt_pktinfo to setsockopt_ifindex
610
hasso3fb9cd62004-10-19 19:44:43 +00006112004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
612
613 * rt_netlink.c: (netlink_interface_addr) For PtP interfaces, ignore
614 tb[IFA_ADDRESS] if it's the same as tb[IFA_LOCAL].
615 * interface.c: (ip_address_install) Use new ipv4_broadcast_addr
616 function.
617 * connected.c: (connected_up_ipv4) Use CONNECTED_POINTOPOINT_HOST
618 macro.
619 (connected_down_ipv4) ditto.
620 (connected_add_ipv4) Validate destination address, print warnings
621 if it does not make sense.
622
hassoc1eaa442004-10-19 06:26:01 +00006232004-10-19 Hasso Tepper <hasso at quagga.net>
624
625 * zserv.c: Fix regression introduced with zserv cleanup.
626
hassoc75105a2004-10-13 10:33:26 +00006272004-10-13 Hasso Tepper <hasso at quagga.net>
628
629 * zebra_snmp.c: Remove defaults used to initialize smux connection to
630 snmpd. Connection is initialized only if smux peer is configured.
hassob71f00f2004-10-13 12:20:35 +0000631 * zserv.c: Remove useless warnings "forwarding is already on".
hassoc75105a2004-10-13 10:33:26 +0000632
hasso39ff11d2004-10-12 15:55:19 +00006332004-10-12 Hasso Tepper <hasso at quagga.net>
634
635 * zebra_vty.c: Unbreak "show ip route" command help and make it work
636 for isis routes.
hasso39db97e2004-10-12 20:50:58 +0000637 * interface.c(if_dump_vty): Show IPv6 addresses in "show interface"
638 output. Fixes Bugzilla #119.
639 * *.c: Make some strings const and some (unsigned) casts to fix
640 compiler warnings.
hasso39ff11d2004-10-12 15:55:19 +0000641
hassofce954f2004-10-07 20:29:24 +00006422004-10-07 Hasso Tepper <hasso at quagga.net>
643
644 * connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c:
645 Fix warnings: make strings const, signed -> unsigned.
646
paul72164662004-10-05 14:39:43 +00006472004-10-05 Paul Jakma <paul@dishone.st>
648
649 * irdp_packet.c: (parse_irdp_packet) style issues.
650 Use sockopt_iphdrincl_swab_systoh.
651 Try unbork the code. Checksum the ICMP data and actually
652 compare it to received checksum. Check data length against
653 claimed length in header.
654 Always use ntoh.. when accessing addresses, even when the
655 comparison happens to be endian-safe.
656 (send_packet) minor style isues. Use
657 sockopt_iphdrincl_swab_htosys.
658 (irdp_iph_hton/ntoh) IP header to/from network/host order.
659
hassoeef1fe12004-10-03 18:46:08 +00006602004-10-03 Gilad Arnold <gilad.arnold at terayon.com>
661
662 * interface.c, interface.h: A new prefix tree of connected subnets is
663 associated with each interface structure in zebra, in which each
664 live (ie, non-synthetic) node holds a list of installed addresses
665 that belong to that prefix. Remove secondary address logic from cli.
666 See [quagga-dev 872] for detailed explanation.
667 * connected.c: Use if_subnet_add() and if_subnet_delete().
668
hasso18a6dce2004-10-03 18:18:34 +00006692004-10-03 James R. Leu <jleu at mindspring.com>
670
671 * router-id.c, router-id.h: New files. Router id selection process. If
672 there is non 127.x.x.x address in loopack interface, lowest of them
673 is chosen. If there isn't, lowest from other interfaces addresses
674 are chosen. "router-id x.x.x.x" vty command to manual override.
675 * Makefile.am: Compile new files.
676 * main.c: Initialize router id.
677 * redistribute.c: Add interface addresses into router id selection
678 lists as they (dis)appear.
679 * zserv.c, zserv.h: Sending router id related messages to daemons.
680
hassoc9e52be2004-09-26 16:09:34 +00006812004-09-26 Hasso Tepper <hasso at quagga.net>
682
683 * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c,
684 rtadv.c, zebra_vty.c: Fix compiler warnings.
685
paul0c0f9112004-09-24 08:24:42 +00006862004-09-24 Paul Jakma <paul@dishone.st>
687
paul26f7a242004-09-24 08:45:10 +0000688 * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
689 add missing listnode declaration.
690
6912004-09-24 Paul Jakma <paul@dishone.st>
692
paul0c0f9112004-09-24 08:24:42 +0000693 * irdp_{interface,main}.c: lists typedef removal cleanup.
694 update some list loops to LIST_LOOP. some miscellaneous style
695 and indent fixups.
696 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
paul26f7a242004-09-24 08:45:10 +0000697 in loop.
paul0c0f9112004-09-24 08:24:42 +0000698 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
699 to pointer.
700 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
701 update some list loops to LIST_LOOP.
702
hasso52dc7ee2004-09-23 19:18:23 +00007032004-09-23 Hasso Tepper <hasso at quagga.net>
704
705 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
706
paul44983cf2004-09-22 13:15:58 +00007072004-09-22 Paul Jakma <paul.jakma@sun.com>
708
709 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
710 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
711 crash.
712
hassoc34b6b52004-08-31 13:41:49 +00007132004-08-31 Hasso Tepper <hasso at quagga.net>
714
715 * main.c, rt_netlink.c: Added -s command line switch for tuning
716 netlink receive buffer size in Linux to avoid buffer overruns.
717
gdta5ea6872004-08-26 13:24:00 +00007182004-08-26 Miles Nordin <carton@Ivy.NET>
719
720 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
721 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
722 forwarding status correctly.)
723
paul3e0b3a52004-08-23 18:58:32 +00007242004-08-23 Paul Jakma <paul@dishone.st>
725
726 * zserv.c: (zebra_init) remove implicit ip forward enabling
727
paul0de1cde2004-08-19 04:45:33 +00007282004-08-19 Paul Jakma <paul@dishone.st>
729
730 * irdp_main.c: update to match sockopt renames.
731 * irdp_packet.c: include sockopt.h and update to match sockopt
732 renames.
733
gdt57492d52004-08-11 18:06:38 +00007342004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
735
736 * rtadv.c (rtadv_send_packet): Allocate space for control messages
737 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
738 is to 8 bytes instead of 4, and overwriting the address. Use the
739 provided macros for determining lengths.
740
paul5b73a672004-07-23 15:26:14 +00007412004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
742
743 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
744 * zserv.c: ditto
745 * ioctl_solaris.c: ditto.
746 * interface.c: cast for LLADDR
747 * interface.h: Add guards, include redistribute.h and remove
748 extraneous definitions of zebra_interface_{up,down}_update
749 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
750 * redistribute.h: include dependent header, zserv.h
751 * zserv.h: include dependent header, rib.h
752
paul1470baf2004-07-23 15:25:01 +00007532004-07-23 Paul Jakma <paul@dishone.st>
754
755 * irdp_main.c: use setsockopt_pktinfo_ipv4
756 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
757 getsockopt_pktinfo_ifindex()
758
gdtcced60d2004-07-13 16:45:54 +00007592004-07-13 David Wiggins <dwiggins@bbn.com
760
761 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
762
hasso25dac852004-07-13 03:06:51 +00007632004-07-13 Hasso Tepper <hasso@estpak.ee>
764
765 * irdp_main.c: Add privilege change.
766
hasso996933f2004-07-12 16:32:56 +00007672004-07-12 Hasso Tepper <hasso@estpak.ee>
768
769 * irdp_interface.c: follow common style while naming vty command
770 functions. Avoids confusion in extract.pl.
771
gdt87efd642004-06-30 17:36:11 +00007722004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
773
774 * main.c: define thread_master variable so that linking with
775 libzebra.so doesn't fail. Arguably zclient.o should be in a
776 separate library, but this is far less disruptive.
777
hassoca776982004-06-12 14:33:05 +00007782004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
779
780 * Added IRDP support.
781
hasso3e31cde2004-05-18 11:58:59 +00007822004-05-18 Hasso Tepper <hasso@estpak.ee>
783
784 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
785 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
786 "ipv6 nd prefix" command to allow various combinations of parameters
787 and flags. No defaults in configuration. Replaced on-link and
788 autoconfig with off-link and no-autoconfig flags in command syntax.
789 Cosmetic fixes in all commands. Documentation to reflect all changes.
790
paul19877dd2004-05-11 10:49:35 +00007912004-05-11 Paul Jakma <paul@dishone.st>
792
793 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000794 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
795 add privs.h header.
796 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000797 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
798 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
799 RHS in assignments :)
800 * redistribute.c: (zebra_interface_delete_update) only used
801 if RTM_IFANNOUNCE and NETLINK is available.
802
paulb9df2d22004-05-09 09:09:59 +00008032004-05-09 Paul Jakma <paul@dishone.st>
804
805 * zserv.c: (zsend_route_multipath) Set the nexthop_num
806 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
807 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
808 (zsend_ipv4_add) cruft, deleted.
809 (zsend_ipv4_delete) ditto.
810 (zsend_ipv6_add) ditto.
811 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000812 * ioctl.c: (if_get_mtu) set mtu6 to mtu
813 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
814 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
815 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000816 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000817 * if_ioctl_solaris.c: Add zprivs support.
818 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000819
paulb9df2d22004-05-09 09:09:59 +00008202004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
821
822 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
823 into single zsend_route_multipath function.
824 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
825 (zsend_interface_address_{add,delete}) collapsed into
826 zsend_interface_address.
827 (zsend_interface_add) send mtu6.
828 (zsend_interface_delete) ditto.
829 (zebra_write) remove unused function.
830 (various) Apply static qualifier. Add comments.
831 * zserv.h: Definitions changed as per above.
832 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000833 * interface.c: (if_delete_update) only used with HAVE_NETLINK
834 and RTM_IFANNOUNCE.
835 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
836 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000837 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
838 * ioctl_solaris.c: New file, Common solaris ioctl methods.
839
hasso34195bf2004-04-06 12:07:06 +00008402004-04-06 Krzysztof Oledzki <oleq@ans.pl>
841
842 * rt_netlink.c: Do not ignore metric when reading kernel routing
843 table on Linux with rt_netlink interface.
844
8452004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000846
847 * interface.c: Temporary fix for handling secondary addresses
848 with label.
849
hasso55906722004-02-11 22:42:16 +00008502004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000851
hasso55906722004-02-11 22:42:16 +0000852 * zserv.c: Added "ipv6 forwarding" command.
853
gdtb27900b2004-01-08 15:44:29 +00008542004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
855
856 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
857 for reading kernel messages to ensure enough space (necessary on
858 Solaris due to sockaddr_dl being large). Thanks to Sowmini
859 Varadhan for help with this change.
860
gdt9ccabd12004-01-06 18:23:02 +00008612004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
862
863 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
864
gdtdbee01f2004-01-06 00:36:51 +00008652004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000866 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
867 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
868 to just the accomodation of broken kernels. Check sockaddr_dl
869 carefully up front, and later assume any non-NULL sdl pointer is
870 valid. Clean up types and variable declarations, and rename
871 WRAPUP to SAROUNDUP to make the name fit the behavior.
872
8732004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000874
875 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
876 structure, because on Solaris sockaddr_dl is far larger than the
877 base sockaddr structure. (The code had previously been failing to
878 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000879
gdtda26e3b2004-01-05 17:20:59 +00008802004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
881
882 * kernel_socket.c (kernel_read): Look up interfaces by index
883 first, so that state changes which do not include a sockaddr_dl
884 now work. Add many sanity checks. In
885 particular, do not assume that a sockaddr_dl follows a message
886 without checking the ifm_addrs flags, and do not trust the length
887 in a sockaddr_dl. Add/clarify many comments.
888
gdt4b5e1352003-12-03 17:54:34 +00008892003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
890
891 * rtadv.c: reorder includes to avoid compiler warning (define
892 structs before using them in prototypes)
893
hasso647e4f12003-05-25 11:43:52 +00008942003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
895
896 * zserv.c: Add "ip forwarding" command.
897
paul445f1432003-05-16 19:00:31 +00008982003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
899
900 * zebra_rib.c: Fix memory leaks for ifname nexthops
901
9022003-04-19 Israel Keys <ikeys@agile.tv>
903
904 * rt_netlink.c: BLOCK on netlink while initialising
905
9062003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
907
908 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
909 it exists.
910
paul718e3742002-12-13 20:15:29 +00009112002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
912
913 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
914
9152002-09-10 Jochen Friedrich <chris+zebra@scram.de>
916
917 * rt_netlink.c: Add check for EAGAIN.
918 * kernel_socket.c: Likewise
919
9202002-06-12 Israel Keys <ikeys@oz.agile.tv>
921
922 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
923 message so that we get an ACK for successful netlink commands.
924 Change the netlink socket to BLOCKING while we wait for a
925 response; be it an ACK or an NLMSG_ERROR. Change
926 netlink_parse_info to deal with ACK messages.
927
9282001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
929
930 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
931 work for ICMPv6 socket.
932
9332001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
934
935 * rib.c (rib_process): Select connected route any case.
936
9372001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
938
939 * interface.c (no_ip_address_secondary): Add "no" to command.
940
9412001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
942
943 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
944 to infinity as the freebsd4.4 workaroud.
945
9462001-08-26 mihail.balikov@interbgc.com
947
948 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
949 A.B.C.255.
950
9512001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
952
953 * rtadv.c: Do not send RA to loopback interface.
954
9552001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
956
957 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
958 route treatment.
959
9602001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
961
962 * zebra-0.92a released.
963
9642001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
965
966 * rib.c: Kernel route is treated as EGP routes in nexthop active
967 check.
968
9692001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
970
971 * zebra-0.92 released.
972
9732001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
974
975 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
976 show route commands.
977
9782001-07-29 Yon Uriarte <havanna_moon@gmx.net>
979
980 * zserv.c (zsend_ipv4_add_multipath): Add
981 NEXTHOP_TYPE_IPV4_IFINDEX check.
982
9832001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
984
985 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
986 autonomous address-configuration flag patch.
987 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
988 suppress-ra".
989
9902001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
991
992 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
993 command.
994
9952001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
996
997 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
998 multicast FIB support both IPv4 and IPv6.
999
10002001-07-24 Hal Snyder <hal@vailsys.com>
1001
1002 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
1003 full list of interfaces on some configurations of OpenBSD.
1004
10052001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
1006
1007 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
1008 send-ra" bug.
1009 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
1010 availability.
1011 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
1012 added.
1013 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
1014
10152001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
1016
1017 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
1018
1019 * rt_ioctl.c: Likewise.
1020
10212001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
1022
1023 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
1024 interface is not p2p.
1025
10262001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1027
1028 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
1029
10302001-04-06 Toshiaki Takada <takada@zebra.org>
1031
1032 * zserv.c (zsend_interface_delete): Use client->obuf instead of
1033 allocating new stream.
1034
10352001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1036
1037 * rt_netlink.c: Revert RTPROT_BOOT change.
1038
10392001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1040
1041 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
1042 (netlink_routing_table): Likewise.
1043
10442001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
1045
1046 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
1047 protocol daemons.
1048
10492001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * rt_netlink.c (netlink_routing_table): Do not return
1052 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
1053 <mokeefe@qualcomm.com>.
1054
10552001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1056
1057 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
1058 Suggested by: Chris Dunlop <chris@onthe.net.au>.
1059
10602001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1061
1062 * rib.c (nexthop_active_ipv4): When nexthop type is
1063 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
1064
1065 * zserv.c: Initialize rtm_table_default with 0.
1066
1067 * zebra-0.91 is released.
1068
10692001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
1070
1071 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
1072 Jun-ichiro itojun Hagino <itojun@iijlab.net>
1073
10742001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * connected.c (connected_up_ipv6): When point-to-point destination
1077 address is ::, use local address for connected network.
1078 (connected_down_ipv6): Likewise.
1079
10802001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1081
1082 * zserv.c (zebra_serv): Add missing close() call. Reported by:
1083 David Waitzman <djw@vineyard.net>.
1084
10852001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * rib.c (rib_lookup_ipv4): New function for checking exact match
1088 IGP route.
1089
10902001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
1093 route-type".
1094
10952001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * interface.c (zebra_interface): Do not call
1098 zebra_interface_add_update for inactive interface.
1099
1100 * zserv.c (zsend_interface_address_add): Send interface address
1101 flag.
1102 (zsend_interface_address_delete): Likewise.
1103
11042001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1105
1106 * interface.c (if_addr_add): Add flags.
1107
1108 * connected.c (ifa_add_ipv4): Add new function for interface
1109 address handling.
1110 (ifa_delete_ipv4): Likewise.
1111
11122001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1113
1114 * rib.c (rib_update): Update IPv6 RIB.
1115
1116 * kernel_socket.c (ifam_read): Call if_refresh() for update
1117 interface flag status. This is for implicit interface up on *BSD.
1118
1119 * interface.c (if_refresh): Add interface flag refresh function.
1120
1121 * kernel_socket.c (rtm_read): Fetch link-local address interface
1122 index.
1123 (ifan_read): We need to fetch interface information. Suggested
1124 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
1125
1126 * rib.c (static_ipv6_nexthop_same): Add check for
1127 NEXTHOP_TYPE_IPV6_IFNAME.
1128
11292001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1130
1131 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
1132 taken into place.
1133
11342001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
1137 configuration.
1138 (rib_delete_ipv6): Handle same route conter for IPv6 connected
1139 route.
1140 (show_ipv6_route_protocol): New command.
1141 (show_ipv6_route_addr): Likewise.
1142 (show_ipv6_route_prefix): Likewise.
1143 (rib_update): Sweep kernel route when it is cleaned up.
1144
1145 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
1146 treatmenet.
1147
1148 * rt_netlink.c (kernel_init): Likewise.
1149
1150 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
1151
1152 * rib.c (rib_add_ipv4): Cope with same connected route on a
1153 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
1154 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
1155
1156 * rib.h (struct new_rib): Add refcnt to keep track on the
1157 reference of same connected route.
1158
1159 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
1160
11612001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1162
1163 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
1164 (rtm_type_str): Add RTM_IFANNOUNCE check.
1165 (ifan_read): New function.
1166 (kernel_read): Add case for RTM_IFANNOUNCE.
1167
11682001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
1171
1172 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
1173 treatment.
1174
1175 * connected.c (connected_up_ipv6): Add dest value check.
1176
1177 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
1178 ifindex.
1179 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
1180 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
1181 checked by ifindex.
1182
1183 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
1184
1185 * redistribute.c (redistribute_add): Use
1186 zsend_ipv6_add_multipath().
1187 (redistribute_delete_multipath): Use
1188 zsend_ipv6_delete_multipath().
1189
1190 * interface.c (ip_address): Check current IP address to avoid
1191 duplicate.
1192
1193 * rib.c (rib_delete_ipv4): When deleted route is connected route,
1194 check ifindex.
1195 (rib_add_ipv4): When connected route is added do not perform
1196 implicit withdraw.
1197 (rib_delete_ipv4): Check ifindex for connected route.
1198
1199 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
1200 ZEBRA_FLAG_STATIC for indicate as persistent route.
1201 (ifam_read): Unset interface index from link-local address when
1202 IPv6 stack is KAME.
1203
1204 * rib.c (rib_update): Do not delete persistent kernel route.
1205
1206 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
1207
1208 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
1209 (kernel_delete_ipv6_multipath): Likewise.
1210
1211 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
1212
12132001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1214
1215 * rib.c (rib_update): Revert Matthew Grant's patch
1216 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
1217 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
1218 that. Add support for address deletion situation.
1219
12202001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1221
1222 * interface.c: Remove HAVE_IF_PSEUDO part.
1223
1224 * rib.h: Likewise.
1225
1226 * rt_netlink.c (netlink_link_change): Likewise.
1227
12282001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1229
1230 * zserv.c: Remove OLD_RIB codes.
1231
12322001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1233
1234 * zebra-0.90 is released.
1235
12362001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
1237
1238 * interface.c (if_new_intern_ifindex): Allocate a new internal
1239 interface index.
1240 (if_addr_refresh): Fix up ip addresses configured via zebra.
1241 (if_add_update): Handle an interface addition.
1242 (if_delete_update): Handle an interface delete event.
1243
1244 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
1245 interface goes down.
1246
12472001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1248
1249 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
1250 NetBSD also use this function. Suggested by Jasper Wallace
1251 <jasper@ivision.co.uk>.
1252
12532001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
1256 one.
1257
12582001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1259
1260 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
1261 flag, so treat it.
1262
12632001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
1266 sent from netlink_cmd, the same message comes from netlink. To
1267 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
1268 instead of netlink_cmd.sock.
1269
12702001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1271
1272 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
1273 Change "/tmp/zserv" to "/tmp/.zserv".
1274
12752000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
1276
1277 * rt_netlink.c (struct nlsock): Divide kernel message into listen
1278 socket and command socket.
1279 (netlink_talk): Remove socket listen code. Use netlink_parse_info
1280 for read kernel response.
1281
12822000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1283
1284 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
1285 routes.
1286
12872000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1288
1289 * rt_netlink.c (netlink_route_multipath): Metric value is
1290 reflected to kernel routing table.
1291
1292 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
1293
1294 * kernel_socket.c (rtm_write): Likewise.
1295
1296 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
1297 nexthop lookup.
1298
1299 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
1300 new RIB implementation.
1301
13022000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
1305
13062000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
1307
1308 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
1309 proper redistribution.
1310
13112000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1312
1313 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
1314 (show_ip_route_protocol): Support new RIB.
1315
1316 * rt_netlink.c (netlink_route_change): Do not return when gate is
1317 NULL.
1318
13192000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
1322 updated.
1323 (rib_add_ipv4): Free implicit withdraw route's RIB.
1324
13252000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1326
1327 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
1328
1329 * redistribute.c (redistribute_add_multipath): Redistribution
1330 works with new rib code.
1331
13322000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1333
1334 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
1335 number.
1336 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
1337
1338 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
1339 activity is changed.
1340 (nexthop_active_check): Before checking interface is up, make it
1341 sure the interface exist.
1342
13432000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1344
1345 * rib.c (ip_route): New RIB prototype.
1346
13472000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
1348
1349 * zserv.c (zsend_interface_add): Send hardware address when
1350 hw_addr_len is greater than 0.
1351
13522000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1353
1354 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
1355 network should be installed into routing table.
1356 (connected_down_ipv4): Likewise.
1357 (connected_add_ipv4): Change to use connected_up_ipv4.
1358 (connected_delete_ipv4): Likewise.
1359
13602000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
1363 <laforge@gnumonks.org>'s ptop patch then back to original code to
1364 avoid duplicated connected route problem. Suggested by Frank van
1365 Maarseveen <F.vanMaarseveen@inter.NL.net>.
1366
1367 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
1368 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
1369 <itojun@iijlab.net>.
1370
13712000-10-23 Jochen Friedrich <jochen@scram.de>
1372
1373 * main.c (main): Call zebra_snmp_init() when it is enabled.
1374
13752000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1376
1377 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
1378 protocol.
1379
13802000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1381
1382 * rib.c (rib_add_ipv4): Same check bug is fixed.
1383
13842000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1385
1386 * rib.c (rib_if_down): Remove kernel route when the interface goes
1387 down.
1388
1389 * debug.c: New command "debug zebra kernel" is added.
1390
13912000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1392
1393 * zebra-0.89 is released.
1394
13952000-09-24 Harald Welte <laforge@gnumonks.org>
1396
1397 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
1398 treatment in netlink interface.
1399
14002000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
1401
1402 * rib.c (rib_if_down): Pull static route only. Protocol daemon
1403 must withdraw routes when interface goes down.
1404 (rib_add_ipv4): Check nexthop when replace route.
1405
14062000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1407
1408 * if_ioctl.c (if_getaddrs): New function for looking up
1409 interface's address by getifaddrs().
1410
14112000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1412
1413 * connected.c (connected_delete_ipv4): Add check for connected
1414 address is found or not.
1415 (connected_add_ipv6): Reflect IPv6 connected address change to
1416 protocol daemons.
1417 (connected_delete_ipv6): Likewise.
1418
14192000-09-07 David Lipovkov <davidl@nbase.co.il>
1420
1421 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
1422 interface patch to original. Because ospfd deletes routes using
1423 zero ifindex.
1424
14252000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1426
1427 * zebra-0.88 is released.
1428
14292000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
1430
1431 * rib.c (show_ip_route_protocol): Help string correction.
1432 (show_ip_route_prefix): Check prefix mask.
1433 (show_ip_route_vty_detail): Display distance and metric.
1434
14352000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1436
1437 * zserv.c (zsend_interface_add): Change ifindex store size from
1438 two octet to four.
1439 (zsend_interface_delete): Likewise.
1440 (zsend_interface_address_add): Likewise.
1441 (zsend_interface_address_delete): Likewise.
1442 (zsend_interface_up): Likewise.
1443 (zsend_interface_down): Likewise.
1444
14452000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1446
1447 * rib.c (rib_add_ipv4): Do not install distance 255 route.
1448
14492000-08-10 Toshiaki Takada <takada@zebra.org>
1450
1451 * interface.c (bandwidth_if), (no_bandwidth_if): Call
1452 zebra_interface_up_update () instead of using if_up() and if_down().
1453
14542000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
1455
1456 * interface.c (bandwidth_if): Fix help string.
1457
14582000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
1459
1460 * interface.c (if_dump_vty): Display bandwidth value.
1461 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
1462 When interface is up, force protocol daemons to recalculate routes
1463 due to cost change.
1464 (no_bandwidth_if): Likewise.
1465 (if_config_write): Output bandwidth configuration.
1466
1467 * zserv.c (zsend_interface_add): Send bandwidth value.
1468 (zsend_interface_up): Likewise.
1469 (zsend_interface_down): Likewise.
1470
1471
14722000-08-07 Michael Rozhavsky <mike@nbase.co.il>
1473
1474 * rib.c (show_ip_route_protocol): "show ip route
1475 (bgp|connected|kernel|ospf|rip|static)" is added.
1476
14772000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1478
1479 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
1480 nexthop is found.
1481 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
1482
14832000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1484
1485 * redistribute.c (redistribute_delete): Fix bug of default route
1486 redistribute treatment.
1487
14882000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1489
1490 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
1491 Change default distance value.
1492
1493 Old New
1494 ------------------------------------------
1495 system 10 0
1496 kernel 20 0
1497 connected 30 0
1498 static 40 1
1499 rip 50 120
1500 ripng 50 120
1501 ospf 60 110
1502 ospf6 49 110
1503 bgp 70 200(iBGP) 20(eBGP)
1504 ------------------------------------------
1505
1506 * zserv.c (client_lookup): Function removed.
1507 (zsend_interface_add): Use client's output buffer. Check ifinfo
1508 flag.
1509 (zsend_interface_delete): Likewise.
1510 Delete ipv4_static_radix and ipv6_static_radix.
1511
15122000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1513
1514 * zserv.h (struct zebra_client): When client request interface
1515 information, ifinfo is set.
1516
1517 * rib.c: Temporary Revert changes for pseudo interface.
1518
1519 * rib.h: Likewise.
1520
1521 * zserv.c: Likewise.
1522
1523 * interface.c: Likewise.
1524
15252000-08-02 David Lipovkov <davidl@nbase.co.il>
1526
1527 * interface.c (zebra_if_init): Install interface "pseudo"
1528 commands.
1529
1530 * rib.c (rib_create): ifname argument is added.
1531 (rib_add_ipv4_pseudo): New function is added.
1532 (rib_delete_ipv4_pseudo): Likewise.
1533
1534 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
1535 pseudo interface functions.
1536
1537 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
1538
1539 * zserv.c (ip_route): When destination is pseudo interface, call
1540 rib_add_ipv4_pseudo().
1541
1542 * zserv.c (no_ip_route): Trim "unknown" argument.
1543
15442000-07-26 kunitake@dti.ad.jp
1545
1546 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
1547 to 6.
1548
1549 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
1550
15512000-07-24 Akihiro Mizutani <mizutani@dml.com>
1552
1553 * interface.c: Use install_default() for common VTY commands.
1554
15552000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1556
1557 * if_ioctl.c (interface_list_ioctl): A interface list size is
1558 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
1559
1560 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
1561
15622000-07-09 Chris Dunlop <chris@onthe.net.au>
1563
1564 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
1565
15662000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1567
1568 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
1569 message handling.
1570
15712000-07-02 David Lipovkov <davidl@nbase.co.il>
1572
1573 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
1574
15752000-06-28 Michael Rozhavsky <mike@nbase.co.il>
1576
1577 * rib.c: Remove old kernel route when new route comes in.
1578
15792000-06-13 David Lipovkov <davidl@nbase.co.il>
1580
1581 * rib.c (rib_if_up): Add check for unknown interface.
1582
15832000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1584
1585 * rib.h: Define INTERFACE_UNKNOWN.
1586
15872000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1588
1589 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
1590 finished.
1591
15922000-06-05 David Lipovkov <davidl@nbase.co.il>
1593
1594 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
1595
1596 * redistribute.c (zebra_interface_delete_update): New function.
1597
1598 * redistribute.h (zebra_interface_delete_update): New function
1599 prototype.
1600
1601 * rib.c (rib_if_delete): New function. Walk down all routes and
1602 delete all on the interface.
1603
1604 * rib.h: New function prototype.
1605
1606 * rt_netlink.c (netlink_link_change): Call
1607 zebra_interface_delete_update ().
1608
16092000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1610
1611 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
1612 checking interface's address.
1613
16142000-04-26 Jochen Friedrich <jochen@nwe.de>
1615
1616 * GNOME-PRODUCT-ZEBRA-MIB: New file.
1617
1618 * GNOME-SMI: New file.
1619
16202000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1621
1622 * irdp.c: New file from 1997 development code.
1623 * irdp.h: Likewise.
1624
16252000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1626
1627 * rtadv.c (rtadv_send_packet): Enclose router advertisement
1628 logging with IS_ZEBRA_DEBUG_PACKET.
1629
16302000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1631
1632 * zserv.c (zebra_client_close): Remove client structure from
1633 client_list when connection is terminated.
1634
16352000-03-21 David Lipovkov <davidl@nbase.co.il>
1636
1637 * connected.c (connected_add_ipv4): Allows all necessary structure
1638 updates for connected route, but doesn't insert it into rib if
1639 it's interface is down.
1640
16412000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1642
1643 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
1644 2.5.1.
1645
16462000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1647
1648 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
1649 from str2prefix_ipv6().
1650
16512000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1652
1653 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
1654 IPv6 with /128 routes.
1655 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
1656 should have mask for cloning.
1657
16581999-12-26 Jochen.Friedrich@genorz.de
1659
1660 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
1661
16621999-12-23 Alex Zinin <zinin@amt.ru>
1663 * interface.*: dynamic int up/down support
1664
16651999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1666
1667 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
1668
1669 * rtread_proc.c (proc_route_read): Don't use dropline().
1670
16711999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1672
1673 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
1674 process's pid.
1675
16761999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1677
1678 * main.c (main): Change to default log output to ZLOG_STDOUT.
1679
1680 * zserv.c (zebra_serv): More detailed error print.
1681
16821999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1683
1684 * kernel_socket.c (rtm_read): Check old pid for static route
1685 insertion check.
1686
16871999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1688
1689 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1690 statistics counter.
1691
1692 * mtu_kvm.c: New file added.
1693
16941999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1695
1696 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1697 route to the directly connected interface.
1698
16991999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1700
1701 * rt_socket.c: Delete USE_HOST_BIT definition.
1702
17031999-11-21 Michael Handler <handler@sub-rosa.com>
1704
1705 * rtread_getmsg.c: Undef some definition to resolve conflict.
1706
17071999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1708
1709 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1710 value for gateway specification.
1711
17121999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1713
1714 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1715 128 under IPv6, don't use RTF_HOST.
1716
17171999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1718
1719 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1720
17211999-11-21 Michael Handler <handler@sub-rosa.com>
1722
1723 * rtread_getmsg.c: Added for Solaris 2.6 support.
1724
17251999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1726
1727 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1728
1729 * rt_socket.c (kernel_read): Better BSD routing socket support.
1730
17311999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1732
1733 * client_main.c: Disable making obsolete zebra test `client'
1734 command.
1735
17361999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1737
1738 * zebra.c: Renamed to zserv.c.
1739
1740 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1741 renamed to zserv.h.
1742
17431999-10-15 Jordan Mendelson <jordy@wserv.com>
1744
1745 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1746 interface. Remove ugly MAX_INTERFACE handling codes.
1747
17481999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1749
1750 * Fix serious bug of IPv6 route deletion.
1751
17521999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1753
1754 * ioctl.c (if_set_prefix): Properly set broadcast address.
1755
17561999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1757
1758 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1759 can install connected route to kernel via zebra
1760
17611999-08-24 VOP <vop@unity.net>
1762
1763 * rib.c: Include "sockunion.h"
1764
17651999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1766
1767 * ipforward.h: New file.
1768
1769 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1770 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1771
17721999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1773
1774 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1775 ZEBRA_INTERFACE_{ADD,DELETE} added.
1776
17771999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1778
1779 * rib.c: show ip route A.B.C.D works.
1780
1781 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1782
17831999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1784
1785 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1786
17871999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1788
1789 * interface.h: New file.
1790 * Makefile.am: Add interface.h
1791
17921999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1793
1794 * redistribute.c (zebra_redistribute): give ifindex to client.
1795
17961999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1797
1798 * main.c (longopts): -k, --keep_kernel option added.
1799
18001999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1801
1802 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1803
18041999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1805
1806 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1807
18081999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1809
1810 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1811
18121999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1813
1814 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1815
18161999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1817
1818 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1819
18201999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1821
1822 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1823
18241999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1825
1826 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1827 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1828
18291999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1830
1831 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1832
18331999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1834
1835 * zebra.c (zebra_serv): Only accept loopback address connection.
1836
18371999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1838
1839 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1840
18411999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1842
1843 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1844
18451999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1846
1847 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1848 using /proc file system is added.
1849
18501999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1851
1852 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1853 adding #else at the middle of function. Suggested by David Luyer
1854 <luyer@ucs.uwa.edu.au>.
1855
18561999-05-29 <kunihiro@zebra.org>
1857
1858 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1859
18601999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1861
1862 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1863 the sort of routes.
1864
18651999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1866
1867 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1868 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1869 parse the message.
1870 (netlink_talk): Likewise
1871
18721999-05-17 <kunihiro@zebra.org>
1873
1874 * redistribute.c (zebra_check_addr): Added for loopback address
1875 check.
1876
18771999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1878
1879 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1880 change treatment.
1881
1882 * Makefile.am (noinst_HEADERS): redistribute.h added.
1883
1884 * redistribute.h: New file.
1885
18861999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1887
1888 * zebra.c (show_table): Show all table configuration DEFUN.
1889 (config_table): Config table number DEFUN.
1890
1891 * rt_netlink.c: Add support for multiple routing table.
1892
1893 * rib.c (rib_weed_table): New function added for delete all
1894 routes from specified routing table.
1895
1896 * main.c (signal_init): SIGTERM call sigint.
1897 (sigint): Loggging more better message.
1898
18991999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1900
1901 * rt_netlink.c: Change log () to zlog ().
1902
19031999-05-07 <kunihiro@zebra.org>
1904
1905 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1906
19071999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1908
1909 * interface.c: Add `no ip address' command.
1910
19111999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1912
1913 * rt_netlink.c (kernel_read): Function added for asynchronous
1914 zebra between kernel communication.
1915
19161999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1917
1918 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1919 Reported by Achim Patzner <ap@bnc.net>.
1920
19211999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1922
1923 * Makefile.am: Install configuration sample with 600 permission.
1924
19251999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1926
1927 * Makefile.am: Add -I.. to INCLUDES.
1928
19291999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1930
1931 * syslog support added
1932
19331999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1934
1935 * if_sysctl.c (interface_list): allocated memory free when unknown
1936 ifm_type is returned.
1937
1938 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1939
19401998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1941
1942 * interface.c: Header include added.
1943
19441998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1945
1946 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1947
19481998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1949
1950 * if_ioctl.c (interface_list_ioctl): interface flag must be
1951 checked before check addresses of the interface.
1952
19531998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1954
1955 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1956
19571998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1958
1959 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1960
19611998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1962
1963 * change HYDRANGEA to KAME
1964
19651998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1966
1967 * if_ioctl.c (if_addr_ioctl): set address family for getting
1968 interface's address.
1969 (if_get_index): silently return when can't get interface's index.
1970
19711998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1972
1973 * main.c (main): batch mode option '-b' added.
1974
19751998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1976
1977 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1978 * interface.c (shutdown_if): add interface shutdown and no
1979 shutdown command.
1980
19811998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1982
1983 * rib.c (rib_add_ipv6): delete rib_add_in6.
1984
19851998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1986
1987 * main.c: retain flag is added.
1988
19891998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1990
1991 * rtable.[ch]: merged with rib.[ch]
1992
19931998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1994
1995 * connected.h: renamed from ifa.h.
1996
19971998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1998
1999 * rename if.c to interface.c
2000 * rename ifa.c to connected.c
2001
2002 * Porting to Debian GNU/Linux 2.0 (hamm).
2003
20041998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
2005
2006 * rt_netlink.c: renamed from krt_netlink.c
2007
2008 * fib.c: deleted.
2009 * rt_kvm.c: deleted.
2010 * rtread_getmsg.c: deleted.
2011
20121998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
2013
2014 * if.c (multicast): add multicast flag [un]set fucntion.
2015
20161998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
2017
2018 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
2019 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
2020
20211998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
2022
2023 * zebra.c: Modify for compile on Solaris.
2024
20251998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2026
2027 * main.c: change CONFDIR to SYSCONFDIR.
2028
20291998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2030
2031 * .cvsignore: added.
2032
20331998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2034
2035 * client.c: moves to ../lib.
2036
20371998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2038
2039 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
2040 structure assignment.
2041
20421998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
2043
2044 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
2045
20461998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
2047
2048 * if.c (if_init): add config_exit_cmd and config_help_cmd.
2049
20501998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2051
2052 * rt_ioctl.c (route_ioctl): EPERM treatment added.
2053
20541998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2055
2056 * rt_socket.c (kernel_read): communication port zebra between
2057 kernel is now handled by kernel_read.
2058
20591998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2060
2061 * main.c (main): zebra [-P port] can specify vty port number.
2062
20631997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2064
2065 * zebra.c: change select will be block.
2066
20671997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2068
2069 * add static route treatment.
2070
20711997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2072
2073 * rt_netlink.c: add netlink support over GNU/Linux system.
2074
20751997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2076
2077 * all inet_addr is changed to inet_aton.
2078
2079 * zebra.c (ip_route): add ip route command for static routes.
2080
20811997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
2082
2083 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
2084
20851997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
2086
2087 * if.c: add interface command.
2088
20891997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
2090
2091 * ipforward_proc.c : Now works on Linux.
2092
20931997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2094
2095 * command.c : add completion feature.
2096
20971997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
2098
2099 * vty.c (vty_command): add vty interface.
2100
21011997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
2102
2103 * zebra.c: add verbose mode.
2104
21051997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
2106
2107 * Hydrangea for FreeBSD supported
2108 * in.h: add some prototype.
2109
21101997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
2111
2112 * rt_socket.c and rtread.c completely rewritten.
2113
21141997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2115
2116 * rt_socket.c: rename kernel_sock to routing_socket
2117
21181997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
2119
2120 * if.c (if_new): interface structure change from linklist to vector.
2121
21221997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2123
2124 * vector.c (vector_init): create vector related function
2125
21261997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2127
2128 * Makefile.in: add tags target
2129
2130 * start IPv6 support for INRIA FreeBSD.
2131