blob: c4e32b8bee3ba4e246b2e417220aa02d3ff121d8 [file] [log] [blame]
hassoaccb1562004-11-25 19:21:07 +000012004-11-25 Hasso Tepper <hasso at quagga.net>
2
3 * irdp_interface.c: Remove comment from DEFUN, it breaks vtysh because
4 it confuses extract.pl.
5
hasso6bd7c6a2004-10-28 17:32:27 +000062004-10-28 Hasso Tepper <hasso at quagga.net>
7
8 * interface.c: Remove dead "ip tunnel" command.
9
paul06f953f2004-10-22 17:00:38 +0000102004-10-22 Paul Jakma <paul@dishone.st>
11
12 * irdp_main.c: change setsockopt_pktinfo to setsockopt_ifindex
13
hasso3fb9cd62004-10-19 19:44:43 +0000142004-10-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
15
16 * rt_netlink.c: (netlink_interface_addr) For PtP interfaces, ignore
17 tb[IFA_ADDRESS] if it's the same as tb[IFA_LOCAL].
18 * interface.c: (ip_address_install) Use new ipv4_broadcast_addr
19 function.
20 * connected.c: (connected_up_ipv4) Use CONNECTED_POINTOPOINT_HOST
21 macro.
22 (connected_down_ipv4) ditto.
23 (connected_add_ipv4) Validate destination address, print warnings
24 if it does not make sense.
25
hassoc1eaa442004-10-19 06:26:01 +0000262004-10-19 Hasso Tepper <hasso at quagga.net>
27
28 * zserv.c: Fix regression introduced with zserv cleanup.
29
hassoc75105a2004-10-13 10:33:26 +0000302004-10-13 Hasso Tepper <hasso at quagga.net>
31
32 * zebra_snmp.c: Remove defaults used to initialize smux connection to
33 snmpd. Connection is initialized only if smux peer is configured.
hassob71f00f2004-10-13 12:20:35 +000034 * zserv.c: Remove useless warnings "forwarding is already on".
hassoc75105a2004-10-13 10:33:26 +000035
hasso39ff11d2004-10-12 15:55:19 +0000362004-10-12 Hasso Tepper <hasso at quagga.net>
37
38 * zebra_vty.c: Unbreak "show ip route" command help and make it work
39 for isis routes.
hasso39db97e2004-10-12 20:50:58 +000040 * interface.c(if_dump_vty): Show IPv6 addresses in "show interface"
41 output. Fixes Bugzilla #119.
42 * *.c: Make some strings const and some (unsigned) casts to fix
43 compiler warnings.
hasso39ff11d2004-10-12 15:55:19 +000044
hassofce954f2004-10-07 20:29:24 +0000452004-10-07 Hasso Tepper <hasso at quagga.net>
46
47 * connected.c, main.c, rt_netlink.c, rtadv.c, zebra_rib.c, zserv.c:
48 Fix warnings: make strings const, signed -> unsigned.
49
paul72164662004-10-05 14:39:43 +0000502004-10-05 Paul Jakma <paul@dishone.st>
51
52 * irdp_packet.c: (parse_irdp_packet) style issues.
53 Use sockopt_iphdrincl_swab_systoh.
54 Try unbork the code. Checksum the ICMP data and actually
55 compare it to received checksum. Check data length against
56 claimed length in header.
57 Always use ntoh.. when accessing addresses, even when the
58 comparison happens to be endian-safe.
59 (send_packet) minor style isues. Use
60 sockopt_iphdrincl_swab_htosys.
61 (irdp_iph_hton/ntoh) IP header to/from network/host order.
62
hassoeef1fe12004-10-03 18:46:08 +0000632004-10-03 Gilad Arnold <gilad.arnold at terayon.com>
64
65 * interface.c, interface.h: A new prefix tree of connected subnets is
66 associated with each interface structure in zebra, in which each
67 live (ie, non-synthetic) node holds a list of installed addresses
68 that belong to that prefix. Remove secondary address logic from cli.
69 See [quagga-dev 872] for detailed explanation.
70 * connected.c: Use if_subnet_add() and if_subnet_delete().
71
hasso18a6dce2004-10-03 18:18:34 +0000722004-10-03 James R. Leu <jleu at mindspring.com>
73
74 * router-id.c, router-id.h: New files. Router id selection process. If
75 there is non 127.x.x.x address in loopack interface, lowest of them
76 is chosen. If there isn't, lowest from other interfaces addresses
77 are chosen. "router-id x.x.x.x" vty command to manual override.
78 * Makefile.am: Compile new files.
79 * main.c: Initialize router id.
80 * redistribute.c: Add interface addresses into router id selection
81 lists as they (dis)appear.
82 * zserv.c, zserv.h: Sending router id related messages to daemons.
83
hassoc9e52be2004-09-26 16:09:34 +0000842004-09-26 Hasso Tepper <hasso at quagga.net>
85
86 * irdp_interface.c, irdp_main.c, irdp_packet.c, rt_netlink.c,
87 rtadv.c, zebra_vty.c: Fix compiler warnings.
88
paul0c0f9112004-09-24 08:24:42 +0000892004-09-24 Paul Jakma <paul@dishone.st>
90
paul26f7a242004-09-24 08:45:10 +000091 * irdp_interface.c: (no_ip_irdp_address_preference_cmd)
92 add missing listnode declaration.
93
942004-09-24 Paul Jakma <paul@dishone.st>
95
paul0c0f9112004-09-24 08:24:42 +000096 * irdp_{interface,main}.c: lists typedef removal cleanup.
97 update some list loops to LIST_LOOP. some miscellaneous style
98 and indent fixups.
99 (no_ip_irdp_address_preference_cmd) Fix delete of referenced node
paul26f7a242004-09-24 08:45:10 +0000100 in loop.
paul0c0f9112004-09-24 08:24:42 +0000101 * irdp_packet.c: (irdp_recvmsg) Fix buggy assignment of integer
102 to pointer.
103 * if_ioctl{,_solaris}.c: lists typedef removal cleanup.
104 update some list loops to LIST_LOOP.
105
hasso52dc7ee2004-09-23 19:18:23 +00001062004-09-23 Hasso Tepper <hasso at quagga.net>
107
108 * *.[c|h]: list -> struct list *, listnode -> struct listnode *.
109
paul44983cf2004-09-22 13:15:58 +00001102004-09-22 Paul Jakma <paul.jakma@sun.com>
111
112 * zserv.c: (zsend_route_multipath) fix nasty bad memset of struct
113 in_addr to sizeof(struct in6_addr), causing odd and hard to debug
114 crash.
115
hassoc34b6b52004-08-31 13:41:49 +00001162004-08-31 Hasso Tepper <hasso at quagga.net>
117
118 * main.c, rt_netlink.c: Added -s command line switch for tuning
119 netlink receive buffer size in Linux to avoid buffer overruns.
120
gdta5ea6872004-08-26 13:24:00 +00001212004-08-26 Miles Nordin <carton@Ivy.NET>
122
123 * ipforward_sysctl.c (mib_ipv6): Use size_t for len, per
124 sysctl(3), rather than int. (Needed on NetBSD/alpha to display
125 forwarding status correctly.)
126
paul3e0b3a52004-08-23 18:58:32 +00001272004-08-23 Paul Jakma <paul@dishone.st>
128
129 * zserv.c: (zebra_init) remove implicit ip forward enabling
130
paul0de1cde2004-08-19 04:45:33 +00001312004-08-19 Paul Jakma <paul@dishone.st>
132
133 * irdp_main.c: update to match sockopt renames.
134 * irdp_packet.c: include sockopt.h and update to match sockopt
135 renames.
136
gdt57492d52004-08-11 18:06:38 +00001372004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
138
139 * rtadv.c (rtadv_send_packet): Allocate space for control messages
140 more carefully; it was wrong on NetBSD/sparc where CMSG alignment
141 is to 8 bytes instead of 4, and overwriting the address. Use the
142 provided macros for determining lengths.
143
paul5b73a672004-07-23 15:26:14 +00001442004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM>
145
146 * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups
147 * zserv.c: ditto
148 * ioctl_solaris.c: ditto.
149 * interface.c: cast for LLADDR
150 * interface.h: Add guards, include redistribute.h and remove
151 extraneous definitions of zebra_interface_{up,down}_update
152 * ioctl.h: Add AF_IOCTL define for non SOLARIS_IPV6
153 * redistribute.h: include dependent header, zserv.h
154 * zserv.h: include dependent header, rib.h
155
paul1470baf2004-07-23 15:25:01 +00001562004-07-23 Paul Jakma <paul@dishone.st>
157
158 * irdp_main.c: use setsockopt_pktinfo_ipv4
159 * irdp_packet.c: use SOPT_SIZE_CMSG_PKTINFO_IPV4 and
160 getsockopt_pktinfo_ifindex()
161
gdtcced60d2004-07-13 16:45:54 +00001622004-07-13 David Wiggins <dwiggins@bbn.com
163
164 * kernel_socket.c (rtm_flag_dump): terminate buffer with '\0', not '0'.
165
hasso25dac852004-07-13 03:06:51 +00001662004-07-13 Hasso Tepper <hasso@estpak.ee>
167
168 * irdp_main.c: Add privilege change.
169
hasso996933f2004-07-12 16:32:56 +00001702004-07-12 Hasso Tepper <hasso@estpak.ee>
171
172 * irdp_interface.c: follow common style while naming vty command
173 functions. Avoids confusion in extract.pl.
174
gdt87efd642004-06-30 17:36:11 +00001752004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
176
177 * main.c: define thread_master variable so that linking with
178 libzebra.so doesn't fail. Arguably zclient.o should be in a
179 separate library, but this is far less disruptive.
180
hassoca776982004-06-12 14:33:05 +00001812004-06-12 Robert Olsson <Robert.Olsson at data.slu.se>
182
183 * Added IRDP support.
184
hasso3e31cde2004-05-18 11:58:59 +00001852004-05-18 Hasso Tepper <hasso@estpak.ee>
186
187 * rtadv.c: Removed "[no] ipv6 nd send-ra" command. Replaced "ipv6 nd
188 prefix-advertisement" with "ipv6 nd prefix". Rewrite syntax of
189 "ipv6 nd prefix" command to allow various combinations of parameters
190 and flags. No defaults in configuration. Replaced on-link and
191 autoconfig with off-link and no-autoconfig flags in command syntax.
192 Cosmetic fixes in all commands. Documentation to reflect all changes.
193
paul19877dd2004-05-11 10:49:35 +00001942004-05-11 Paul Jakma <paul@dishone.st>
195
196 * Makefile.am: support for IOCTL_METHOD, as per Sowmini's patch.
paul48a46fa2004-05-11 10:55:22 +0000197 * if_ioctl_solaris.c: Fixup some erroneous privilege changes and
198 add privs.h header.
199 * ioctl_solaris.c: ditto
paulc50ae8b2004-05-11 11:31:07 +0000200 * ioctl.h: Add if_ioctl_ipv6 prototype and AF_IOCTL for SOLARIS_IPV6
201 * kernel_socket.c: Fix SAROUNDUP, compiler doesnt like do..while
202 RHS in assignments :)
203 * redistribute.c: (zebra_interface_delete_update) only used
204 if RTM_IFANNOUNCE and NETLINK is available.
205
paulb9df2d22004-05-09 09:09:59 +00002062004-05-09 Paul Jakma <paul@dishone.st>
207
208 * zserv.c: (zsend_route_multipath) Set the nexthop_num
209 field correctly. Add NEXTHOP_TYPE_IPV6_IFNAME for v6.
210 Conditionally set ZAPI_MESSAGE_METRIC flag - only for adds.
211 (zsend_ipv4_add) cruft, deleted.
212 (zsend_ipv4_delete) ditto.
213 (zsend_ipv6_add) ditto.
214 (zsend_ipv6_delete) ditto.
paul44145db2004-05-09 11:00:23 +0000215 * ioctl.c: (if_get_mtu) set mtu6 to mtu
216 * mtu_kvm.c: (if_kvm_get_mtu) set mtu6 to mtu
217 * rt_netlink.c: (netlink_interface) set mtu6 to mtu
218 (netlink_link_change) ditto
paul66e94882004-05-09 17:19:24 +0000219 * ipforward_solaris.c: fix typo of ND variable.
paul88424682004-05-09 18:21:35 +0000220 * if_ioctl_solaris.c: Add zprivs support.
221 * ioctl_solaris.c: ditto.
paul66e94882004-05-09 17:19:24 +0000222
paulb9df2d22004-05-09 09:09:59 +00002232004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>
224
225 * zserv.c: (zsend_ipv{4,6}_{add,delete}_multipath) collapsed
226 into single zsend_route_multipath function.
227 (zsend_interface_{up,down}) collapsed into zsend_interface_update.
228 (zsend_interface_address_{add,delete}) collapsed into
229 zsend_interface_address.
230 (zsend_interface_add) send mtu6.
231 (zsend_interface_delete) ditto.
232 (zebra_write) remove unused function.
233 (various) Apply static qualifier. Add comments.
234 * zserv.h: Definitions changed as per above.
235 * redistribute.c: Changes as per zserv.c.
paul44145db2004-05-09 11:00:23 +0000236 * interface.c: (if_delete_update) only used with HAVE_NETLINK
237 and RTM_IFANNOUNCE.
238 (if_flag_dump_vty) Solaris IFF_IPV4 and IFF_IPV6 if flags
239 (if_dump_vty) print mtu6 if not same as mtu
paul88424682004-05-09 18:21:35 +0000240 * if_ioctl_solaris.c: New file, Solaris interface ioctl methods.
241 * ioctl_solaris.c: New file, Common solaris ioctl methods.
242
hasso34195bf2004-04-06 12:07:06 +00002432004-04-06 Krzysztof Oledzki <oleq@ans.pl>
244
245 * rt_netlink.c: Do not ignore metric when reading kernel routing
246 table on Linux with rt_netlink interface.
247
2482004-03-18 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000249
250 * interface.c: Temporary fix for handling secondary addresses
251 with label.
252
hasso55906722004-02-11 22:42:16 +00002532004-02-12 Hasso Tepper <hasso@estpak.ee>
hassof1d92e12004-03-18 15:40:33 +0000254
hasso55906722004-02-11 22:42:16 +0000255 * zserv.c: Added "ipv6 forwarding" command.
256
gdtb27900b2004-01-08 15:44:29 +00002572004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com>
258
259 * kernel_socket.c (kernel_read): Use sockaddr_storage in buffer
260 for reading kernel messages to ensure enough space (necessary on
261 Solaris due to sockaddr_dl being large). Thanks to Sowmini
262 Varadhan for help with this change.
263
gdt9ccabd12004-01-06 18:23:02 +00002642004-01-06 Greg Troxel <gdt@t1.ir.bbn.com>
265
266 * rtadv.c (rtadv_send_packet): Change perror to zlog_err.
267
gdtdbee01f2004-01-06 00:36:51 +00002682004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdt4bfbea82004-01-06 01:13:05 +0000269 * kernel_socket.c (ifm_read): Major cleanup. Use Sowmini's code
270 to find the sockaddr_dl in all cases, narrowing the Solaris ifdef
271 to just the accomodation of broken kernels. Check sockaddr_dl
272 carefully up front, and later assume any non-NULL sdl pointer is
273 valid. Clean up types and variable declarations, and rename
274 WRAPUP to SAROUNDUP to make the name fit the behavior.
275
2762004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com>
gdtdbee01f2004-01-06 00:36:51 +0000277
278 * kernel_socket.c (kernel_read): Add a sockaddr_dl to the ifmsg
279 structure, because on Solaris sockaddr_dl is far larger than the
280 base sockaddr structure. (The code had previously been failing to
281 read all the data.)
gdt4bfbea82004-01-06 01:13:05 +0000282
gdtda26e3b2004-01-05 17:20:59 +00002832004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com>
284
285 * kernel_socket.c (kernel_read): Look up interfaces by index
286 first, so that state changes which do not include a sockaddr_dl
287 now work. Add many sanity checks. In
288 particular, do not assume that a sockaddr_dl follows a message
289 without checking the ifm_addrs flags, and do not trust the length
290 in a sockaddr_dl. Add/clarify many comments.
291
gdt4b5e1352003-12-03 17:54:34 +00002922003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
293
294 * rtadv.c: reorder includes to avoid compiler warning (define
295 structs before using them in prototypes)
296
hasso647e4f12003-05-25 11:43:52 +00002972003-05-25 Jim Crumpler <Jim.Crumpler@edion.com>
298
299 * zserv.c: Add "ip forwarding" command.
300
paul445f1432003-05-16 19:00:31 +00003012003-05-16 Gilad Arnold <gilad.arnold@terayon.com>
302
303 * zebra_rib.c: Fix memory leaks for ifname nexthops
304
3052003-04-19 Israel Keys <ikeys@agile.tv>
306
307 * rt_netlink.c: BLOCK on netlink while initialising
308
3092003-02-06 Francois Deppierraz <francois@ctrlaltdel.ch>
310
311 * rt_netlink.c (netlink_route_multipath): Set RTM_F_EQUALIZE when
312 it exists.
313
paul718e3742002-12-13 20:15:29 +00003142002-09-28 Akihiro Mizutani <mizutani@net-chef.net>
315
316 * zebra_rib.c (static_add_ipv4): Null0 static route is added.
317
3182002-09-10 Jochen Friedrich <chris+zebra@scram.de>
319
320 * rt_netlink.c: Add check for EAGAIN.
321 * kernel_socket.c: Likewise
322
3232002-06-12 Israel Keys <ikeys@oz.agile.tv>
324
325 * rt_netlink.c: Setting the NLM_F_ACK flag on the netlink command
326 message so that we get an ACK for successful netlink commands.
327 Change the netlink socket to BLOCKING while we wait for a
328 response; be it an ACK or an NLMSG_ERROR. Change
329 netlink_parse_info to deal with ACK messages.
330
3312001-11-01 Jun-ichiro itojun Hagino <itojun@iijlab.net>
332
333 * rtadv.c (rtadv_make_socket): setsockopt(IPV6_CHECKSUM) does not
334 work for ICMPv6 socket.
335
3362001-10-24 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
337
338 * rib.c (rib_process): Select connected route any case.
339
3402001-10-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
341
342 * interface.c (no_ip_address_secondary): Add "no" to command.
343
3442001-10-18 NOGUCHI Kay <kay@v6.access.co.jp>
345
346 * ioctl.c (if_prefix_add_ipv6): Set the prefered and valid lifetime
347 to infinity as the freebsd4.4 workaroud.
348
3492001-08-26 mihail.balikov@interbgc.com
350
351 * zebra_snmp.c: Fix snmpwalk problem such as IPv4 address
352 A.B.C.255.
353
3542001-08-22 NOGUCHI Kay <kay@v6.access.co.jp>
355
356 * rtadv.c: Do not send RA to loopback interface.
357
3582001-08-20 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
359
360 * ioctl.c (if_set_prefix): Remove Linux 2.0 specific connected
361 route treatment.
362
3632001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
364
365 * zebra-0.92a released.
366
3672001-08-17 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
368
369 * rib.c: Kernel route is treated as EGP routes in nexthop active
370 check.
371
3722001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
373
374 * zebra-0.92 released.
375
3762001-08-08 "Akihiro Mizutani" <mizutani@dml.com>
377
378 * rib.c (show_ip_route_prefix_longer): Add longer-prefix option to
379 show route commands.
380
3812001-07-29 Yon Uriarte <havanna_moon@gmx.net>
382
383 * zserv.c (zsend_ipv4_add_multipath): Add
384 NEXTHOP_TYPE_IPV4_IFINDEX check.
385
3862001-07-29 NOGUCHI Kay <kay@v6.access.co.jp>
387
388 * rtadv.c: Apply valid lifetime, preferred lifetime, onilnk flag,
389 autonomous address-configuration flag patch.
390 (no_ipv6_nd_suppress_ra): Change "ipv6 nd send-ra" to "no ipv6 nd
391 suppress-ra".
392
3932001-07-24 NOGUCHI Kay <kay@v6.access.co.jp>
394
395 * rtadv.c (ipv6_nd_ra_interval): Add "ipv6 nd ra-interval SECONDS"
396 command.
397
3982001-07-24 Jun-ichiro itojun Hagino <itojun@iijlab.net>
399
400 * rt_socket.c (kernel_rtm_ipv4): Add KAME/NetBSD151 equal cost
401 multicast FIB support both IPv4 and IPv6.
402
4032001-07-24 Hal Snyder <hal@vailsys.com>
404
405 * if_ioctl.c (interface_list_ioctl): Fix bug of failing to get the
406 full list of interfaces on some configurations of OpenBSD.
407
4082001-07-23 NOGUCHI Kay <kay@v6.access.co.jp>
409
410 * rtadv.c (ipv6_nd_send_ra): Apply [zebra 9320] to fix "ipv6 nd
411 send-ra" bug.
412 (ipv6_nd_ra_lifetime): "ipv6 nd ra-lifetime 0" for default router
413 availability.
414 (ipv6_nd_managed_config_flag): "ipv6 nd managed-config-flag" is
415 added.
416 (ipv6_nd_other_config_flag): "ipv6 nd other-config-flag" is added.
417
4182001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
419
420 * ioctl.c (if_ioctl): Change ioctl argument from int to u_long.
421
422 * rt_ioctl.c: Likewise.
423
4242001-07-23 Jun-ichiro itojun Hagino <itojun@iijlab.net>
425
426 * kernel_socket.c (rtm_write): Only set RTF_CLONING when the
427 interface is not p2p.
428
4292001-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
430
431 * ioctl.c (if_prefix_add_ipv6): Fix argument type.
432
4332001-04-06 Toshiaki Takada <takada@zebra.org>
434
435 * zserv.c (zsend_interface_delete): Use client->obuf instead of
436 allocating new stream.
437
4382001-03-10 Kunihiro Ishiguro <kunihiro@zebra.org>
439
440 * rt_netlink.c: Revert RTPROT_BOOT change.
441
4422001-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
443
444 * rt_netlink.c (netlink_route_change): Skip RTPROT_BOOT route.
445 (netlink_routing_table): Likewise.
446
4472001-03-07 "Akihiro Mizutani" <mizutani@dml.com>
448
449 * zserv.c (zsend_ipv4_add_multipath): Send metric value to
450 protocol daemons.
451
4522001-02-18 Kunihiro Ishiguro <kunihiro@zebra.org>
453
454 * rt_netlink.c (netlink_routing_table): Do not return
455 tb[RTA_GATEWAY] is NULL. Reported by: "Michael O'Keefe"
456 <mokeefe@qualcomm.com>.
457
4582001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
459
460 * if_ioctl.c (interface_list_ioctl): Call if_add_update().
461 Suggested by: Chris Dunlop <chris@onthe.net.au>.
462
4632001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
464
465 * rib.c (nexthop_active_ipv4): When nexthop type is
466 NEXTHOP_TYPE_IPV4_IFINDEX, propery set the ifindex to rifindex.
467
468 * zserv.c: Initialize rtm_table_default with 0.
469
470 * zebra-0.91 is released.
471
4722001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
473
474 * kernel_socket.c (rtm_read): Filter cloned route. Suggested by:
475 Jun-ichiro itojun Hagino <itojun@iijlab.net>
476
4772001-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
478
479 * connected.c (connected_up_ipv6): When point-to-point destination
480 address is ::, use local address for connected network.
481 (connected_down_ipv6): Likewise.
482
4832001-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
484
485 * zserv.c (zebra_serv): Add missing close() call. Reported by:
486 David Waitzman <djw@vineyard.net>.
487
4882001-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
489
490 * rib.c (rib_lookup_ipv4): New function for checking exact match
491 IGP route.
492
4932001-01-23 Kunihiro Ishiguro <kunihiro@zebra.org>
494
495 * rib.c (show_ipv6_route_protocol): Fix bug of "show ip route
496 route-type".
497
4982001-01-22 Kunihiro Ishiguro <kunihiro@zebra.org>
499
500 * interface.c (zebra_interface): Do not call
501 zebra_interface_add_update for inactive interface.
502
503 * zserv.c (zsend_interface_address_add): Send interface address
504 flag.
505 (zsend_interface_address_delete): Likewise.
506
5072001-01-19 Kunihiro Ishiguro <kunihiro@zebra.org>
508
509 * interface.c (if_addr_add): Add flags.
510
511 * connected.c (ifa_add_ipv4): Add new function for interface
512 address handling.
513 (ifa_delete_ipv4): Likewise.
514
5152001-01-16 Kunihiro Ishiguro <kunihiro@zebra.org>
516
517 * rib.c (rib_update): Update IPv6 RIB.
518
519 * kernel_socket.c (ifam_read): Call if_refresh() for update
520 interface flag status. This is for implicit interface up on *BSD.
521
522 * interface.c (if_refresh): Add interface flag refresh function.
523
524 * kernel_socket.c (rtm_read): Fetch link-local address interface
525 index.
526 (ifan_read): We need to fetch interface information. Suggested
527 by: Yasuhiro Ohara <yasu@sfc.wide.ad.jp>.
528
529 * rib.c (static_ipv6_nexthop_same): Add check for
530 NEXTHOP_TYPE_IPV6_IFNAME.
531
5322001-01-15 Kunihiro Ishiguro <kunihiro@zebra.org>
533
534 * rib.h (NEW_RIB): Turn on NEW_RIB flag. IPv6 new RIB code are
535 taken into place.
536
5372001-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
538
539 * rib.c (static_ipv6_write): Display STATIC_IPV6_GATEWAY_IFNAME
540 configuration.
541 (rib_delete_ipv6): Handle same route conter for IPv6 connected
542 route.
543 (show_ipv6_route_protocol): New command.
544 (show_ipv6_route_addr): Likewise.
545 (show_ipv6_route_prefix): Likewise.
546 (rib_update): Sweep kernel route when it is cleaned up.
547
548 * rt_socket.c (kernel_add_ipv6): Add NEXTHOP_IPV6_IFNAME
549 treatmenet.
550
551 * rt_netlink.c (kernel_init): Likewise.
552
553 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): Likewise.
554
555 * rib.c (rib_add_ipv4): Cope with same connected route on a
556 interface. Suggested by: Matthew Grant <grantma@anathoth.gen.nz>.
557 (nexthop_ipv6_ifname_add): Add NEXTHOP_IPV6_IFNAME treatmenet.
558
559 * rib.h (struct new_rib): Add refcnt to keep track on the
560 reference of same connected route.
561
562 * ioctl.c (if_set_prefix): Add check for GNU_LINUX.
563
5642001-01-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
565
566 * kernel_socket.c (ifan_read, rtm_type_str): Add RTM_OIFINFO check.
567 (rtm_type_str): Add RTM_IFANNOUNCE check.
568 (ifan_read): New function.
569 (kernel_read): Add case for RTM_IFANNOUNCE.
570
5712001-01-13 Kunihiro Ishiguro <kunihiro@zebra.org>
572
573 * rt_ioctl.c (kernel_ioctl_ipv6_multipath): New function.
574
575 * rt_netlink.c (netlink_route_multipath): IPv6 address ifindex
576 treatment.
577
578 * connected.c (connected_up_ipv6): Add dest value check.
579
580 * rib.c (nexthop_active_ipv6): Do not touch IPv6 nexthop's
581 ifindex.
582 (rib_add_ipv4): Import rib_add_ipv6() same route check code.
583 (nexthop_active_check): NEXTHOP_TYPE_IPV6_IFINDEX activity is only
584 checked by ifindex.
585
586 * rt_socket.c (kernel_rtm_ipv6_multipath): New function.
587
588 * redistribute.c (redistribute_add): Use
589 zsend_ipv6_add_multipath().
590 (redistribute_delete_multipath): Use
591 zsend_ipv6_delete_multipath().
592
593 * interface.c (ip_address): Check current IP address to avoid
594 duplicate.
595
596 * rib.c (rib_delete_ipv4): When deleted route is connected route,
597 check ifindex.
598 (rib_add_ipv4): When connected route is added do not perform
599 implicit withdraw.
600 (rib_delete_ipv4): Check ifindex for connected route.
601
602 * kernel_socket.c (rtm_read): When route has RTF_STATIC, set
603 ZEBRA_FLAG_STATIC for indicate as persistent route.
604 (ifam_read): Unset interface index from link-local address when
605 IPv6 stack is KAME.
606
607 * rib.c (rib_update): Do not delete persistent kernel route.
608
609 * rib.h (struct new_rib): Integrate RIB_FLAG_* to ZEBRA_FLAG_*.
610
611 * rt_socket.c (kernel_add_ipv6_multipath): Add placeholder.
612 (kernel_delete_ipv6_multipath): Likewise.
613
614 * rt_netlink.c (netlink_talk): Give struct nlsock to netlink_talk.
615
6162001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
617
618 * rib.c (rib_update): Revert Matthew Grant's patch
619 zebra_cvs_newribfix.patch. Use struct rib->ifindex for kernel
620 interface index. Introduce NEXTHOP_TYPE_IPV4_IFINDEX to support
621 that. Add support for address deletion situation.
622
6232001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
624
625 * interface.c: Remove HAVE_IF_PSEUDO part.
626
627 * rib.h: Likewise.
628
629 * rt_netlink.c (netlink_link_change): Likewise.
630
6312001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
632
633 * zserv.c: Remove OLD_RIB codes.
634
6352001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
636
637 * zebra-0.90 is released.
638
6392001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
640
641 * interface.c (if_new_intern_ifindex): Allocate a new internal
642 interface index.
643 (if_addr_refresh): Fix up ip addresses configured via zebra.
644 (if_add_update): Handle an interface addition.
645 (if_delete_update): Handle an interface delete event.
646
647 * rib.c (nexthop_ipv4_add): Add kernel route deletion process when
648 interface goes down.
649
6502001-01-08 Kunihiro Ishiguro <kunihiro@zebra.org>
651
652 * interface.c (if_dump_vty): When HAVE_NET_RT_IFLIST is defined,
653 NetBSD also use this function. Suggested by Jasper Wallace
654 <jasper@ivision.co.uk>.
655
6562001-01-07 Kunihiro Ishiguro <kunihiro@zebra.org>
657
658 * rib.c (nexthop_active_ipv4): Move back to set methodo to old
659 one.
660
6612001-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
662
663 * rib.c (rib_add_ipv4): EBGP multihop set ZEBRA_FLAG_INTERNAL
664 flag, so treat it.
665
6662001-01-04 Kunihiro Ishiguro <kunihiro@zebra.org>
667
668 * rt_netlink.c (netlink_talk_ipv6): When IPv6 route message is
669 sent from netlink_cmd, the same message comes from netlink. To
670 avoid confusion, temporary netlink_talk_ipv6 use netlink.sock
671 instead of netlink_cmd.sock.
672
6732001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * zserv.h (ZEBRA_SERV_PATH): Change "/tmp/zebra" to "/tmp/.zebra".
676 Change "/tmp/zserv" to "/tmp/.zserv".
677
6782000-12-29 Frank van Maarseveen <F.vanMaarseveen@inter.NL.net>
679
680 * rt_netlink.c (struct nlsock): Divide kernel message into listen
681 socket and command socket.
682 (netlink_talk): Remove socket listen code. Use netlink_parse_info
683 for read kernel response.
684
6852000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
686
687 * rib.c (vty_show_ip_route): Show uptime of the RIP,OSPF,BGP
688 routes.
689
6902000-12-27 Kunihiro Ishiguro <kunihiro@zebra.org>
691
692 * rt_netlink.c (netlink_route_multipath): Metric value is
693 reflected to kernel routing table.
694
695 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Likewise.
696
697 * kernel_socket.c (rtm_write): Likewise.
698
699 * rib.c (nexthop_active_ipv4): Only iBGP route perform recursive
700 nexthop lookup.
701
702 * rt_ioctl.c (kernel_ioctl_ipv4_multipath): Add ioctl version of
703 new RIB implementation.
704
7052000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
706
707 * rib.h: Remove MULTIPATH_NUM. It is defined by configure script.
708
7092000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
710
711 * rib.c (rib_if_up): Call rib_fib_set instead of RIB_FIB_SET for
712 proper redistribution.
713
7142000-12-19 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * rib.c (nexthop_active_ipv4): Add self lookup nexthop check.
717 (show_ip_route_protocol): Support new RIB.
718
719 * rt_netlink.c (netlink_route_change): Do not return when gate is
720 NULL.
721
7222000-12-18 Kunihiro Ishiguro <kunihiro@zebra.org>
723
724 * rib.c (rib_lookup_ipv4_nexthop): IBGP nexthop check function is
725 updated.
726 (rib_add_ipv4): Free implicit withdraw route's RIB.
727
7282000-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * rib.c (nexthop_active_ipv4): Check indirect nexthop.
731
732 * redistribute.c (redistribute_add_multipath): Redistribution
733 works with new rib code.
734
7352000-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
736
737 * rt_netlink.c (netlink_route_multipath): Check useful nexthop
738 number.
739 (netlink_route_multipath): Clear rtnh_flags and rtnh_hops.
740
741 * rib.c (nexthop_active_update): Set flag for the rib's nexthop
742 activity is changed.
743 (nexthop_active_check): Before checking interface is up, make it
744 sure the interface exist.
745
7462000-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * rib.c (ip_route): New RIB prototype.
749
7502000-11-16 Yon Uriarte <ukl2@rz.uni-karlsruhe.de>
751
752 * zserv.c (zsend_interface_add): Send hardware address when
753 hw_addr_len is greater than 0.
754
7552000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
756
757 * connected.c (connected_up_ipv4): Fix ptop bug. The destination
758 network should be installed into routing table.
759 (connected_down_ipv4): Likewise.
760 (connected_add_ipv4): Change to use connected_up_ipv4.
761 (connected_delete_ipv4): Likewise.
762
7632000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
764
765 * rt_netlink.c (netlink_interface_addr): Revert Harald Welte
766 <laforge@gnumonks.org>'s ptop patch then back to original code to
767 avoid duplicated connected route problem. Suggested by Frank van
768 Maarseveen <F.vanMaarseveen@inter.NL.net>.
769
770 * kernel_socket.c (rtm_read): Make behavior consistent even #ifdef
771 DEBUG is defined. Reported by Jun-ichiro itojun Hagino
772 <itojun@iijlab.net>.
773
7742000-10-23 Jochen Friedrich <jochen@scram.de>
775
776 * main.c (main): Call zebra_snmp_init() when it is enabled.
777
7782000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
779
780 * zserv.c (zebra_serv_un): UNIX domain socket server of zebra
781 protocol.
782
7832000-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
784
785 * rib.c (rib_add_ipv4): Same check bug is fixed.
786
7872000-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
788
789 * rib.c (rib_if_down): Remove kernel route when the interface goes
790 down.
791
792 * debug.c: New command "debug zebra kernel" is added.
793
7942000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
795
796 * zebra-0.89 is released.
797
7982000-09-24 Harald Welte <laforge@gnumonks.org>
799
800 * rt_netlink.c (netlink_interface_addr): Fix point-to-point address
801 treatment in netlink interface.
802
8032000-09-21 David Lipovkov <dlipovkov@OpticalAccess.com>
804
805 * rib.c (rib_if_down): Pull static route only. Protocol daemon
806 must withdraw routes when interface goes down.
807 (rib_add_ipv4): Check nexthop when replace route.
808
8092000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
810
811 * if_ioctl.c (if_getaddrs): New function for looking up
812 interface's address by getifaddrs().
813
8142000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * connected.c (connected_delete_ipv4): Add check for connected
817 address is found or not.
818 (connected_add_ipv6): Reflect IPv6 connected address change to
819 protocol daemons.
820 (connected_delete_ipv6): Likewise.
821
8222000-09-07 David Lipovkov <davidl@nbase.co.il>
823
824 * rib.c (rib_delete_ipv4): Reverted the change from pseudo
825 interface patch to original. Because ospfd deletes routes using
826 zero ifindex.
827
8282000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
829
830 * zebra-0.88 is released.
831
8322000-08-15 "Akihiro Mizutani" <mizutani@dml.com>
833
834 * rib.c (show_ip_route_protocol): Help string correction.
835 (show_ip_route_prefix): Check prefix mask.
836 (show_ip_route_vty_detail): Display distance and metric.
837
8382000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
839
840 * zserv.c (zsend_interface_add): Change ifindex store size from
841 two octet to four.
842 (zsend_interface_delete): Likewise.
843 (zsend_interface_address_add): Likewise.
844 (zsend_interface_address_delete): Likewise.
845 (zsend_interface_up): Likewise.
846 (zsend_interface_down): Likewise.
847
8482000-08-13 Kunihiro Ishiguro <kunihiro@zebra.org>
849
850 * rib.c (rib_add_ipv4): Do not install distance 255 route.
851
8522000-08-10 Toshiaki Takada <takada@zebra.org>
853
854 * interface.c (bandwidth_if), (no_bandwidth_if): Call
855 zebra_interface_up_update () instead of using if_up() and if_down().
856
8572000-08-07 "Akihiro Mizutani" <mizutani@dml.com>
858
859 * interface.c (bandwidth_if): Fix help string.
860
8612000-08-07 Matthew Grant <grantma@anathoth.gen.nz>
862
863 * interface.c (if_dump_vty): Display bandwidth value.
864 (bandwidth_if): New command "bandwidth <1-10000000>" is added.
865 When interface is up, force protocol daemons to recalculate routes
866 due to cost change.
867 (no_bandwidth_if): Likewise.
868 (if_config_write): Output bandwidth configuration.
869
870 * zserv.c (zsend_interface_add): Send bandwidth value.
871 (zsend_interface_up): Likewise.
872 (zsend_interface_down): Likewise.
873
874
8752000-08-07 Michael Rozhavsky <mike@nbase.co.il>
876
877 * rib.c (show_ip_route_protocol): "show ip route
878 (bgp|connected|kernel|ospf|rip|static)" is added.
879
8802000-08-07 Kunihiro Ishiguro <kunihiro@zebra.org>
881
882 * rib.c (rib_lookup_ipv4_nexthop): Check parent node until IGP
883 nexthop is found.
884 (rib_add_ipv4_internal): Set fib ifindex to rib ifindex.
885
8862000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org>
887
888 * redistribute.c (redistribute_delete): Fix bug of default route
889 redistribute treatment.
890
8912000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
892
893 * rib.c (rib_init): Install ip_node in rib.c instead of zserv.c.
894 Change default distance value.
895
896 Old New
897 ------------------------------------------
898 system 10 0
899 kernel 20 0
900 connected 30 0
901 static 40 1
902 rip 50 120
903 ripng 50 120
904 ospf 60 110
905 ospf6 49 110
906 bgp 70 200(iBGP) 20(eBGP)
907 ------------------------------------------
908
909 * zserv.c (client_lookup): Function removed.
910 (zsend_interface_add): Use client's output buffer. Check ifinfo
911 flag.
912 (zsend_interface_delete): Likewise.
913 Delete ipv4_static_radix and ipv6_static_radix.
914
9152000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
916
917 * zserv.h (struct zebra_client): When client request interface
918 information, ifinfo is set.
919
920 * rib.c: Temporary Revert changes for pseudo interface.
921
922 * rib.h: Likewise.
923
924 * zserv.c: Likewise.
925
926 * interface.c: Likewise.
927
9282000-08-02 David Lipovkov <davidl@nbase.co.il>
929
930 * interface.c (zebra_if_init): Install interface "pseudo"
931 commands.
932
933 * rib.c (rib_create): ifname argument is added.
934 (rib_add_ipv4_pseudo): New function is added.
935 (rib_delete_ipv4_pseudo): Likewise.
936
937 * rib.h : Delete INTERFACE_UNKNOWN definition. Add prototype for
938 pseudo interface functions.
939
940 * rt_netlink.c (netlink_link_change): Check for pseudo interface.
941
942 * zserv.c (ip_route): When destination is pseudo interface, call
943 rib_add_ipv4_pseudo().
944
945 * zserv.c (no_ip_route): Trim "unknown" argument.
946
9472000-07-26 kunitake@dti.ad.jp
948
949 * if_ioctl.c (if_get_hwaddr): Fix hardware address length from 8
950 to 6.
951
952 * rtadv.c (rtadv_send_packet): Fix shift bug for hardware address.
953
9542000-07-24 Akihiro Mizutani <mizutani@dml.com>
955
956 * interface.c: Use install_default() for common VTY commands.
957
9582000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
959
960 * if_ioctl.c (interface_list_ioctl): A interface list size is
961 calculated from ifreq->if_addr.sa_len. This is for OpenBSD.
962
963 * ioctl.c (if_get_mtu): Remove codes for SIOCGIFDATA.
964
9652000-07-09 Chris Dunlop <chris@onthe.net.au>
966
967 * if_ioctl.c (if_get_index): Add check for HAVE_BROKEN_ALIASES.
968
9692000-07-04 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * zserv.c (zebra_client_read): Add ZEBRA_REDISTRIBUTE_{ADD,DELETE}
972 message handling.
973
9742000-07-02 David Lipovkov <davidl@nbase.co.il>
975
976 * zserv.c: "ip route A.B.C.D/M unknown" command is added.
977
9782000-06-28 Michael Rozhavsky <mike@nbase.co.il>
979
980 * rib.c: Remove old kernel route when new route comes in.
981
9822000-06-13 David Lipovkov <davidl@nbase.co.il>
983
984 * rib.c (rib_if_up): Add check for unknown interface.
985
9862000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
987
988 * rib.h: Define INTERFACE_UNKNOWN.
989
9902000-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
991
992 * Makefile.am (EXTRA_DIST): Move irdp.c until implementation is
993 finished.
994
9952000-06-05 David Lipovkov <davidl@nbase.co.il>
996
997 * interface.c (if_zebra_delete_hook): Call rib_if_delete().
998
999 * redistribute.c (zebra_interface_delete_update): New function.
1000
1001 * redistribute.h (zebra_interface_delete_update): New function
1002 prototype.
1003
1004 * rib.c (rib_if_delete): New function. Walk down all routes and
1005 delete all on the interface.
1006
1007 * rib.h: New function prototype.
1008
1009 * rt_netlink.c (netlink_link_change): Call
1010 zebra_interface_delete_update ().
1011
10122000-05-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1013
1014 * if_ioctl.c (interface_info_ioctl): Check interface's flag before
1015 checking interface's address.
1016
10172000-04-26 Jochen Friedrich <jochen@nwe.de>
1018
1019 * GNOME-PRODUCT-ZEBRA-MIB: New file.
1020
1021 * GNOME-SMI: New file.
1022
10232000-04-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1024
1025 * irdp.c: New file from 1997 development code.
1026 * irdp.h: Likewise.
1027
10282000-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1029
1030 * rtadv.c (rtadv_send_packet): Enclose router advertisement
1031 logging with IS_ZEBRA_DEBUG_PACKET.
1032
10332000-04-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1034
1035 * zserv.c (zebra_client_close): Remove client structure from
1036 client_list when connection is terminated.
1037
10382000-03-21 David Lipovkov <davidl@nbase.co.il>
1039
1040 * connected.c (connected_add_ipv4): Allows all necessary structure
1041 updates for connected route, but doesn't insert it into rib if
1042 it's interface is down.
1043
10442000-01-21 Hideto Yamakawa <hideto.yamakawa@soliton.co.jp>
1045
1046 * rtread_getmsg.c: Set some definition for Solaris 2.5 and Solaris
1047 2.5.1.
1048
10492000-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * rib.c (no_ipv6_route_ifname): Fix buf of cheking return value
1052 from str2prefix_ipv6().
1053
10542000-01-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1055
1056 * rt_socket.c: Revert to use RTF_HOST for IPv4 with /32 route and
1057 IPv6 with /128 routes.
1058 (kernel_rtm_ipv4): In case of /32 route's gateway is interface. It
1059 should have mask for cloning.
1060
10611999-12-26 Jochen.Friedrich@genorz.de
1062
1063 * interface.c (if_dump_vty): Fix a bug of missing VTY_NEWLINE.
1064
10651999-12-23 Alex Zinin <zinin@amt.ru>
1066 * interface.*: dynamic int up/down support
1067
10681999-12-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1069
1070 * ipforward_proc.c (dropline): Move dropline() from lib/dropline.c
1071
1072 * rtread_proc.c (proc_route_read): Don't use dropline().
1073
10741999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1075
1076 * kernel_socket.c (rtm_read): When message is RTM_GET, it has own
1077 process's pid.
1078
10791999-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1080
1081 * main.c (main): Change to default log output to ZLOG_STDOUT.
1082
1083 * zserv.c (zebra_serv): More detailed error print.
1084
10851999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * kernel_socket.c (rtm_read): Check old pid for static route
1088 insertion check.
1089
10901999-11-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1091
1092 * interface.c (if_dump_vty): BSDI/OS uses 64bit for interface
1093 statistics counter.
1094
1095 * mtu_kvm.c: New file added.
1096
10971999-11-27 Vladimir B. Grebenschikov <vova@express.ru>
1098
1099 * kernel_socket.c (rtm_write): Set RTF_CLONING flag for
1100 route to the directly connected interface.
1101
11021999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1103
1104 * rt_socket.c: Delete USE_HOST_BIT definition.
1105
11061999-11-21 Michael Handler <handler@sub-rosa.com>
1107
1108 * rtread_getmsg.c: Undef some definition to resolve conflict.
1109
11101999-11-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1111
1112 * kernel_socket.c (rtm_write): Change to use pre stored struct_dl
1113 value for gateway specification.
1114
11151999-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1116
1117 * rt_socket.c (kernel_rtm_ipv4): Even mask is 32 under IPv4 or
1118 128 under IPv6, don't use RTF_HOST.
1119
11201999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1121
1122 * Makefile.am (EXTRA_DIST): Add rtread_getmsg.c.
1123
11241999-11-21 Michael Handler <handler@sub-rosa.com>
1125
1126 * rtread_getmsg.c: Added for Solaris 2.6 support.
1127
11281999-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1129
1130 * rtread_sysctl.c (rtm_read_route): RTM_DELETE handling added.
1131
1132 * rt_socket.c (kernel_read): Better BSD routing socket support.
1133
11341999-10-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1135
1136 * client_main.c: Disable making obsolete zebra test `client'
1137 command.
1138
11391999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1140
1141 * zebra.c: Renamed to zserv.c.
1142
1143 * zebra.h: Global definitions are moved to lib/zebra.h. Then
1144 renamed to zserv.h.
1145
11461999-10-15 Jordan Mendelson <jordy@wserv.com>
1147
1148 * if_ioctl.c: Add Linux 2.2.X's alias support and dynamic
1149 interface. Remove ugly MAX_INTERFACE handling codes.
1150
11511999-09-17 Satosi KOBAYASI <kobayasi@north.ad.jp>
1152
1153 * Fix serious bug of IPv6 route deletion.
1154
11551999-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * ioctl.c (if_set_prefix): Properly set broadcast address.
1158
11591999-09-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1160
1161 * rib.c (rib_add_ipv6, rib_delete_ipv6): now protocol daemons
1162 can install connected route to kernel via zebra
1163
11641999-08-24 VOP <vop@unity.net>
1165
1166 * rib.c: Include "sockunion.h"
1167
11681999-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1169
1170 * ipforward.h: New file.
1171
1172 * zebra.h: Obsolete message ZEBRA_GET_ALL_INTERFACE,
1173 ZEBRA_GET_ONE_INTERFACE, ZEBRA_GET_HOSTINFO are deleted.
1174
11751999-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1176
1177 * zebra.h (ZEBRA_INTERFACE_ADDRESS_ADD):
1178 ZEBRA_INTERFACE_{ADD,DELETE} added.
1179
11801999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1181
1182 * rib.c: show ip route A.B.C.D works.
1183
1184 * zebra.c (zebra_read_ipv4): Add ifindex to zebra messages.
1185
11861999-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1187
1188 * zebra.h: New Zebra message ZEBRA_INTERFACE_{ADD,DELETE} added.
1189
11901999-08-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1191
1192 * interface.h: New file.
1193 * Makefile.am: Add interface.h
1194
11951999-08-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1196
1197 * redistribute.c (zebra_redistribute): give ifindex to client.
1198
11991999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1200
1201 * main.c (longopts): -k, --keep_kernel option added.
1202
12031999-07-18 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1204
1205 * rt_socket.c (rtm_write): forgot closing socket bug fixed.
1206
12071999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1208
1209 * rib.c (show_ipv6_cmd): if rib is link show interface name.
1210
12111999-07-17 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1212
1213 * rt_socket.c (rtm_write): use sockaddr_dl when null gateway.
1214
12151999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1216
1217 * rt_socket.c (rtm_write): ipv6 route table bug fixed.
1218
12191999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1220
1221 * zebra.c (zebra_read_ipv6): read link prefix from ospf6 support
1222
12231999-07-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
1224
1225 * rt_socket.c (kernel_rtm_ipv6): gate treatment bug fixed.
1226
12271999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1228
1229 * if_sysctl.c (ifm_read): Clear sockunion argument before fetching
1230 data. Suggested by "Chris P. Ross" <cross@eng.us.uu.net>
1231
12321999-07-08 HEO SeonMeyong <seirios@Matrix.IRI.Co.Jp>
1233
1234 * interface.c (if_tun_add): Add KAME's gif tunnel setting codes.
1235
12361999-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1237
1238 * zebra.c (zebra_serv): Only accept loopback address connection.
1239
12401999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1241
1242 * zebra.h (ZEBRA_ROUTE_EXTERNAL): Add zebra messages flags
1243
12441999-06-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1245
1246 * ipforward_proc.c: ipforward_on () and ipforward_off () added.
1247
12481999-06-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1249
1250 * ipforward_proc.c (ipforward_ipv6): Check for IPv6 forwarding
1251 using /proc file system is added.
1252
12531999-06-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1254
1255 * if_ioctl.c (if_get_index): Interface index set bug is fixed by
1256 adding #else at the middle of function. Suggested by David Luyer
1257 <luyer@ucs.uwa.edu.au>.
1258
12591999-05-29 <kunihiro@zebra.org>
1260
1261 * rt_ioctl.c: Comment out #include <linux/ipv6_route.h>.
1262
12631999-05-26 Kunihiro Ishiguro <kunihiro@zebra.org>
1264
1265 * zebra.h (ZEBRA_ROUTE_MAX): Add new define for the max value of
1266 the sort of routes.
1267
12681999-05-25 Patrick Koppen <koppen@rhrk.uni-kl.de>
1269
1270 * rt_netlink.c (netlink_socket): Make netlink socket non-blocking.
1271 (netlink_parse_info): If errno is EWOULDBLOCK then continue to
1272 parse the message.
1273 (netlink_talk): Likewise
1274
12751999-05-17 <kunihiro@zebra.org>
1276
1277 * redistribute.c (zebra_check_addr): Added for loopback address
1278 check.
1279
12801999-05-15 Kunihiro Ishiguro <kunihiro@zebra.org>
1281
1282 * rt_netlink.c (netlink_route_change): Tempolary bypass ipv6 route
1283 change treatment.
1284
1285 * Makefile.am (noinst_HEADERS): redistribute.h added.
1286
1287 * redistribute.h: New file.
1288
12891999-05-14 Stephen R. van den Berg <srb@cuci.nl>
1290
1291 * zebra.c (show_table): Show all table configuration DEFUN.
1292 (config_table): Config table number DEFUN.
1293
1294 * rt_netlink.c: Add support for multiple routing table.
1295
1296 * rib.c (rib_weed_table): New function added for delete all
1297 routes from specified routing table.
1298
1299 * main.c (signal_init): SIGTERM call sigint.
1300 (sigint): Loggging more better message.
1301
13021999-05-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1303
1304 * rt_netlink.c: Change log () to zlog ().
1305
13061999-05-07 <kunihiro@zebra.org>
1307
1308 * zebra.h (ZEBRA_ROUTE_OSPF6): Added for ospf6d route.
1309
13101999-04-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1311
1312 * interface.c: Add `no ip address' command.
1313
13141999-04-10 Kunihiro Ishiguro <kunihiro@zebra.org>
1315
1316 * rt_netlink.c (kernel_read): Function added for asynchronous
1317 zebra between kernel communication.
1318
13191999-03-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1320
1321 * rtread_sysctl.c (rtm_read): Fix address memcopy overrun bug.
1322 Reported by Achim Patzner <ap@bnc.net>.
1323
13241999-03-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1325
1326 * Makefile.am: Install configuration sample with 600 permission.
1327
13281999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1329
1330 * Makefile.am: Add -I.. to INCLUDES.
1331
13321999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1333
1334 * syslog support added
1335
13361999-02-17 Peter Galbavy <Peter.Galbavy@knowledge.com>
1337
1338 * if_sysctl.c (interface_list): allocated memory free when unknown
1339 ifm_type is returned.
1340
1341 * ioctl.c (if_get_mtu): added SIOCGIFDATA treatment.
1342
13431998-12-15 Magnus Ahltorp <map@stacken.kth.se>
1344
1345 * interface.c: Header include added.
1346
13471998-12-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1348
1349 * rt.h (kernel_delete_ipv6): change int index to unsigned int index.
1350
13511998-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1352
1353 * if_ioctl.c (interface_list_ioctl): interface flag must be
1354 checked before check addresses of the interface.
1355
13561998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1357
1358 * Makefile.am (INCLUDES): add @INCLUDES@ for Linux IPv6.
1359
13601998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1361
1362 * ioctl.c: Linux version before 2.1.0 need interface route setup.
1363
13641998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1365
1366 * change HYDRANGEA to KAME
1367
13681998-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1369
1370 * if_ioctl.c (if_addr_ioctl): set address family for getting
1371 interface's address.
1372 (if_get_index): silently return when can't get interface's index.
1373
13741998-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1375
1376 * main.c (main): batch mode option '-b' added.
1377
13781998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1379
1380 * ioctl.c (if_set_prefix): add `ip address IPV4ADDR' command.
1381 * interface.c (shutdown_if): add interface shutdown and no
1382 shutdown command.
1383
13841998-08-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1385
1386 * rib.c (rib_add_ipv6): delete rib_add_in6.
1387
13881998-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1389
1390 * main.c: retain flag is added.
1391
13921998-07-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1393
1394 * rtable.[ch]: merged with rib.[ch]
1395
13961998-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1397
1398 * connected.h: renamed from ifa.h.
1399
14001998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1401
1402 * rename if.c to interface.c
1403 * rename ifa.c to connected.c
1404
1405 * Porting to Debian GNU/Linux 2.0 (hamm).
1406
14071998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1408
1409 * rt_netlink.c: renamed from krt_netlink.c
1410
1411 * fib.c: deleted.
1412 * rt_kvm.c: deleted.
1413 * rtread_getmsg.c: deleted.
1414
14151998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1416
1417 * if.c (multicast): add multicast flag [un]set fucntion.
1418
14191998-05-19 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1420
1421 * rt_socket.c: Modify for compile on Solaris, but dont't work it.
1422 rt_socket.c have some undefined function, so add directive "IMPLEMENT"
1423
14241998-05-18 Yamshita TAKAO <jargon@lares.dti.ne.jp>
1425
1426 * zebra.c: Modify for compile on Solaris.
1427
14281998-05-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1429
1430 * main.c: change CONFDIR to SYSCONFDIR.
1431
14321998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1433
1434 * .cvsignore: added.
1435
14361998-04-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1437
1438 * client.c: moves to ../lib.
1439
14401998-03-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1441
1442 * if_ioctl.c (if_get_addr): Change address copy from memcopy() to
1443 structure assignment.
1444
14451998-03-30 URA Hiroshi <ura@yamato.ibm.co.jp>
1446
1447 * if_sysctl.c (ifm_interface_add): sdl->sdl_data copy bug fixed.
1448
14491998-02-23 "Hannes R. Boehm" <hannes@boehm.org>
1450
1451 * if.c (if_init): add config_exit_cmd and config_help_cmd.
1452
14531998-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
1454
1455 * rt_ioctl.c (route_ioctl): EPERM treatment added.
1456
14571998-01-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1458
1459 * rt_socket.c (kernel_read): communication port zebra between
1460 kernel is now handled by kernel_read.
1461
14621998-01-02 Kunihiro Ishiguro <kunihiro@zebra.org>
1463
1464 * main.c (main): zebra [-P port] can specify vty port number.
1465
14661997-12-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1467
1468 * zebra.c: change select will be block.
1469
14701997-12-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1471
1472 * add static route treatment.
1473
14741997-11-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1475
1476 * rt_netlink.c: add netlink support over GNU/Linux system.
1477
14781997-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
1479
1480 * all inet_addr is changed to inet_aton.
1481
1482 * zebra.c (ip_route): add ip route command for static routes.
1483
14841997-11-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1485
1486 * if.c (if_flag_dump): Linux port of if_flag_dump and _vty.
1487
14881997-11-19 Kunihiro Ishiguro <kunihiro@zebra.org>
1489
1490 * if.c: add interface command.
1491
14921997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1493
1494 * ipforward_proc.c : Now works on Linux.
1495
14961997-10-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1497
1498 * command.c : add completion feature.
1499
15001997-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1501
1502 * vty.c (vty_command): add vty interface.
1503
15041997-10-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1505
1506 * zebra.c: add verbose mode.
1507
15081997-10-12 SonMyong Ho <s-ho@Matrix.IRI.Co.Jp>
1509
1510 * Hydrangea for FreeBSD supported
1511 * in.h: add some prototype.
1512
15131997-10-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1514
1515 * rt_socket.c and rtread.c completely rewritten.
1516
15171997-10-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1518
1519 * rt_socket.c: rename kernel_sock to routing_socket
1520
15211997-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
1522
1523 * if.c (if_new): interface structure change from linklist to vector.
1524
15251997-10-03 Kunihiro Ishiguro <kunihiro@zebra.org>
1526
1527 * vector.c (vector_init): create vector related function
1528
15291997-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1530
1531 * Makefile.in: add tags target
1532
1533 * start IPv6 support for INRIA FreeBSD.
1534