]> git.proxmox.com Git - mirror_frr.git/blob - ospfd/ChangeLog
2004-09-11 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / ospfd / ChangeLog
1 2004-08-31 David Wiggins <dwiggins@bbn.com>
2
3 * ospf_spf.c (ospf_spf_calculate): Many more comments and debug
4 print statements. New function ospf_vertex_dump used in debugging.
5
6 2004-08-31 David Wiggins <dwiggins@bbn.com>
7
8 * ospf_spf.h (struct vertex): Comments for flags and structure members.
9
10 2004-08-31 David Wiggins <dwiggins@bbn.com>
11
12 * ospf_route.c: When finding an alternate route, log cost as well.
13
14 2004-08-31 David Wiggins <dwiggins@bbn.com>
15
16 * ospf_interface.c (ospf_lookup_if_params): Initialize af in
17 struct prefix allocated on stack.
18
19 2004-08-31 David Wiggins <dwiggins@bbn.com>
20
21 * ospf_packet.c (ospf_ls_ack_send_delayed): In p2mp mode, send
22 acks to AllSPFRouters, rather than All-DR.
23
24 2004-08-27 Hasso Tepper <hasso at quagga.net>
25
26 * ospf_vty.c: Don't print ospf network type under interface only
27 if interface is in broadcast mode and interface type really is
28 broadcast. Fixes Bugzilla #108.
29
30 2004-08-27 David Wiggins <dwiggins@bbn.com>
31
32 * ospf_spf.c (ospf_nexthop_calculation): Initialize address family
33 in on-stack struct prefix_ipv4. Fixes point-to-multipoint SPF
34 calculation.
35
36 2004-08-26 Greg Troxel <gdt@fnord.ir.bbn.com>
37
38 * ospf_packet.c (ospf_recv_packet): adjust size declaration of
39 buffer used to get interface index so that it compiles on other
40 than Linux and includes the required alignment space. Probably
41 this was only working on sparc/sparc64 because most of
42 sockaddr_dl was not being written.
43
44 2004-08-19 Paul Jakma <paul@dishone.st>
45
46 * ospf_packet.c: update to match sockopt renames.
47
48 2004-08-04 Paul Jakma <paul@dishone.st>
49
50 * ospf_spf.c: (ospf_spf_consider_nexthop) Add comment about issue.
51 Compare only against list head - all nexthops must be same cost
52 anyway, fixes a reference-listnode-after-delete bug noted by
53 Kir Kostuchenko.
54 (ospf_nexthop_calculation) Use ospf_spf_consider_nexthop for all
55 candidates attached to root.
56
57 2004-07-27 Paul Jakma <paul@dishone.st>
58
59 * ospf_packet.c: (ospf_ls_upd_send_queue_event) fix thinko from
60 last fix for ospfd wedging due to oversize LSAs: dont list loop on
61 ospf_ls_upd_queue_send() - guaranteed segfault.
62
63 2004-07-27 Paul Jakma <paul@dishone.st>
64
65 * ospf_opaque.c: (ospf_opaque_lsa_flush_schedule) do not NULL out
66 the LSA as then free_opaque_info_per_id() can never unlock (and
67 free) the LSA. Reported by Gunnar Stigen.
68
69 2004-07-23 Paul Jakma <paul@dishone.st>
70
71 * ospf_network.c: Replace PKTINFO/RECVIF with call to
72 setsockopt_pktinfo
73 * ospf_packet.c: Use getsockopt_pktinfo_ifindex and
74 SOPT_SIZE_CMSG_PKTINFO_IPV4.
75
76 2004-07-14 Paul Jakma <paul@dishone.st>
77
78 * ospf_packet.c: (ospf_ls_upd_send_queue_event) Partial fix for
79 problem reported by Peter Frost amongst others, where function
80 will spin indefinitely if update list contains LSAs greater than
81 MTU-headers or other condition leading to update list never being
82 cleared. Problem of what to do with these LSAs remains.
83 (ospf_make_ls_upd) add comment about large LSA problem,
84 indentation cleanup.
85
86 2004-07-01 Greg Troxel <gdt@fnord.ir.bbn.com>
87
88 * Makefile.am (lib_LTLIBRARIES): make libospf shared
89
90 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com>
91
92 * Makefile.am: Add shlib support.
93
94 2004-06-10 Hasso Tepper <hasso@estpak.ee>
95
96 * *: Removed ifdefs HAVE_NSSA.
97
98 2004-06-06 Paul Jakma <paul@dishone.st>
99
100 * ospf_dump.c,ospf_lsa.c: Fix typos of merge of previous.
101 ospf_flood.c: (ospf_process_self_originated_lsa) fix zlog format
102
103 2004-05-31 Sagun Shakya <sagun.shakya@sun.com>
104
105 * ospf_dump.c: (ospf_lsa_header_dump) LOOKUP can return null if
106 index is out of range.
107 ospf_flood.c: endianness fix
108 ospf_lsa.c: Missing ntohl's on (struct lsa *)->data->ls_seqnum
109 in various places.
110
111 2004-05-10 Hasso Tepper <hasso@estpak.ee>
112
113 * ospf_zebra.c, ospfd.c: Move ospf_prefix_list_update() function
114 to ospf_zebra.c from ospfd.c and add redistribution updates if
115 route-map is used in redistribution.
116 * ospf_main.c: Remove now useless call to ospf_init().
117
118 2004-05-08 Paul Jakma <paul@dishone.st>
119
120 * ospf_zebra.c: Sync with lib/zclient changes
121
122 2004-05-05 Paul Jakma <paul@dishone.st>
123
124 * ospf_network.c: (ospf_sock_init) Check whether IP_HDRINCL is
125 defined. Warn at compile and runtime. Use
126 IPTOS_PREC_INTERNETCONTROL otherwise.
127 * ospf_packet.c: (ospf_associate_packet_vl) cleanup, move
128 some of the checks up to ospf_read, return either a
129 virtual link oi, or NULL.
130 (ospf_read) Cleanup, make it responsible for checks. Remove
131 the nbr lookup - moved to ospf_neighbor. Adjust all nbr
132 lookups to use new wrappers exported by ospf_neighbor.
133 * ospf_neighbor.h: Add ospf_neigbour_get and ospf_nbr_lookup.
134 * ospf_neighbor.c: (ospf_neigbour_get) Index ospf_interface
135 neighbour table by router-id for virtual-link ospf_interfaces,
136 not by peer_addr (which breaks for asymmetric vlinks)
137 (ospf_nbr_lookup) add a wrapper for nbr lookups to deal with
138 above.
139 * ospf_interface.c: (ospf_vl_set_params) Catch changes of interface
140 address for either end of a virtual-link, and hence potential cost
141 changes.
142
143 2004-04-22 Hasso Tepper <hasso@estpak.ee>
144
145 * ospf_zebra.c: Don't ignore reject/bh routes, it's the only way
146 to "summarize" routes in ASBR at the moment.
147
148 2004-04-20 Hasso Tepper <hasso@estpak.ee>
149
150 * ospfd.c: Unset NP flag if area is going to be normal or stub.
151 Fixes UNH OSPF_NSSA.1.2a comment.
152 * ospf_abr.c: Originate default into stub/nssa area even if
153 summaries are disabled.
154 * ospf_zebra.c: Don't attempt to redistribute 127.0.0.0/8.
155
156 2004-04-19 Hasso Tepper <hasso@estpak.ee>
157
158 * ospf_vty.c: Don't warn that export- and import-list can't be
159 configured to backbone area if they are applied and are working
160 fine.
161
162 2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
163
164 * ospf_packet.c: Don't drop packets in Solaris x86.
165 [quagga-dev 1005].
166
167 2004-03-18 Amir Guindehi <amir@datacore.ch>
168
169 * ospf_opaque.c: Attempt to correct the incorrect behavior of
170 Quagga's ospfd in the special situation that a node's opaque
171 capability has changed as "ON -> OFF -> ON". [quagga-dev 843].
172
173 2004-02-19 Sowmini Varadhan <sowmini.varadhan@sun.com>
174
175 * ospf_abr.c: (ospf_abr_update_aggregate) UNH 3.12b,c, address range
176 should be configured with the highest cost path within the range,
177 not lowest.
178
179 2004-02-17 Paul Jakma <paul@dishone.st>
180
181 * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface
182 params, nor the interface structure, if an interface delete
183 message is received from zebra.
184 * ospf_interface.c: (ospf_if_delete_hook) Delete the interface
185 params and interface, ie that which was previously removed in
186 (ospf_interface_delete) above.
187
188 2004-02-11 Hasso Tepper <hasso@estpak.ee>
189 * ospf_interface.c, ospf_zebra.c: Don't attempt to read path->oi->ifp
190 if oi doesn't exist any more.
191
192 2004-02-11 Vadim Suraev <vadim.suraev@terayon.com>
193 * ospf_packet.c (ospf_ls_upd): Router should flush received network
194 LSA if it was originated with older router-id ([zebra 14710] #6).
195
196 2003-12-08 Mattias Amnefelt <mattiasa@kth.se>
197
198 * ospf_packet.c: (ospf_recv_packet) OpenBSD now leaves iph.ip_len
199 network byte order.
200
201 2003-12-05 Greg Troxel <gdt@poblano.ir.bbn.com>
202
203 * ospfd.c (ospf_network_match_iface): Rewrite code for clarity
204 while trying not to change semantics. Add ifdefed-out code to
205 avoid matching ppp interfaces whose destination address does not
206 also match the prefix under consideration, to help out people with
207 problems due to as-yet-unfixed bugs with p2p interfaces coming and
208 going.
209
210 2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
211
212 * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route
213 node in body of the loop to avoid chance that route node
214 is unlocked and deleted before the next iteration tries to
215 get next route node.
216
217 2003-05-24 Kenji Yabuuchi
218
219 * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific
220 match for interface lookup.
221
222 2003-05-18 Hasso Tepper <hasso@estpak.ee>
223
224 * ospf_vty.c: Show NSSA LSA route info in "show ip ospf database"
225 output
226
227 2003-05-16 Hasso Tepper <hasso@estpak.ee>
228
229 * ospf_lsa.c: Fix handling of NSSA
230
231 2003-04-23 Hasso Tepper <hasso@estpak.ee>
232
233 * ospf_vty.c: fix "router xxx" node commands in vtysh
234
235 2003-04-19 Hasso Tepper <hasso@estpak.ee>
236
237 * {ospf_abr,ospfd}.c: area id's DECIMAL -> ADDRESS
238 * ospf_routemap.c: sync daemon's route-map commands to have same
239 syntax.
240
241 2003-04-19 Sergey Vyshnevetskiy <serg@vostok.net>
242
243 * ospf_packet.c: Add missing param to zlog
244 * ospf_flood.c: remove unused vars
245
246 2003-04-17 Denis Ovsienko <zebra@pilot.org.ua>
247
248 * ospf_interface.c: fix incorrect memset
249
250 2003-04-10 Amir Guindehi <amir@datacore.ch>
251
252 * ospf_lsa.[ch]: opaque LSA fix, use ospf_lookup.
253
254 2003-04-03 David Watson <dwatson@eecs.umich.edu>
255
256 * ospf_lsa.c: byte order fix
257
258 2002-03-17 Amir Guindehi <amir@datacore.ch>
259
260 * ospf_apiserver.[ch]: Merge Ralph Keller's OSPFAPI support.
261 * ospf_api.[ch]: Merge Ralph Keller's OSPFAPI support.
262 * ospfclient: OSPFAPI demonstration client.
263
264 2003-01-23 Masahiko Endo <endo@suri.co.jp>
265
266 * ospf_ism.c: NSM event schedule bug fix.
267
268 2002-10-30 Greg Troxel <gdt@ir.bbn.com>
269
270 * ospf_packet.c (ospf_make_md5_digest): MD5 length fix.
271
272 2002-10-23 endo@suri.co.jp (Masahiko Endo)
273
274 * ospf_opaque.c: Update Opaque LSA patch.
275
276 2002-10-23 Ralph Keller <keller@tik.ee.ethz.ch>
277
278 * ospf_vty.c (show_ip_ospf_database): Fix CLI parse.
279
280 2002-10-23 Juris Kalnins <juris@mt.lv>
281
282 * ospf_interface.c (ospf_if_stream_unset): When write queue
283 becomes empty stop write timer.
284
285 2002-10-10 Greg Troxel <gdt@ir.bbn.com>
286
287 * ospf_packet.c (ospf_check_md5_digest): Change >= to > to make it
288 conform to RFC.
289
290 2002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
291
292 * zebra-0.93 released.
293
294 2002-06-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
295
296 * ospf_spf.c (ospf_nexthop_calculation): Add NULL set to oi and
297 check of l2. Reported by: Daniel Drown <dan-zebra@drown.org>
298 (ospf_lsa_has_link): LSA Length calculation fix. Reported by:
299 Paul Jakma <paulj@alphyra.ie>.
300
301 * ospfd.c (ospf_if_update): Fix nextnode reference bug. Reported
302 by: juris@mt.lv.
303
304 2002-01-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
305
306 * ospfd.c: Merge [zebra 11445] Masahiko ENDO's Opaque-LSA support.
307
308 2001-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>
309
310 * ospf_interface.c (ospf_add_to_if): Use /32 address to register
311 OSPF interface information.
312 (ospf_delete_from_if): Likewise.
313
314 * ospf_zebra.c (ospf_interface_address_delete): Likewise.
315
316 2001-08-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
317
318 * ospf_zebra.c (ospf_redistribute_unset): When redistribute type
319 is OSPF, do not unset redistribute flag.
320
321 2001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
322
323 * zebra-0.92a released.
324
325 2001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
326
327 * zebra-0.92 released.
328
329 2001-08-12 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
330
331 * ospfd.c (ospf_config_write): auto-cost reference-bandwidth
332 configuration display.
333
334 2001-07-24 David Watson <dwatson@eecs.umich.edu>
335
336 * ospf_spf.c (ospf_spf_next): Modify ospf_vertex_add_parent to
337 check for an existing link before connecting the parent and child.
338 ospf_nexthop_calculation is also modified to check for duplicate
339 entries when copying from the parent. Finally, ospf_spf_next
340 removes duplicates when it merges two equal cost candidates.
341
342 2001-07-23 itojun@iijlab.net
343
344 * ospfd.c (show_ip_ospf_neighbor): Check ospf_top before use it
345 [zebra 8549].
346
347 2001-07-23 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
348
349 * ospf_packet.c (ospf_write): Remove defined(__OpenBSD__) to make
350 it work on OpenBSD.
351
352 2001-06-26 Kunihiro Ishiguro <kunihiro@zebra.org>
353
354 * ospf_zebra.c (config_write_ospf_default_metric): Display
355 default-metric configuration.
356
357 2001-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
358
359 * ospf_ia.h (OSPF_EXAMINE_SUMMARIES_ALL): Remove old macros.
360
361 2001-05-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
362
363 * ospf_snmp.c (ospfIfEntry): Fix interface lookup bug to avoid
364 crush.
365 (ospfIfMetricEntry): Likewise.
366
367 2001-03-18 Kunihiro Ishiguro <kunihiro@zebra.org>
368
369 * ospf_packet.c (ospf_read): Fix typo. Reported by: "Jen B
370 Lin'Kova" <jen@stack.net>.
371
372 2001-03-15 Gleb Natapov <gleb@nbase.co.il>
373
374 * ospf_interface.c (ip_ospf_network): Set interface parameter.
375 (interface_config_write): Add check for OSPF_IFTYPE_LOOPBACK.
376
377 * ospf_zebra.c (ospf_interface_add): Set interface parameter.
378
379 2001-02-21 Kunihiro Ishiguro <kunihiro@zebra.org>
380
381 * ospf_packet.c (ospf_recv_packet): Solaris also need to add
382 (iph.ip_hl << 2) to iph.ip_len.
383
384 2001-02-09 Kunihiro Ishiguro <kunihiro@zebra.org>
385
386 * ospfd.h (OSPF_LS_REFRESH_TIME): Fix OSPF_LS_REFRESH_TIME value.
387 Suggested by: David Watson <dwatson@eecs.umich.edu>.
388
389 * ospf_zebra.c (zebra_init): Remove zebra node.
390
391 * ospfd.c (ospf_area_range_set): Function name is changed from
392 ospf_ara_range_cmd.
393 (ospf_area_range_unset): New function which separated from DEFUN.
394 New commands are added:
395 "no area A.B.C.D range A.B.C.D/M advertise"
396 "no area <0-4294967295> range A.B.C.D/M advertise"
397 "no area A.B.C.D range A.B.C.D/M not-advertise"
398 "no area <0-4294967295> range A.B.C.D/M not-advertise"
399
400 * ospf_lsa.c (ospf_lsa_more_recent): Fix previous change.
401
402 2001-02-08 Matthew Grant <grantma@anathoth.gen.nz>
403
404 * ospf_network.c (ospf_if_add_allspfrouters): Use
405 setsockopt_multicast_ipv4.
406 (ospf_if_drop_allspfrouters): Likewise.
407
408 * ospf_lsa.c (ospf_router_lsa_install): Add rt_recalc flag.
409 (ospf_network_lsa_install): Likewise.
410 (ospf_summary_lsa_install): Likewise.
411 (ospf_summary_asbr_lsa_install): Likewise.
412 (ospf_external_lsa_install): Likewise.
413 (ospf_lsa_install): Call ospf_lsa_different to check this LSA is
414 new one or not.
415
416 2001-02-08 Kunihiro Ishiguro <kunihiro@zebra.org>
417
418 * ospf_zebra.c (ospf_interface_delete): Do not free interface
419 structure when ospfd receive interface delete message to support
420 pseudo interface.
421
422 2001-02-01 Dick Glasspool <dick@ipinfusion.com>
423
424 * ospfd.c (area_range_notadvertise): Change area range "suppress"
425 command to "not-advertise".
426
427 * ospfd.h (OSPF_LS_REFRESH_TIME): Change OSPF_LS_REFRESH_TIME from
428 1800 to 60.
429
430 * ospf_abr.c (ospf_abr_update_aggregate): When update_aggregate is
431 updating the area-range, the lowest cost is now saved.
432
433 * ospf_lsa.c (ospf_lsa_more_recent): Routing to compare sequence
434 numbers rather than creating overflow during calculation.
435
436 2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
437
438 * zebra-0.91 is released.
439
440 2001-01-31 Kunihiro Ishiguro <kunihiro@zebra.org>
441
442 * ospf_packet.c (ospf_db_desc_proc): Do not continue process when
443 NSM_SeqNumberMismatch is scheduled.
444 (ospf_ls_req): Free ls_upd when return from this function.
445 (ospf_ls_upd_timer): When update list is empty do not call
446 ospf_ls_upd_send(). Suggested by: endo@suri.co.jp (Masahiko
447 Endo).
448
449 2001-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
450
451 * ospf_lsa.c (ospf_maxage_flood): Flood LSA when it reaches
452 MaxAge. RFC2328 Section 14.
453 (ospf_maxage_lsa_remover): Call above function during removing
454 MaxAge LSA.
455
456 2001-01-26 Dick Glasspool <dick@ipinfusion.com>
457
458 * ospf_flood.c (ospf_flood_through_as): Function is updated for
459 NSSA Translations now done at ospf_abr.c with no change in P-bit.
460
461 * ospf_lsa.c (ospf_get_nssa_ip): Get 1st IP connection for Forward
462 Addr.
463 (ospf_install_flood_nssa): Leave Type-7 LSA at Lock Count = 2.
464
465 * ospf_ase.c (ospf_ase_calculate_route): Add debug codes.
466
467 * ospf_abr.c (ospf_abr_translate_nssa): Recalculate LSA checksum.
468
469 * ospf_packet.h (OSPF_SEND_PACKET_LOOP): Added for test packet.
470
471 * ospf_dump.c (ospf_lsa_type_msg): Add OSPF_GROUP_MEMBER_LSA and
472 OSPF_AS_NSSA_LSA.
473
474 * ospfd.c (data_injection): Function to inject LSA. This is
475 debugging command.
476
477 2001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
478
479 * ospf_route.c (ospf_route_match_same): Remove function.
480 (ospf_route_match_same_new): Renamed to ospf_route_match_same.
481
482 * ospf_zebra.c (ospf_interface_address_delete): Add check for
483 oi->address. Suggested by Matthew Grant
484 <grantma@anathoth.gen.nz>.
485 (ospf_zebra_add): Remove function.
486 (ospf_zebra_add_multipath): Rename to ospf_zebra_add.
487
488 * ospf_interface.c: Remove HAVE_IF_PSEUDO part.
489
490 * ospf_zebra.c: Likewise.
491
492 2001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
493
494 * ospf_ase.c: Remove OLD_RIB part.
495
496 * ospf_route.c: Likewise.
497
498 * zebra-0.90 is released.
499
500 * ospf_packet.c (ospf_recv_packet): Use ip_len adjestment code to
501 NetBSD.
502
503 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
504
505 * ospf_route.c (ospf_route_delete): Use
506 ospf_zebra_delete_multipath.
507
508 2001-01-09 Matthew Grant <grantma@anathoth.gen.nz>
509
510 * ospf_interface.c (ospf_if_cleanup): Function name is renamed
511 from ospf_if_free(). Rewrite whole procudure to support primary
512 address deletion.
513
514 * ospf_zebra.c (ospf_interface_address_delete): Add primary
515 address deletion process.
516
517 2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
518
519 * ospf_packet.c (ospf_recv_packet): OpenBSD has same ip_len
520 treatment like FreeBSD.
521
522 2001-01-09 endo@suri.co.jp (Masahiko Endo)
523
524 * ospf_packet.c (ospf_recv_packet): FreeBSD kernel network code
525 strips IP header size from receiving IP Packet. So we adjust
526 ip_len to whole IP packet size by adding IP header size.
527
528 2001-01-08 endo@suri.co.jp (Masahiko Endo)
529
530 * ospf_network.c (ospf_serv_sock): When socket() is failed return
531 immediately.
532 (ospf_serv_sock): Close socket when it is not used.
533
534 * ospf_packet.c (ospf_write): Set sin_len when HAVE_SIN_LEN is
535 defined.
536 (ospf_write): When bind is fined, close sock.
537
538 2001-01-07 Gleb Natapov <gleb@nbase.co.il>
539
540 * ospf_zebra.c (ospf_interface_state_up): Fixes coredump that
541 appears when you try to configure bandwidth on the ppp interface
542 that is not yet configured in ospfd.
543
544 2001-01-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
545
546 * ospf_route.c (show_ip_ospf_route_external): "show ip ospf route"
547 will print nexthops for AS-external routes.
548
549 * ospf_ase.c (ospf_ase_route_match_same): New function to compare
550 ASE route under multipath environment.
551 (ospf_ase_compare_tables): Likewise.
552
553 2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * ospfd.h (OSPF_VTYSH_PATH): Change "/tmp/ospfd" to "/tmp/.ospfd".
556
557 2000-12-28 Kunihiro Ishiguro <kunihiro@zebra.org>
558
559 * ospf_route.c (ospf_route_install): Install multipath information
560 to zebra daemon.
561
562 * ospf_zebra.c (ospf_zebra_add_multipath): Function for passing
563 multipath information to zebra daemon.
564
565 2000-12-25 Dick Glasspool <dick@ipinfusion.com>
566
567 * ospf_packet.c (ospf_write): Call ospf_packet_delete when sendto
568 fail.
569 (DISCARD_LSA): Add argument N for logging point of DISCARD_LSA is
570 called.
571
572 * ospf_lsa.c (ospf_external_lsa_refresh): NSSA install_flood will
573 leave Type-7 LSA at Lock Count = 2.
574
575 * ospf_flood.c (ospf_flood_through): Flood_though_as updated for
576 NSSA no P-bit off during Area flooding, but P-bit is turned off
577 for mulitple NSSA AS flooding.
578
579 * ospf_ase.c (ospf_ase_calculate_timer): Added calculations for
580 Type-7 LSDB.
581
582 * ospf_abr.c (ospf_abr_translate_nssa): Removed one unlock call.
583 (ospf_abr_announce_nssa_defaults): Corrected Debug from EVENT to
584 NSSA.
585
586 2000-12-25 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
587
588 * ospf_zebra.c (ospf_zebra_read_ipv4): Checking the age of the
589 found LSA and if the LSA is MAXAGE we should call refresh instead
590 of originate.
591
592 2000-12-18 Dick Glasspool <dick@ipinfusion.com>
593
594 * ospf_abr.c: Removed redundant "...flood" in
595 announce_network_to_area(). Repaired nssa Unlock by using
596 discard.
597
598 * ospf_packet.c: Removed old NSSA translate during mk_ls_update.
599
600 * ospfd.c: Free up all data bases including NSSA.
601
602 * ospf_lsa.c: Now allow removal of XLATE LSA's Check in
603 discard_callback. Added routine to get ip addr from within the
604 ifp.
605
606 * ospf_flood.c: Now set Forward Address for outgoing Type-7.
607
608 * ospf_lsa.h: Added prototype for the below. struct in_addr
609 ospf_get_ip_from_ifp (struct interface *ifp).
610
611 2000-12-14 Gleb Natapov <gleb@nbase.co.il>
612
613 * ospf_packet.c (ospf_recv_packet): New OSPF pakcet read method.
614 Now maximum packet length may be 65535 bytes (maximum IP packet
615 length).
616
617 * ospf_interface.c (ospf_if_stream_set): Don't make input buffer.
618
619 * ospfd.c (config_write_network_area): Remove unnecessary area
620 lookup code.
621
622 2000-12-13 Kunihiro Ishiguro <kunihiro@zebra.org>
623
624 * ospf_packet.c (ospf_read): Accept packet bigger than MTU value.
625
626 2000-12-13 Gleb Natapov <gleb@nbase.co.il>
627
628 * ospfd.c (config_write_network_area): Fix bug in
629 config_write_network_area function.
630
631 2000-12-12 Gleb Natapov <gleb@nbase.co.il>
632
633 * ospf_abr.c (ospf_abr_announce_network_to_area): Make Summary
634 LSA's origination and refreshment as same as other type of LSA.
635
636 * ospf_lsa.c (ospf_summary_lsa_refresh): Return struct ospf_lsa *.
637
638 * ospf_lsa.c (ospf_summary_asbr_lsa_refresh): Likewise.
639
640 2000-12-08 Dick Glasspool <dick@ipinfusion.com>
641
642 The bulk of NSSA changes are contained herein; This version will
643 require manual setting of "always" for NSSA Translator, and will
644 not perform aggregation yet.
645
646 * ospf_dump.c: "debug ospf nssa" is added.
647
648 * ospf_dump.h: Likewise.
649
650 * ospf_packet.c (ospf_hello): Display router ID on Bad NSSA Hello.
651
652 * ospfd.c: Discard_LSA to stay away from LOCAL_XLT Process NSSA
653 'never, candidate, always'. Change "suppress" to "not-advertise".
654
655 * ospfd.h: Add TranslatorRole to struct ospf_area. Add anyNSSA to
656 struct ospf.
657
658 * ospf_ase.c (ospf_ase_calculate_route): External to stay away
659 from LOCAL_XLT
660
661 * ospf_nsm.c (ospf_db_summary_add): External to stay away from
662 LOCAL_XLT
663
664 * ospf_abr.c: Major logic added for abr_nssa_task(). If ABR, and
665 NSSA translator, then do it. Approve the global list, and flush
666 any unapproved.
667
668 * ospf_lsa.h: New LSA flag OSPF_LSA_LOCAL_XLT to indicate that the
669 Type-5 resulted from a Local Type-7 translation; not used for
670 flooding, but used for flushing.
671
672 * ospf_flood.c: New NSSA flooding.
673
674 2000-12-08 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
675
676 * ospfd.c (ospf_find_vl_data): New function for looking up virtual
677 link data.
678 (ospf_vl_set_security): Virtual link configuration with
679 authentication.
680 (ospf_vl_set_timers): Set timers for virtual link.
681
682 * New commands are added.
683 "area A.B.C.D virtual-link A.B.C.D"
684 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535>"
685 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> authentication-key AUTH_KEY"
686 "area A.B.C.D virtual-link A.B.C.D authentication-key AUTH_KEY"
687 "area A.B.C.D virtual-link A.B.C.D hello-interval <1-65535> retransmit-interval <3-65535> transmit-delay <1-65535> dead-interval <1-65535> message-digest-key <1-255> md5 KEY"
688 "area A.B.C.D virtual-link A.B.C.D message-digest-key <1-255> md5 KEY"
689
690 * ospf_packet.c (ospf_check_md5_digest): Add neighbor's
691 cryptographic sequence number treatment.
692 (ospf_check_auth): OSPF input buffer is added to argument.
693 (ospf_read): Save neighbor's cryptographic sequence number.
694
695 * ospf_nsm.c (nsm_change_status): Clear cryptographic sequence
696 number when neighbor status is changed to NSM down.
697
698 * ospf_neighbor.c (ospf_nbr_new): Set zero to crypt_seqnum.
699
700 * ospf_neighbor.h (struct ospf_neighbor): Add cryptographic
701 sequence number to neighbor structure.
702
703 2000-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
704
705 * ospf_snmp.c (ospfIfLookup): OSPF MIB updates.
706 (ospfExtLsdbEntry): Add OspfExtLsdbTable treatment.
707
708 2000-11-28 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
709
710 * ospfd.c (ospf_interface_down): Clear a ls_upd_queue queue of the
711 interface.
712 (ospf_ls_upd_queue_empty): New function to empty ls update queue
713 of the OSPF interface.
714 (no_router_ospf): 'no router ospf' unregister redistribution
715 requests from zebra.
716
717 2000-11-28 Kunihiro Ishiguro <kunihiro@zebra.org>
718
719 * ospf_ism.c (ism_change_status): Increment status change number.
720
721 * ospf_interface.h (struct ospf_interface): Add new member for
722 status change statistics.
723
724 * Makefile.am: Update dependencies.
725
726 * ospf_zebra.c (ospf_interface_add): OSPF SNMP interface update.
727 (ospf_interface_delete): OSPF SNMP interface delete.
728
729 * ospf_snmp.h: New file is added.
730
731 2000-11-23 Dick Glasspool <dick@ipinfusion.com>
732
733 * ospfd.h: Add new ospf_area structure member for
734 NSSATranslatorRole and NSSATranslator state.
735
736 * ospfd.c: Provided for eventual commands to specify NSSA
737 elections for "translator- ALWAYS/NEVER/CANDIDATE". Provided for
738 decimal integer version of area-suppress.
739
740 * ospf_flood.c: Flood Type-7's only into NSSA (not AS).
741
742 * ospf_lsa.c: Undo some previous changes for NSSA. If NSSA
743 translator, advertise Nt bit.
744
745 * ospf_route.c: 1st version of "sh ip os border-routers".
746
747 2000-11-23 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
748
749 * ospfd.c (area_vlink): Virtual link can not configured in stub
750 area.
751
752 2000-11-23 Gleb Natapov <gleb@nbase.co.il>
753
754 * ospf_packet.c (ospf_db_desc): In states Loading and Full the
755 slave must resend its last Database Description packet in response
756 to duplicate Database Description packets received from the
757 master. For this reason the slave must wait RouterDeadInterval
758 seconds before freeing the last Database Description packet.
759 Reception of a Database Description packet from the master after
760 this interval will generate a SeqNumberMismatch neighbor
761 event. RFC2328 Section 10.8
762 (ospf_make_db_desc): DD Master flag treatment.
763
764 * ospf_nsm.c (nsm_twoway_received): Move DD related procedure to
765 nsm_change_status().
766 (nsm_bad_ls_req): Likewise.
767 (nsm_adj_ok): Likewise.
768 (nsm_seq_number_mismatch): Likewise.
769 (nsm_oneway_received): Likewise.
770
771 * ospf_neighbor.h (struct ospf_neighbor): New structure member
772 last_send_ts for timestemp when last Database Description packet
773 was sent.
774
775 * ospf_nsm.c (ospf_db_desc_timer): Make it sure nbr->last_send is
776 there. Call ospf_db_desc_resend() in any case.
777
778 2000-11-16 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
779
780 * ospf_lsa.c (lsa_link_broadcast_set): When there is no DR on
781 network (suppose you have only one router with interface priority
782 0). It's router LSA does not contain the link information about
783 this network.
784
785 * ospf_nsm.c (nsm_timer_set): When you change a priority of
786 interface from/to 0 ISM_NeighborChange event should be scheduled
787 in order to elect new DR/BDR on the network.
788
789 * ospf_interface.c (ip_ospf_priority): Likewise.
790
791 * ospf_flood.c (ospf_ls_retransmit_add): When we add some LSA into
792 retransmit list we need to check whether the present old LSA in
793 retransmit list is not more recent than the new
794 one.
795
796 2000-11-09 Dick Glasspool <dick@ipinfusion.com>
797
798 * ospf_packet.c: Allows for NSSA Type-7 LSA's throughout the NSSA
799 area. Any that exit the NSSA area are translated to type-5 LSA's.
800 The instantiated image is restored after translation.
801 (ospf_ls_upd_send_list): Renamed to ospf_ls_upd_queu_send().
802 (ospf_ls_upd_send): Old function which enclosed by #ifdef 0 is
803 removed.
804 (ospf_ls_ack_send): Likewise.
805
806 * ospf_flood.c: NSSA-LSA's without P-bit will be restricted to
807 local area. Otherwise they are allowed out the area to be
808 translated by ospf_packet.c.
809
810 * ospf_lsa.c: Undo some previous changes for NSSA.
811
812 * ospf_lsdb.h: New access for type 7.
813
814 2000-11-07 Kunihiro Ishiguro <kunihiro@zebra.org>
815
816 * ospf_route.c (ospf_path_exist): New function to check nexthop
817 and interface are in current OSPF path or not.
818 (ospf_route_copy_nexthops_from_vertex): Add nexthop to OSPF path
819 when it is not there. Reported by Michael Rozhavsky
820 <mrozhavsky@opticalaccess.com>
821
822 2000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
823
824 * ospf_dump.c (config_write_debug): Add seventh string "detail" is
825 added for flag is OSPF_DEBUG_SEND | OSPF_DEBUG_RECV |
826 OSPF_DEBUG_DETAIL.
827
828 2000-11-06 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
829
830 * ospf_lsa.c (router_lsa_flags): ASBR can't exit in stub area.
831
832 2000-11-06 Kunihiro Ishiguro <kunihiro@zebra.org>
833
834 * ospf_lsa.c (ospf_router_lsa_originate): Reduce unconditional
835 logging.
836
837 2000-11-06 Dick Glasspool <dick@ipinfusion.com>
838
839 * ospfd.h: Add ait_ntoa function prototype.
840
841 * ospfd.c (ait_ntoa): New function for displaying area ID and
842 Stub/NSSA status.
843 (show_ip_ospf_interface_sub): Use ait_ntoa.
844 (show_ip_ospf_nbr_static_detail_sub): Likewise.
845 (show_ip_ospf_neighbor_detail_sub): Likewise.
846
847 * ospf_route.c (ospf_intra_route_add): Set external routing type
848 to ospf route.
849 (ospf_intra_add_router): Likewise.
850 (ospf_intra_add_transit): Likewise.
851 (ospf_intra_add_stub): Likewise.
852 (ospf_add_discard_route): Likewise.
853 (show_ip_ospf_route_network): Use ait_ntoa.
854 (show_ip_ospf_route_network): Likewise.
855 (show_ip_ospf_route_router): Likewise.
856
857 * ospf_lsa.c (show_lsa_detail): Use ait_ntoa.
858 (show_lsa_detail_adv_router): Likewise.
859 (show_ip_ospf_database_summary): Likewise.
860
861 * ospf_route.h (struct route_standard): Add new member
862 external_routing.
863
864 * ospf_ia.c (process_summary_lsa): Set external routing tyep to ospf
865 route.
866 (ospf_update_network_route): Likewise.
867 (ospf_update_router_route): Likewise.
868
869 2000-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * ospf_flood.c (ospf_process_self_originated_lsa): Enclose
872 OSPF_AS_NSSA_LSA treatment with #ifdef HAVE_NSSA.
873
874 2000-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
875
876 * Unconditional logging is enclosed with if (IS_DEBUG_OSPF_EVENT).
877 Please specify "debug ospf event" for enable logging.
878
879 * ospf_ism.c: Do not extern debug flag varible. It is done by
880 ospf_debug.h
881 * ospf_asbr.c: Likewise.
882 * ospf_lsa.c: Likewise.
883 * ospf_nsm.c: Likewise.
884 * ospf_zebra.c: Likewise.
885
886 * ospf_dump.c (debug_ospf_event): New command "debug ospf event"
887 is added.
888
889 * ospfd.c (router_ospf): Change logging from vty_out() to
890 zlog_info().
891 (ospf_area_stub_cmd): Likewise.
892
893 * ospf_dump.h: Extern term_debug flags.
894 (OSPF_DEBUG_EVENT): Add new flag.
895 (IS_DEBUG_OSPF_EVENT): Add new macro.
896
897 2000-11-03 Dick Glasspool <dick@ipinfusion.com>
898
899 * ospf_flood.c (ospf_process_self_originated_lsa):
900 OSPF_AS_NSSA_LSA is treated as same as OSPF_AS_EXTERNAL_LSA.
901 (ospf_flood): Type-5's have no change. Type-7's can be received,
902 and will Flood the AS as Type-5's They will also flood the local
903 NSSA Area as Type-7's. The LSDB will be updated as Type-5's, and
904 during re-fresh will be converted back to Type-7's (if within an
905 NSSA).
906 (ospf_flood_through): Incoming Type-7's were allowed here if our
907 neighbor was an NSSA. So Flood our area with the Type-7 and also
908 if we are an ABR, flood thru AS as Type-5.
909
910 * ospf_lsa.c (ospf_external_lsa_refresh): Flood NSSA both NSSA
911 area and other area.
912
913 * ospf_packet.c (ospf_db_desc_proc): When AS External LSA is
914 exists in DD packet, make it sure that this area is not stub.
915 (ospf_ls_upd_list_lsa): When LSA type is NSSA then set lsa's area
916 to NULL.
917 (ospf_ls_upd): If the LSA is AS External LSA and the area is stub
918 then discard the lsa. If the LSA is NSSA LSA and the area is not
919 NSSA then discard the lsa.
920
921 2000-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
922
923 * ospfd.c (ospf_interface_run): Fix bug of Hello packet's option
924 is not properly set when interface comes up.
925
926 2000-11-02 Kunihiro Ishiguro <kunihiro@zebra.org>
927
928 * ospfd.h (OSPF_OPTION_O): Add new hello header option.
929
930 2000-11-01 Dick Glasspool <dick@ipinfusion.com>
931
932 * ospf_lsa.h: Define OSPF_MAX_LSA to 8 when HAVE_NSSA is enabled.
933 (OSPF_GROUP_MEMBER_LSA): Define OSPF_GROUP_MEMBER_LSA.
934
935 * ospf_lsa.c (show_database_desc): Add "Group Membership LSA"
936 string.
937
938 2000-10-31 Dick Glasspool <dick@ipinfusion.com>
939
940 * ospf_lsa.h (OSPF_AS_NSSA_LSA): Define OSPF_AS_NSSA_LSA.
941
942 * ospf_lsa.c (show_ip_ospf_database): NSSA database display
943 function is added. ALIASES which have "show ip ospf database
944 nssa-external" is added.
945 (show_ip_ospf_border_routers): New command "show ip ospf
946 border-routers" is added.
947
948 2000-10-30 Dick Glasspool <dick@ipinfusion.com>
949
950 * ospfd.c (router_ospf): NSSA Enabled message is added for
951 testing.
952 (ospf_area_type_set): Are type set for NSSA area.
953 (ospf_area_stub_cmd): Special translation of no_summary into NSSA
954 and summary information. If NSSA is enabled pass the information
955 to ospf_area_type_set().
956 (area_nssa): New commands are added:
957 "area A.B.C.D nssa"
958 "area <0-4294967295> nssa"
959 "area A.B.C.D nssa no-summary"
960 "area <0-4294967295> nssa no-summary"
961 (ospf_no_area_stub_cmd): Special translation of no_summary into
962 NSSA and summary information. If external_routing is
963 OSPF_AREA_NSSA unset area with ospf_area_type_set (area,
964 OSPF_AREA_DEFAULT).
965 (show_ip_ospf_area): Display NSSA status.
966 (config_write_ospf_area): Show NSSA configuration.
967
968 * ospf_packet.c (ospf_hello): For NSSA support, ensure that NP is
969 on and E is off.
970
971 2000-10-26 Gleb Natapov <gleb@nbase.co.il>
972
973 * ospf_lsa.c (ospf_network_lsa_body_set): The network-LSA lists
974 those routers that are fully adjacent to the Designated Router;
975 each fully adjacent router is identified by its OSPF Router ID.
976 The Designated Router includes itself in this list. RFC2328,
977 Section 12.4.2.
978
979 2000-10-23 Jochen Friedrich <jochen@scram.de>
980
981 * ospf_snmp.c: ospf_oid and ospfd_oid are used in smux_open after
982 it is registered. So those variables must be static.
983
984 2000-10-18 K N Sridhar <sridhar@euler.ece.iisc.ernet.in>
985
986 * ospfd.c: Add area_default_cost_decimal_cmd and
987 no_area_default_cost_decimal_cmd alias.
988
989 2000-10-05 Gleb Natapov <gleb@nbase.co.il>
990
991 * ospfd.c (ospf_network_new): Fix setting area format.
992 (no_router_ospf): Check area existance when calling
993 ospf_interface_down().
994
995 * ospf_flood.c (ospf_external_info_check): Fix bug of refreshing
996 default route.
997
998 2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
999
1000 * zebra-0.89 is released.
1001
1002 2000-09-29 Kunihiro Ishiguro <kunihiro@zebra.org>
1003
1004 * ospf_snmp.c (ospfHostEntry): OSPF Host MIB is implemented.
1005
1006 * ospfd.c (ospf_nbr_static_cmp): OSPF neighbor is sorted by it's
1007 address.
1008
1009 2000-09-28 Michael Rozhavsky <mike@nbase.co.il>
1010
1011 * ospf_interface.c (ospf_if_free): Fix deleting self neighbor twice.
1012
1013 2000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
1014
1015 * ospf_packet.c (ospf_read): Solaris on x86 has ip_len with host
1016 byte order.
1017
1018 2000-09-25 Toshiaki Takada <takada@zebra.org>
1019
1020 * ospfd.c (ospf_compatible_rfc1583), (no_ospf_compatible_rfc1583):
1021 Add CISCO compatible command.
1022
1023 2000-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
1024
1025 * ospf_abr.c (ospf_area_range_lookup): New function is added for
1026 area range lookup in OSPF-MIB.
1027 (ospf_area_range_lookup_next): Likewise.
1028
1029 2000-09-22 Kunihiro Ishiguro <kunihiro@zebra.org>
1030
1031 * ospfd.c (no_router_ospf): Delete virtual link before deleting
1032 area structure.
1033
1034 * ospf_lsa.c (ospf_external_lsa_refresh_type): Check
1035 EXTERNAL_INFO(type).
1036
1037 * ospfd.c (no_router_ospf): Call ospf_vl_delete() instead of
1038 ospf_vl_data_free().
1039
1040 * ospf_interface.c (ospf_vl_shutdown): Execute ISM_InterfaceDown
1041 when ospf_vl_shutdown is called.
1042 (ospf_vl_delete): Call ospf_vl_shutdown() to delete virtual link
1043 interface's thread.
1044
1045 2000-09-21 Gleb Natapov <gleb@nbase.co.il>
1046
1047 * ospf_lsa.c: New implementation of OSPF refresh.
1048
1049 2000-09-20 Kunihiro Ishiguro <kunihiro@zebra.org>
1050
1051 * ospf_snmp.c (ospfLsdbLookup): Add LSDB MIB implementation.
1052
1053 2000-09-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1054
1055 * ospf_snmp.c (ospfStubAreaEntry): Add OSPF stub area MIB.
1056
1057 2000-09-18 Gleb Natapov <gleb@nbase.co.il>
1058
1059 * ospf_route.h (route_standard): Change member from `struct area'
1060 to area_id.
1061
1062 * ospf_abr.c (ospf_abr_announce_network), (ospf_abr_should_announce),
1063 (ospf_abr_process_network_rt), (ospf_abr_announce_rtr),
1064 (ospf_abr_process_router_rt):
1065 * ospf_ase.c (ospf_find_asbr_route),
1066 (ospf_find_asbr_router_through_area),
1067 * ospf_ia.c (ospf_find_abr_route), (ospf_ia_router_route),
1068 (process_summary_lsa), (ospf_update_network_route),
1069 (ospf_update_router_route):
1070 * ospf_route.c (ospf_intra_route_add), (ospf_intra_add_router),
1071 (ospf_intra_add_transit), (ospf_intra_add_stub),
1072 (ospf_route_table_dump), (show_ip_ospf_route_network),
1073 (show_ip_ospf_route_router), (ospf_asbr_route_cmp),
1074 (ospf_prune_unreachable_routers):
1075 * ospf_spf.c (ospf_rtrs_print):
1076 * ospfd.c (ospf_rtrs_free): Fix the struct change above.
1077
1078 2000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1079
1080 * ospf_network.c (ospf_serv_sock_init): Enclose SO_BINDTODEVICE
1081 with ifdef.
1082
1083 2000-09-13 Gleb Natapov <gleb@nbase.co.il>
1084
1085 * ospf_ism.c (ospf_elect_dr), (ospf_elect_bdr): Fix DR election.
1086
1087 * ospf_network.c (ospf_serv_sock_init): Add socket option
1088 SO_BINDTODEVICE on read socket.
1089
1090 * ospf_packet.c (ospf_hello): Ignore Hello packet if E-bit does
1091 not match.
1092
1093 * ospfd.c (ospf_area_check_free), (ospf_area_get),
1094 (ospf_area_add_if): New function added.
1095
1096 2000-09-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1097
1098 * ospf_route.c (ospf_intra_add_router): Update ABR and ASBR router
1099 count.
1100
1101 * ospf_spf.c (ospf_spf_init): Rest ABR and ASBR router count
1102 starting SPF calculation.
1103
1104 * ospfd.h (struct ospf_area): Add ABR and ASBR router count.
1105
1106 2000-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1107
1108 * ospfd.c (ospf_area_id_cmp): New area structure is sorted by area
1109 ID.
1110
1111 * ospf_lsa.c (ospf_router_lsa_originate): For OSPF MIB update
1112 lsa_originate_count.
1113 (ospf_network_lsa_originate): Likewise.
1114 (ospf_summary_lsa_originate): Likewise.
1115 (ospf_summary_asbr_lsa_originate): Likewise.
1116 (ospf_external_lsa_originate): Likewise.
1117
1118 2000-09-11 Kunihiro Ishiguro <kunihiro@zebra.org>
1119
1120 * ospf_snmp.c (ospf_variables): ospfRouterID's type RouterID
1121 syntax is IpAddress.
1122 (ospf_admin_stat): New function for OSPF administrative status
1123 check.
1124
1125 2000-09-10 Jochen Friedrich <jochen@scram.de>
1126
1127 * ospf_snmp.c: Implement OSPF MIB skeleton.
1128
1129 2000-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1130
1131 * ospf_snmp.c: New file is added.
1132
1133 2000-09-07 David Lipovkov <davidl@nbase.co.il>
1134
1135 * ospf_zebra.c (ospf_interface_delete): Add pseudo interface
1136 treatment.
1137
1138 * ospf_interface.c (interface_config_write): Likewise.
1139
1140 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1141
1142 * zebra-0.88 is released.
1143
1144 2000-08-17 Michael Rozhavsky <mike@nbase.co.il>
1145
1146 * ospfd.c (ospf_area_free): Remove virtual link configuration only
1147 when Area is removed.
1148
1149 2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * ospfd.c (network_area): Revert check for EXTERNAL_INFO
1152 (ZEBRA_ROUTE_CONNECT).
1153 (no_network_area): Likewise.
1154
1155 2000-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1156
1157 * ospfd.h (struct ospf): Add distance_table and
1158 distance_{all,intra,inter,external}.
1159
1160 * ospf_zebra.c: Add OSPF distance related functions.
1161
1162 2000-08-15 Gleb Natapov <gleb@nbase.co.il>
1163
1164 * ospf_asbr.c (ospf_external_info_find_lsa): New function added.
1165
1166 * ospf_lsa.c (ospf_default_external_info),
1167 (ospf_default_originate_timer), (ospf_external_lsa_refresh_default):
1168 New function added.
1169
1170 * ospf_zebra.c
1171 (ospf_default_information_originate_metric_type_routemap),
1172 (ospf_default_information_originate_always_metric_type_routemap):
1173 Change name and add route-map function.
1174 (ospf_default_information_originate_metric_routemap),
1175 (ospf_default_information_originate_routemap),
1176 (ospf_default_information_originate_type_metric_routemap):
1177 New DEFUN added.
1178
1179 2000-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1180
1181 * ospf_zebra.c (zebra_interface_if_set_value): Change ifindex
1182 restore size from two octet to four.
1183
1184 2000-08-14 Michael Rozhavsky <mike@nbase.co.il>
1185
1186 * ospf_ase.c (ospf_ase_incremental_update): Implement incremental
1187 AS-external-LSA in 16.6 of RFC2328.
1188
1189 2000-08-14 Matthew Grant <grantma@anathoth.gen.nz>
1190
1191 * ospf_interface.c (ospf_if_get_output_cost): Change cost
1192 calculation algorithm.
1193
1194 * ospf_packet (ospf_ls_upd): Fix problem of LSA retransmitting.
1195
1196 2000-08-11 Michael Rozhavsky <mike@nbase.co.il>
1197
1198 * ospf_lsa.c (ospf_maxage_lsa_remover): Fix maxage remover for
1199 AS-external-LSAs.
1200
1201 2000-08-10 Toshiaki Takada <takada@zebra.org>
1202
1203 * ospfd.c (auto_cost_reference_bandwidth): New DEFUN added.
1204 `auto-cost reference-bandwidth' OSPF router command added.
1205
1206 2000-08-08 Gleb Natapov <gleb@nbase.co.il>
1207
1208 * ospf_routemap.c (ospf_route_map_update): New function added.
1209 Add route-map event hook.
1210
1211 2000-08-08 Toshiaki Takada <takada@zebra.org>
1212
1213 * ospf_zebra.c (ospf_distribute_check_connected): If redistribute
1214 prefix is connected route on OSPF enabled interface, suppress to
1215 announce it.
1216
1217 2000-08-08 Matthew Grant <grantma@anathoth.gen.nz>
1218
1219 * ospf_interface.c (ospf_if_get_output_cost):
1220 New function added. Handle bandwidth parameter for cost
1221 calculation.
1222
1223 2000-08-08 Michael Rozhavsky <mike@nbase.co.il>
1224
1225 * ospf_interface.c (interface_config_write): Show interface
1226 configuration regardless interface is down.
1227
1228 * ospf_ase.c (ospf_ase_caocluate_route): Whole rewritten external
1229 route calculate function.
1230
1231 2000-08-08 Gleb Natapov <gleb@nbase.co.il>
1232
1233 * ospf_routemap.c: New file added.
1234
1235 * ospf_asbr.c (ospf_reset_route_map_set_values),
1236 (ospf_route_map_set_compare): New function added.
1237
1238 * ospf_lsa.c (ospf_external_lsa_body_set): Set routemap metric
1239 with AS-external-LSA.
1240
1241 2000-08-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1242
1243 * ospf_ase.c (ospf_ase_calculate_route_add): Pass new->cost to
1244 ospf_zebra_add as metric.
1245 (ospf_ase_calculate_route_add): Likewise.
1246
1247 * ospf_route.c (ospf_route_install): Pass or->cost to
1248 ospf_zebra_add as metric.
1249
1250 * ospf_zebra.c (ospf_zebra_add): Add metric arguemnt.
1251 (ospf_zebra_delete): Likewise.
1252
1253 2000-08-03 Matthew Grant <grantma@anathoth.gen.nz>
1254
1255 * ospf_flood.c (ospf_flood_delayed_lsa_ack): New function added.
1256 Dispatch delayed-ACK with flooding AS-external-LSA across virtual
1257 link.
1258
1259 2000-07-31 Matthew Grant <grantma@anathoth.gen.nz>
1260
1261 * ospfd.c (show_ip_ospf_area): Fix lack of VTY_NEWLINE when
1262 `show ip ospf'.
1263
1264 * ospf_interface.c (ospf_if_free): Fix bug of crash with
1265 Point-to-Point interface.
1266
1267 2000-07-27 Michael Rozhavsky <mike@nbase.co.il>
1268
1269 * ospf_flood.c (ospf_process_self_originated_lsa):
1270 Make sure to clear LSA->param (redistributed external information)
1271 before refreshment.
1272
1273 2000-07-27 Gleb Natapov <gleb@nbase.co.il>
1274
1275 * ospfd.c (refresh_group_limit), (refresh_per_slice),
1276 (refresh_age_diff): New defun added. Refresher related parameter
1277 can be configurable.
1278
1279 2000-07-27 Akihiro Mizutani <mizutani@dml.com>
1280
1281 * ospf_interface.c (interface_config_write): Print `description'
1282 config directive to work.
1283
1284 2000-07-24 Akihiro Mizutani <mizutani@dml.com>
1285
1286 * ospf_interface.c (ospf_if_init): Use install_default for
1287 INTERFACE_NODE.
1288
1289 2000-07-24 Gleb Natapov <gleb@nbase.co.il>
1290
1291 * ospf_packet.c (ospf_ls_upd_send_list), (ospf_ls_upd_send_event),
1292 (ospf_ls_ack_send_list), (ospf_ls_ack_send_event): New function added.
1293 This make sending always as many LS update/Ack combined in one ospf
1294 packet.
1295
1296 2000-07-24 Gleb Natapov <gleb@nbase.co.il>
1297
1298 * ospf_packet.c (ospf_ls_upd_list_lsa): Set NULL to lsa->area if
1299 LSA is AS-external-LSA.
1300
1301 * ospf_nsm.c (nsm_reset_nbr): Do not cancel Inactivity timer.
1302
1303 2000-07-21 Toshiaki Takada <takada@zebra.org>
1304
1305 * ospf_zebra.c (ospf_default_originate_timer): Set timer for
1306 `default-information originate'. Fix some default originate
1307 related functions.
1308
1309 2000-07-12 Toshiaki Takada <takada@zebra.org>
1310
1311 * ospf_lsa.c (stream_put_ospf_metric): New function added.
1312
1313 2000-07-12 Toshiaki Takada <takada@zebra.org>
1314
1315 * ospf_lsa.c (show_ip_ospf_database_router),
1316 (show_ip_ospf_database_network), (show_ip_ospf_database_summary),
1317 (show_ip_ospf_database_summary_asbr), (show_ip_ospf_database_externel),
1318 (show_router_lsa), (show_any_lsa), (show_router_lsa_self),
1319 (show_any_lsa_self): Functions removed.
1320
1321 (show_lsa_prefix_set), (show_lsa_detail_proc), (show_lsa_detail),
1322 (show_lsa_detail_adv_router_proc), (show_lsa_detail_adv_router):
1323 New functions added. Replace above functions.
1324
1325 (show_ip_ospf_database_all), (show_ip_ospf_database_self_originated):
1326 Functions removed.
1327 (show_ip_ospf_database_summary): New functions added. Replace
1328 above functions.
1329
1330 (show_ip_ospf_database_cmd): DEFUN rearranged.
1331 (show_ip_ospf_database_type_id_cmd),
1332 (show_ip_ospf_database_type_id_adv_router_cmd),
1333 (show_ip_ospf_database_type_is_self_cmd): New ALIASes added.
1334 (show_ip_ospf_database_type_adv_rotuer_cmd): New DEFUN added.
1335 (show_ip_ospf_database_type_self_cmd): New ALIAS added.
1336
1337 2000-07-11 Toshiaki Takada <takada@zebra.org>
1338
1339 * ospf_asbr.c (ospf_external_info_new),
1340 (ospf_external_info_free): New functions added.
1341
1342 * ospf_lsa.h (ospf_lsa): Add new member `void *param' to set
1343 origination parameter for external-LSA.
1344 Remove member `redistribute'.
1345
1346 * ospf_zebra.c (ospf_redistirbute_set): When `redistribute'
1347 command executed, metric and metric-type values are overridden.
1348 If one of those is changed refresh AS-external-LSAs for appropriate
1349 type.
1350
1351 2000-07-11 Michael Rozhavsky <mike@nbase.co.il>
1352
1353 * ospf_lsa.c (ospf_summary_lsa_refresh),
1354 (ospf_summary_asbr_lsa_refresh): Make sure to refresh summary-LSAs.
1355
1356 * ospf_abr.c (set_metric): New function added.
1357
1358 2000-07-07 Toshiaki Takada <takada@zebra.org>
1359
1360 * ospf_zebra.c (ospf_default_information_originate_metric_type),
1361 (ospf_default_information_originate_type_metric): New defun added.
1362 Metic and Metric type can be set to default route.
1363 (ospf_default_information_originate_always_metric_type):
1364 (ospf_default_information_originate_always_type_metric):
1365 New defun added. Metric and Metric type can be set to default
1366 always route.
1367
1368 * ospf_zebra.c (ospf_default_metric), (no_ospf_default_metric):
1369 New defun added.
1370
1371 2000-07-06 Gleb Natapov <gleb@nbase.co.il>
1372
1373 * ospf_flood.c (ospf_flood_through_area): Fix bug of considering
1374 on the same interface the LSA was received from.
1375
1376 2000-07-06 Michael Rozhavsky <mike@nbase.co.il>
1377
1378 * ospfd.c (ospf_config_write): Fix bug of printing `area stub'
1379 command with `write mem'.
1380
1381 * ospfd.c (no_router_ospf): Remove installed routes from zebra.
1382
1383 * ospf_zebra.c (ospf_interface_delete): Fix function to handle
1384 zebra interface delete event.
1385
1386 2000-07-06 Toshiaki Takada <takada@zebra.org>
1387
1388 * ospf_zebra.c (ospf_default_information_originate),
1389 (ospf_default_information_originate_always): New DEFUN added.
1390
1391 2000-07-05 Michael Rozhavsky <mike@nbase.co.il>
1392
1393 * ospf_route.c (ospf_terminate): Make sure to remove external route
1394 when SIGINT received.
1395
1396 2000-07-03 Gleb Natapov <gleb@nbase.co.il>
1397
1398 * ospf_flood.c, ospf_ism.c, ospf_lsa,c, ospfd.c: Make sure to free
1399 many structure with `no router ospf'.
1400
1401 2000-06-30 Gleb Natapov <gleb@nbase.co.il>
1402
1403 * ospf_neighbor.c (ospf_nbr_new),
1404 ospf_nsm.c (nsm_timer_set): Start LS update timer only
1405 when neighbor enters Exchange state.
1406
1407 2000-06-29 Gleb Natapov <gleb@nbase.co.il>
1408
1409 * ospf_nsm.c (nsm_timer_set), (nsm_exchange_done),
1410 ospf_packet.c (ospf_db_desc_proc):
1411 Do not cancel DD retransmit timer when Master.
1412
1413 2000-06-29 Gleb Natapov <gleb@nbase.co.il>
1414
1415 * ospf_abr.c (ospf_abr_announce_network_to_area),
1416 (ospf_abr_announce_rtr_to_area)
1417 ospf_ase.c (ospf_ase_rtrs_register_lsa),
1418 ospf_flood.c (ospf_process_self_originated_lsa),
1419 (ospf_flood_through_area), (ospf_ls_request_delete),
1420 ospf_interface.c (ospf_if_free),
1421 ospf_ism.c (ism_change_status),
1422 ospf_lsa.c (ospf_router_lsa_update_timer),
1423 (ospf_router_lsa_install), (ospf_network_lsa_install),
1424 (ospf_lsa_maxage_delete), (ospf_lsa_action),
1425 (ospf_schedule_lsa_flood_area),
1426 ospf_nsm.c (nsm_change_status),
1427 ospf_packet.c (ospf_make_ls_req_func), (ospf_make_ls_ack):
1428 Use ospf_lsa_{lock,unlock} for all looking-up of LSA.
1429
1430 * ospf_flood.c (ospf_ls_request_free): Function deleted.
1431
1432 * ospf_lsa.c (ospf_discard_from_db): New function added.
1433
1434 2000-06-26 Toshiaki Takada <takada@zebra.org>
1435
1436 * ospfd.h (ospf): struct member `external_lsa' name changed to
1437 `lsdb'.
1438
1439 2000-06-26 Toshiaki Takada <takada@zebra.org>
1440
1441 * ospf_lsa.c (ospf_lsa_install), (ospf_router_lsa_install),
1442 (ospf_network_lsa_install), (ospf_summary_lsa_install),
1443 (ospf_summary_asbr_lsa_install), (ospf_external_lsa_install):
1444 Functions re-arranged.
1445
1446 * ospf_lsa.c (IS_LSA_MAXAGE), (IS_LSA_SELF): Macro added.
1447
1448 2000-06-20 Michael Rozhavsky <mike@nbase.co.il>
1449
1450 * ospf_packet.c (ospf_ls_req), (ospf_ls_upd), (ospf_ls_ack): Add
1451 verification of LS type.
1452
1453 2000-06-20 Gleb Natapov <gleb@nbase.co.il>
1454
1455 * ospf_ase.c (ospf_ase_calculate_timer): Add more sanity check
1456 whether rn->info is NULL.
1457
1458 2000-06-20 Toshiaki Takada <takada@zebra.org>
1459
1460 * ospfd.c (show_ip_ospf_interface_sub): Show Router-ID of both
1461 DR and Backup correctly with `show ip ospf interface' command.
1462
1463 2000-06-20 Toshiaki Takada <takada@zebra.org>
1464
1465 * ospf_lsa.c (ospf_lsa_lock), (ospf_lsa_unlock),
1466 (ospf_lsa_discard): These functions are used for avoiding
1467 unexpected reference to freed LSAs.
1468
1469 2000-06-13 Kunihiro Ishiguro <kunihiro@zebra.org>
1470
1471 * ospf_packet.c (ospf_ls_upd): Initialize lsa by NULL to avoid
1472 warning.
1473
1474 2000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1475
1476 * ospf_ase.h (ospf_ase_rtrs_register_lsa): Add prototype.
1477
1478 2000-06-12 Toshiaki Takada <takada@zebra.org>
1479
1480 * ospf_lsa.c (ospf_external_lsa_install): Make sure to register
1481 LSA to rtrs_external when replacing AS-external-LSAs in LSDB.
1482 Fix core dump.
1483
1484 2000-06-10 Toshiaki Takada <takada@zebra.org>
1485
1486 * ospf_lsdb.c (id_to_prefix), (ospf_lsdb_hash_key),
1487 (ospf_lsdb_hash_cmp), (ospf_lsdb_new), (ospf_lsdb_iterator),
1488 (lsdb_free), (ospf_lsdb_free), (ospf_lsdb_add), (ospf_lsdb_delete),
1489 (find_lsa), (ospf_lsdb_lookup), (find_by_id),
1490 (ospf_lsdb_lookup_by_id), (ospf_lsdb_lookup_by_header): Functinos
1491 removed for migration to new_lsdb.
1492
1493 * ospf_lsa.c (ospf_summary_lsa_install),
1494 (ospf_summary_asbr_lsa_install), (ospf_maxage_lsa_remover),
1495 (ospf_lsa_maxage_walker), (ospf_lsa_lookup),
1496 (ospf_lsa_lookup_by_id): Use new_lsdb instead of ospf_lsdb.
1497 (count_lsa), (ospf_lsa_count_table), (ospf_lsa_count),
1498 (ospf_get_free_id_for_prefix): Funcitions removed.
1499
1500 2000-06-09 Gleb Natapov <gleb@nbase.co.il>
1501
1502 * ospf_ism.c (ism_interface_down): Prevent some unneeded DR changes.
1503
1504 * ospf_packet.c (ospf_db_desc_proc): Fix memory leak.
1505 (ospf_hello): Always copy router-ID when hello is received.
1506
1507 2000-06-08 Gleb Natapov <gleb@nbase.co.il>
1508
1509 * ospf_lsa.h (struct ospf_lsa): Add member of pointer to struct
1510 ospf_area.
1511
1512 2000-06-08 Michael Rozhavsky <mike@nbase.co.il>
1513
1514 * ospf_ase.c (ospf_asbr_route_same): New function added.
1515 This function makes sure external route calculation more
1516 precisely.
1517
1518 2000-06-07 Michael Rozhavsky <mike@nbase.co.il>
1519
1520 * ospf_ism.c (ism_change_status): Use ospf_lsa_flush_area for
1521 network-LSA deletion instead of using ospf_lsdb_delete.
1522 Also cancel network-LSA origination timer.
1523
1524 2000-06-07 Levi Harper <lharper@kennedytech.com>
1525
1526 * ospf_interface.c (ospf_if_down): Close read fd when an interface
1527 goes down.
1528
1529 2000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
1530
1531 * ospf_asbr.c (ospf_external_info_lookup): Add explicit brace for
1532 avoid ambiguous else.
1533
1534 * ospf_flood.c (ospf_external_info_check): Likewise.
1535
1536 2000-06-05 Toshiaki Takada <takada@zebra.org>
1537
1538 * ospf_nsm.c (nsm_adj_ok): Fix bug of DR election.
1539
1540 2000-06-04 Toshiaki Takada <takada@zebra.org>
1541
1542 * ospf_zebra.c (ospf_default_information_originate),
1543 (no_ospf_default_information_originate): New DEFUN added.
1544
1545 2000-06-03 Toshiaki Takada <takada@zebra.org>
1546
1547 * ospf_lsa.h, ospf_asbr.h (external_info): Struct moved from
1548 ospf_lsa.h to ospf_asbr.h.
1549
1550 * ospf_lsa.c, ospf_asbr.c (ospf_external_info_add),
1551 (ospf_external_info_delete): Function moved from ospf_lsa.c
1552 to ospf_asbr.c.
1553
1554 2000-06-03 Toshiaki Takada <takada@zebra.org>
1555
1556 * ospf_flood.c (ospf_external_info_check): New function added.
1557 (ospf_process_self_orignated_lsa): Make sure to flush
1558 self-originated AS-external-LSA, when router reboot and no longer
1559 originate those AS-external-LSA.
1560
1561 2000-06-02 Toshiaki Takada <takada@zebra.org>
1562
1563 * ospf_network.c (ospf_serv_sock): Remove SO_DONTROUTE
1564 socket option.
1565
1566 * ospf_packet.c (ospf_write): Set MSG_DONTROUTE flag for
1567 unicast destination packets.
1568
1569 2000-06-02 Toshiaki Takada <takada@zebra.org>
1570
1571 * ospf_lsdb.c (new_lsdb_delete): Delete entry from LSDB only when
1572 specified LSA matches.
1573
1574 2000-06-02 Gleb Natapov <gleb@nbase.co.il>
1575
1576 * ospf_network.c (ospf_serv_sock): Set SO_DONTROUTE
1577 socket option.
1578
1579 2000-06-01 Akihiro Mizutani <mizutani@dml.com>
1580
1581 * ospf_dump.c: Replace string `Debugging functions\n' with DEBUG_STR.
1582 Replace string `OSPF information\n' with OSPF_STR.
1583
1584 2000-06-01 Toshiaki Takada <takada@zebra.org>
1585
1586 * ospf_lsdb.[ch]: Use new_lsdb struct for network-LSA instead of
1587 ospf_lsdb.
1588
1589 2000-06-01 Toshiaki Takada <takada@zebra.org>
1590
1591 * ospf_dump.c (config_debug_ospf_packet), (config_debug_ospf_event),
1592 (config_debug_ospf_ism), (config_debug_ospf_nsm),
1593 (config_debug_ospf_lsa), (config_debug_ospf_zebra),
1594 (term_debug_ospf_packet), (term_debug_ospf_event),
1595 (term_debug_ospf_ism), (term_debug_ospf_nsm),
1596 (term_debug_ospf_lsa), (term_debug_ospf_zebra): Repalce debug_ospf_*
1597 variable to use for debug option flags.
1598
1599 (debug_ospf_packet), (debug_ospf_ism), (debug_ospf_nsm),
1600 (debug_ospf_lsa), (debug_ospf_zebra): Set {config,term}_debug_*
1601 flags when vty->node is CONFIG_NODE, otherwise set only term_debug_*
1602 flags.
1603
1604 * ospf_dump.h (CONF_DEBUG_PACKET_ON), (CONF_DEBUG_PACKET_OFF),
1605 (TERM_DEBUG_PACKET_ON), (TERM_DEBUG_PACKET_OFF),
1606 (CONF_DEBUG_ON), (CONF_DEBUG_OFF), (IS_CONF_DEBUG_OSPF_PACKET),
1607 (IS_CONF_DEBUG_OSPF): New Macro added.
1608
1609 2000-05-31 Toshiaki Takada <takada@zebra.org>
1610
1611 * ospfd.c (clear_ip_ospf_neighbor): New DEFUN added.
1612 Currently this command is used for only debugging.
1613
1614 * ospf_nsm.c (nsm_change_status): Make sure thread cancellation
1615 for network-LSA when DR has no full neighbors.
1616
1617 * ospf_nsm.c (ospf_db_summary_clear): New function added.
1618
1619 2000-05-30 Toshiaki Takada <takada@zebra.org>
1620
1621 * ospf_lsdb.c (new_lsdb_insert): LSAs are always freed by
1622 maxage_lsa_remover when LSA is replaced.
1623
1624 2000-05-25 Gleb Natapov <gleb@nbase.co.il>
1625
1626 * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all): Add argument
1627 `struct ospf_area' to remove LSA from Link State retransmission list
1628 of neighbor from only one Area.
1629
1630 2000-05-24 Michael Rozhavsky <mike@nbase.co.il>
1631
1632 * ospf_lsdb.c (ospf_lsdb_add): Preserve flags field when
1633 overriting old LSA with new LSA.
1634
1635 2000-05-24 Gleb Natapov <gleb@nbase.co.il>
1636
1637 * ospf_lsa.c (ospf_router_lsa_body_set): Fix bug of router-LSA
1638 size calculation.
1639
1640 2000-05-22 Michael Rozhavsky <mike@nbase.co.il>
1641
1642 * ospf_route.c (ospf_intra_add_stub):
1643 * ospf_spf.h (struct vertex): Use u_int32_t for distance (cost)
1644 value instead of u_int16_t.
1645
1646 2000-05-22 Axel Gerlach <agerlach@datus.datus.com>
1647
1648 * ospf_ia.c (ospf_ia_network_route): Fix bug of Inter-area route
1649 equal cost path calculation.
1650
1651 2000-05-21 Toshiaki Takada <takada@zebra.org>
1652
1653 * ospf_ase.c (ospf_ase_calculate_route_delete): New function added.
1654 Make sure, when rotuer route is deleted, related external routes
1655 are also deleted.
1656
1657 2000-05-20 Toshiaki Takada <takada@zebra.org>
1658
1659 * ospfd.c (ospf_interface_down): Make sure interface flag is disable
1660 and set fd to -1.
1661
1662 2000-05-16 Toshiaki Takada <takada@zebra.org>
1663
1664 * ospf_asbr.c (ospf_asbr_should_announce), (ospf_asbr_route_remove):
1665 Functions removed.
1666
1667 * ospfd.h (EXTERNAL_INFO): Macro added.
1668 Substitute `ospf_top->external_info[type]' with it.
1669
1670 2000-05-16 Toshiaki Takada <takada@zebra.org>
1671
1672 * ospf_lsa.c (ospf_rtrs_external_remove): New function added.
1673
1674 2000-05-14 Gleb Natapov <gleb@nbase.co.il>
1675
1676 * ospf_flood.c (ospf_ls_retransmit_delete_nbr_all)
1677 * ospf_lsdb.c (new_lsdb_insert)
1678 * ospf_packet.c (ospf_ls_ack): Fix database synchonization problem.
1679
1680 2000-05-14 Gleb Natapov <gleb@nbase.co.il>
1681
1682 * ospf_lsa.h (tv_adjust), (tv_ceil), (tv_floor), (int2tv),
1683 (tv_add), (tv_sub), (tv_cmp): Prototype definition added.
1684
1685 * ospf_nsm.h (ospf_db_summary_delete_all): Prototype definition added.
1686
1687 2000-05-13 Toshiaki Takada <takada@zebra.org>
1688
1689 * ospf_lsa.[ch] (ospf_lsa): struct timestamp type is changed from
1690 time_t to struct timeval.
1691 (tv_adjust), (tv_ceil), (tv_floor), (int2tv), (tv_add),
1692 (tv_sub), (tv_cmp): timeval utillity functions added.
1693
1694 2000-05-12 Toshiaki Takada <takada@zebra.org>
1695
1696 * ospf_lsa.[ch] (ospf_schedule_update_router_lsas): Delete function.
1697 Change to use macro OSPF_LSA_UPDATE_TIMER instead of using
1698 this function.
1699 router-LSA refresh timer related stuff is re-organized.
1700
1701 2000-05-10 Gleb Natapov <gleb@nbase.co.il>
1702
1703 * ospf_interface.c (ospf_vl_set_params):
1704 * ospf_packet.c (ospf_check_network_mask):
1705 * ospf_spf.[ch] (ospf_spf_next):
1706 Remove field address from `struct vertex', and search for peer
1707 address of virtual link in function `ospf_vl_set_params' instead.
1708
1709 2000-05-10 Gleb Natapov <gleb@nbase.co.il>
1710
1711 * ospf_packet.c (ospf_ls_upd): Fix some memory leak related LSA.
1712
1713 2000-05-08 Thomas Molkenbur <tmo@datus.com>
1714
1715 * ospf_packet.c (ospf_packet_dup): Replace ospf_steram_copy()
1716 with ospf_stream_dup() to fix memory leak.
1717
1718 2000-05-08 Michael Rozhavsky <mike@nbase.co.il>
1719
1720 * ospf_flood.c (ospf_flood_through_area): Fix the problem of
1721 LSA update without DROther.
1722
1723 2000-05-04 Gleb Natapov <gleb@nbase.co.il>
1724
1725 * ospf_spf.c (ospf_vertex_free): Fix memory leak of SPF calculation.
1726
1727 2000-05-03 Toshiaki Takada <takada@zebra.org>
1728
1729 * ospf_neighbor.c (ospf_db_summary_add): Use new_lsdb struct
1730 instead linked-list.
1731 (ospf_db_summary_count), (ospf_db_summary_isempty):
1732 New function added.
1733
1734 * ospf_lsa.c (ospf_rotuer_lsa): Re-arrange and divide functions.
1735
1736 2000-05-02 Gleb Natapov <gleb@nbase.co.il>
1737
1738 * ospf_lsdb.c (new_lsdb_cleanup): Fix memory leak. When LSDB are
1739 not needed any more, then free them.
1740
1741 2000-05-02 Toshiaki Takada <takada@zebra.org>
1742
1743 * ospfd.c (timers_spf), (no_timers_spf): New defun added.
1744 SPF calculation timers related stuff is rearranged.
1745
1746 * ospf_spf.c (ospf_spf_calculate_timer_add): Function removed.
1747 SPF timer is scheduled by SPF calculation delay and holdtime
1748 configuration variable.
1749
1750 * ospf_lsa.c (ospf_external_lsa_nexthop_get): Set AS-external-LSA's
1751 forwarding address when nexthop learned by other protocols is
1752 in the OSPF domain.
1753
1754 * ospf_zebra.c (ospf_redistribute_source_metric_type),
1755 (ospf_redistribute_source_type_metric): Re-arrange DEFUNs and
1756 ALIASes.
1757
1758 2000-05-01 Toshiaki Takada <takada@zebra.org>
1759
1760 * ospf_flood.c (ospf_ls_retransmit_count),
1761 (ospf_ls_retransmit_isempty): New function added.
1762
1763 (ospf_ls_retransmit_add), (ospf_ls_retransmit_delete),
1764 (ospf_ls_retransmit_clear), (ospf_ls_retransmit_lookup),
1765 (ospf_ls_retransmit_delete_all), (ospf_ls_retransmit_delete_nbr_all),
1766 (ospf_ls_retransmit_add_nbr_all): Replace these functions to use
1767 new_lsdb.
1768
1769 2000-04-29 Toshiaki Takada <takada@zebra.org>
1770
1771 * ospfd.c (no_network_area): Add check Area-ID whether specified
1772 Area-ID with prefix matches config.
1773
1774 2000-04-27 Toshiaki Takada <takada@zebra.org>
1775
1776 * ospf_lsa.c (ospf_maxage_lsa_remover): Fix problem of
1777 remaining withdrawn routes on zebra.
1778
1779 2000-04-25 Michael Rozhavsky <mike@nbase.co.il>
1780
1781 * ospf_nsm.c (nsm_kill_nbr), (nsm_ll_down), (nsm_change_status),
1782 (ospf_nsm_event): Fix network-LSA re-origination problem.
1783
1784 2000-04-24 Toshiaki Takada <takada@zebra.org>
1785
1786 * ospf_nsm.c (ospf_db_desc_timer): Fix bug of segmentation fault
1787 with DD retransmission.
1788
1789 * ospf_nsm.c (nsm_kill_nbr): Fix bug of re-origination when
1790 a neighbor disappears.
1791
1792 2000-04-23 Michael Rozhavsky <mike@nbase.co.il>
1793
1794 * ospf_abr.c (ospf_abr_announce_network_to_area): Fix bug of
1795 summary-LSAs reorigination. Correctly copy OSPF_LSA_APPROVED
1796 flag to new LSA. when summary-LSA is reoriginatd.
1797
1798 * ospf_flood.c (ospf_flood_through_area): Fix bug of flooding
1799 procedure. Change the condition of interface selection.
1800
1801 2000-04-21 Toshiaki Takada <takada@zebra.org>
1802
1803 * ospf_lsa.c (ospf_refresher_register_lsa): Fix bug of refresh never
1804 occurs.
1805
1806 * ospfd.c (show_ip_ospf_neighbor_id): New defun added.
1807 `show ip ospf neighbor' related commands are re-arranged.
1808
1809 2000-04-20 Toshiaki Takada <takada@zebra.org>
1810
1811 * ospf_dump.c (debug_ospf_zebra): New defun added.
1812 Suppress zebra related debug information.
1813
1814 2000-04-19 Toshiaki Takada <takada@zebra.org>
1815
1816 * ospf_zebra.c (ospf_distribute_list_update_timer),
1817 (ospf_distribute_list_update), (ospf_filter_update):
1818 New function added. Re-organize `distribute-list' router ospf
1819 command.
1820
1821 2000-04-13 Michael Rozhavsky <mike@nbase.co.il>
1822
1823 * ospf_packet.c (ospf_make_ls_upd): Add check for MAX_AGE.
1824
1825 2000-04-14 Michael Rozhavsky <mike@nbase.co.il>
1826
1827 * ospf_packet.c (ospf_make_ls_upd): Increment LS age by configured
1828 interface transmit_delay.
1829
1830 2000-04-14 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1831
1832 * ospf_interface.c (ip_ospf_cost), (no_ip_ospf_cost):
1833 Add to schedule router_lsa origination when the interface cost changes.
1834
1835 2000-04-12 Toshiaki Takada <takada@zebra.org>
1836
1837 * ospf_lsa.c (ospf_refresher_register_lsa),
1838 (ospf_refresher_unregister_lsa): Fix bug of core dumped.
1839
1840 * ospfd.c (no_router_ospf): Fix bug of core dumped.
1841
1842 2000-03-29 Toshiaki Takada <takada@zebra.org>
1843
1844 * ospf_nsm.c (nsm_oneway_received): Fix bug of MS flag unset.
1845
1846 2000-03-29 Michael Rozhavsky <mike@nbase.co.il>
1847
1848 * ospf_lsa.c (ospf_network_lsa):
1849 * ospf_nsm.c (ospf_nsm_event): Fix bug of Network-LSA originated
1850 in stub network.
1851
1852 2000-03-28 Toshiaki Takada <takada@zebra.org>
1853
1854 * ospf_nsm.c (nsm_bad_ls_req), (nsm_seq_number_mismatch),
1855 (nsm_oneway_received): Fix bug of NSM state flapping between
1856 ExStart and Exchange.
1857
1858 2000-03-28 Toshiaki Takada <takada@zebra.org>
1859
1860 * ospf_packet.h (strcut ospf_header): Fix the size of ospf_header,
1861 change u_int8_t to u_char.
1862
1863 2000-03-27 Toshiaki Takada <takada@zebra.org>
1864
1865 * ospf_lsa.c (ospf_lsa_checksum): Take care of BIGENDIAN architecture.
1866
1867 2000-03-27 Toshiaki Takada <takada@zebra.org>
1868
1869 * ospfd.c (ospf_interface_run): Make sure Address family matches.
1870
1871 2000-03-26 Love <lha@s3.kth.se>
1872
1873 * ospf_packet.c (ospf_write): Chack result of sendto().
1874
1875 2000-03-26 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1876
1877 * ospf_nsm.c (nsm_oneway_received): Fix bug of 1-WayReceived in NSM.
1878
1879 2000-03-23 Libor Pechacek <farco@clnet.cz>
1880
1881 * ospf_lsa.c (ospf_network_lsa)
1882 * ospf_lsdb.c (new_lsdb_insert): Fix bug of accessing to
1883 unallocated memory.
1884
1885 2000-03-23 Toshiaki Takada <takada@zebra.org>
1886
1887 * ospfd.c (ospf_config_write): Fix bug of duplicate line for
1888 `area A.B.C.D authentication'.
1889
1890 2000-03-22 Toshiaki Takada <takada@zebra.org>
1891
1892 * ospf_debug.c (debug_ospf_lsa), (no_debug_ospf_lsa): Defun added.
1893 Suppress all zlog related to LSAs with this config option.
1894
1895 2000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1896
1897 * ospf_nsm.c (ospf_nsm_event): Add check for NSM_InactivityTimer.
1898
1899 2000-03-21 Toshiaki Takada <takada@zebra.org>
1900
1901 * ospf_packet.c (ospf_ls_upd_timer), (ospf_ls_req):
1902 Fix bug of memory leak about linklist.
1903
1904 * ospf_flood.c (ospf_flood_through_area): Likewise.
1905
1906 2000-03-18 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1907
1908 * ospf_flood.c (ospf_ls_retransmit_lookup): Add checksum comparison
1909 to identify LSA uniquely. This fix routes lost.
1910
1911 2000-03-18 Toshiaki Takada <takada@zebra.org>
1912
1913 * ospf_ase.c (ospf_find_asbr_route): Add sanity check with router
1914 routing table.
1915
1916 2000-03-17 Alex Zinin <zinin@amt.ru>
1917
1918 * ospf_spf.[ch]: Bug fix.
1919 The 2nd stage of Dijkstra could consider one vertex
1920 more than once if there is more than one link
1921 between the routers, thus adding extra CPU overhead
1922 and extra next-hops.
1923 Fixed.
1924
1925 2000-03-15 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
1926
1927 * ospf_nsm.c (nsm_inactivity_timer): Changed to call nsm_kill_nbr().
1928
1929 2000-03-14 Toshiaki Takada <takada@zebra.org>
1930
1931 * ospf_route.c (ospf_route_copy_nexthops): Fix bug of memory leak of
1932 ospf_path. Actually ignore merging ospf_route with completely same
1933 paths.
1934
1935 2000-03-12 Toshiaki Takada <takada@zebra.org>
1936
1937 * ospf_lsa.c (show_as_external_lsa_detail): fix bug of
1938 external route tag byte order.
1939
1940 2000-03-11 Toshiaki Takada <takada@zebra.org>
1941
1942 * ospf_lsdb.c (ospf_lsdb_insert): New function added.
1943
1944 2000-03-09 Toshiaki Takada <takada@zebra.org>
1945
1946 * ospf_lsa.c (ospf_external_lsa_install),
1947 (ospf_lsa_lookup), (show_ip_ospf_database_all),
1948 (show_ip_ospf_database_self_originate): Use struct new_lsdb for
1949 LSDB of AS-external-LSAs instead of ospf_lsdb.
1950
1951 * ospf_lsa.c (ospf_lsa_unique_id): New function added.
1952 Use for assigning Unique Link State ID instead of
1953 ospf_get_free_id_for_prefix().
1954
1955 2000-03-09 Toshiaki Takada <takada@zebra.org>
1956
1957 * ospf_ase.c (ospf_ase_calculate_timer): Fix bug of segmentation
1958 fault reported by George Bonser <george@siteROCK.com>.
1959
1960 2000-03-07 Libor Pechacek <farco@clnet.cz>
1961
1962 * ospfd.c (ospf_interface_down): Fix bug of segmentation fault.
1963
1964 2000-03-06 Toshiaki Takada <takada@zebra.org>
1965
1966 * ospf_route.c (ospf_route_cmp): Change meaning of return values.
1967
1968 2000-03-02 Alex Zinin <zinin@amt.ru>
1969 * ospfd.h, ospf_ia.h
1970 New Shortcut ABR code. Now area's flag can be configured
1971 with Default, Enable, and Disable values.
1972 More info will be in the new ver of I-D soon (see IETF web).
1973
1974 2000-02-25 Toshiaki Takada <takada@zebra.org>
1975
1976 * ospf_lsa.c (ospf_lsa_header_set), (ospf_external_lsa_body_set),
1977 (osfp_external_lsa_originate), (ospf_external_lsa_queue),
1978 (ospf_external_lsa_originate_from_queue): New function added.
1979 (ospf_external_lsa): Function removed.
1980
1981 * ospf_zebra.c (ospf_zebra_read_ipv4): Originate AS-external-LSA
1982 when listen a route from Zebra, instead creating external route.
1983
1984 * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
1985 (ospf_asbr_route_add_queue_lsa),
1986 (ospf_asbr_route_install_lsa), (ospf_asbr_route_add):
1987 Functions removed.
1988
1989 * ospf_ase.c (process_ase_lsa): Function will not be used.
1990 (ospf_ase_calculate), (ospf_ase_calculate_route_add),
1991 (ospf_ase_calculate_new_route), (ospf_ase_caluculate_asbr_route):
1992 process_ase_lsa () is separated to these functions.
1993
1994 OSPF AS-external-LSA origination is whole re-organized.
1995
1996 2000-02-18 Toshiaki Takada <takada@zebra.org>
1997
1998 * ospf_packet.c (ospf_ls_upd): Fix bug of OSPF LSA memory leak.
1999
2000 * ospf_asbr.c (ospf_asbr_route_add_flood_lsa),
2001 (ospf_asbr_route_add_queue_lsa): Fix bug of OSPF external route
2002 memory leak.
2003
2004 2000-02-12 Kunihiro Ishiguro <kunihiro@zebra.org>
2005
2006 * ospf_asbr.c (ospf_asbr_route_install_lsa): Re-calculate LSA
2007 checksum after change Advertised Router field.
2008
2009 2000-02-09 Toshiaki Takada <takada@zebra.org>
2010
2011 * ospf_asbr.c (ospf_external_route_lookup): Add new function.
2012
2013 2000-02-08 Toshiaki Takada <takada@zebra.org>
2014
2015 * ospfd.c (ospf_router_id_get), (ospf_router_id_update),
2016 (ospf_router_id_update_timer): Router ID decision algorithm is changed.
2017 Router ID is chosen from all of eligible interface addresses even if
2018 it is not enable to OSPF.
2019
2020 2000-02-08 Toshiaki Takada <takada@zebra.org>
2021
2022 * ospf_asbr.c (ospf_asbr_route_add): Function divided to
2023 ospf_asbr_route_add_flood_lsa, ospf_asbr_route_add_queue_lsa and
2024 ospf_asbr_route_install_lsa. If Router-ID is not set, then LSA is
2025 waited to install to LSDB.
2026 `0.0.0.0 adv_router' AS-external-LSA origination bug was fixed.
2027
2028 2000-02-01 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
2029
2030 * ospf_flood.c (ospf_ls_retransmit_lookup): Compare LS seqnum
2031 in the ACK before deleting.
2032
2033 * ospf_packet.c (ospf_hello): Reset the flags after a shutdown
2034 and no shutdown of the interface.
2035
2036 2000-01-31 Toshiaki Takada <takada@zebra.org>
2037
2038 * ospf_packet.c (ospf_ls_req): Send multiple Link State Update
2039 packets respond to a Link State Request packet.
2040
2041 * ospfd.c (show_ip_ospf_neighbor_detail_sub): Show thread state.
2042
2043 * ospf_interface.c (ospf_vl_new): Crash when backbone area
2044 is not configured and set virtual-link to no-backbone area,
2045 bug fixed.
2046
2047 2000-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2048
2049 * ospf_neighbor.h (struct ospf_neighbor): Add pointer to last send
2050 LS Request LSA.
2051
2052 * ospf_packet.c (ospf_ls_upd): Comment out LS request list
2053 treatment. That should be done in OSPF flooding procedure.
2054
2055 * ospf_flood.c (ospf_flood_through_area): Enclose
2056 ospf_check_nbr_loding inside if-else close.
2057
2058 2000-01-31 Toshiaki Takada <takada@zebra.org>
2059
2060 * ospf_packet.c (ospf_make_ls_upd): Fix bug of #LSAs counting.
2061
2062 2000-01-29 Toshiaki Takada <takada@zebra.org>
2063
2064 * ospf_packet.c (ospf_make_md5_digest): Fix bug of md5 authentication.
2065
2066 2000-01-28 Toshiaki Takada <takada@zebra.org>
2067
2068 * ospfd.c (show_ip_ospf): Show Number of ASE-LSAs.
2069
2070 2000-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2071
2072 * ospf_packet.c (ospf_make_db_desc): Don't use rm_list for
2073 removing LSA from nbr->db_summary.
2074
2075 2000-01-27 Sira Panduranga Rao <pandu@euler.ece.iisc.ernet.in>
2076
2077 * ospf_packet.c (ospf_ls_upd_send): Set AllSPFRouters to
2078 destination when the link is point-to-point.
2079 (ospf_ls_ack_send_delayed): Likewise.
2080
2081 2000-01-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2082
2083 * ospf_flood.c (ospf_ls_request_delete_all): Fix bug of next
2084 pointer lookup after the node is freed.
2085
2086 2000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2087
2088 * ospf_asbr.c (ospf_asbr_route_add): Instead of scanning all AS
2089 external route, use ospf_top->external_self.
2090
2091 2000-01-27 Toshiaki Takada <takada@zebra.org>
2092
2093 * ospf_lsa.c (ospf_forward_address_get): New function added.
2094
2095 * ospf_asbr.c (ospf_asbr_check_lsas): Originate AS-external-LSA
2096 only when it should be replaced.
2097
2098 2000-01-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2099
2100 * ospf_flood.c (ospf_ls_retransmit_clear): Delete list node.
2101
2102 * ospf_lsa.c (ospf_lsa_free): Reduce logging message using
2103 ospf_zlog value.
2104
2105 * ospf_ism.c (ism_change_status): Fix bug of DR -> non DR status
2106 change. Self originated LSA is freed but not deleted from lsdb.
2107
2108 2000-01-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2109
2110 * ospf_ism.c (ism_interface_down): Don't use router_id for
2111 detecting self neighbor structure. Instead of that compare
2112 pointer itself.
2113
2114 * ospf_neighbor.c (ospf_nbr_free): Cancel all timer when neighbor
2115 is deleted.
2116 (ospf_nbr_free): Free last send packet.
2117
2118 * ospf_neighbor.h (struct ospf_neighbor): Remove host strucutre.
2119 Instead of that src is introduced.
2120
2121 * ospf_nsm.h: Enclose macro defenition with do {} while (0).
2122
2123 2000-01-17 Kunihiro Ishiguro <kunihiro@zebra.org>
2124
2125 * ospfd.c: Change part of passive interface implementation. For
2126 passive interface just disabling sending/receiving Hello on the
2127 interface.
2128
2129 2000-01-16 Kai Bankett <kai.bankett@vew-telnet.net>
2130
2131 * ospf_interface.h (OSPF_IF_PASSIVE): Add passive flag.
2132 * ospf_interface.c (ospf_if_lookup_by_name): Add new function.
2133 * ospf_lsa.c (ospf_router_lsa): Skip passive interface.
2134 * ospfd.c (passive_interface): New command passive-interface is
2135 added.
2136 (ospf_config_write): Print passive interface.
2137
2138 2000-01-15 Toshiaki Takada <takada@zebra.org>
2139
2140 * ospf_interface.h (crypt_key): New struct added to store
2141 multiple cryptographic autheitication keys.
2142 (ospf_interface): struct changed.
2143
2144 * ospf_interface.c: ospf_crypt_key_new, ospf_crypt_key_add,
2145 ospf_crypt_key_lookup, ospf_crypt_key_delete: new functions added.
2146
2147 * ospf_packet.c (ip_ospf_message_digest_key): Changed to store
2148 multiple cryptographic authentication keys.
2149
2150 2000-01-14 Toshiaki Takada <takada@zebra.org>
2151
2152 * ospf_interface.c: DEFUN (if_ospf_*) commands changed name to
2153 ip_ospf_* ().
2154 Old notation `ospf *' still remains backward compatibility.
2155
2156 1999-12-29 Alex Zinin <zinin@amt.ru>
2157 * ospf_lsa.c: ospf_lsa_more_recent() bug fix
2158 * ospf_nsm.c, ospf_packet.c: remove nbr data struct when
2159 int goes down, also check DD flags correctly (bug fix)
2160
2161 1999-12-28 Alex Zinin <zinin@amt.ru>
2162 * "redistribute <source> metric-type (1|2) metric <XXX>" added
2163
2164 1999-12-23 Alex Zinin <zinin@amt.ru>
2165 * added RFC1583Compatibility flag
2166 * added dynamic interface up/down functionality
2167
2168 1999-11-19 Toshiaki Takada <takada@zebra.org>
2169
2170 * ospf_neighbor.h (struct ospf_neighbor): Add member state_change
2171 for NSM state change statistics.
2172
2173 1999-11-19 Toshiaki Takada <takada@zebra.org>
2174
2175 * ospfd.c (show_ip_ospf_neighbor_detail),
2176 (show_ip_ospf_neighbor_int_detail): DEFUN Added.
2177
2178 1999-11-14 Kunihiro Ishiguro <kunihiro@zebra.org>
2179
2180 * ospf_asbr.c (ospf_asbr_check_lsas): Add check of
2181 lsa->refresh_list.
2182
2183 1999-11-11 Toshiaki Takada <takada@zebra.org>
2184
2185 * ospf_ia.[ch] (OSPF_EXAMINE_SUMMARIES_ALL): Macro added.
2186 This macro is expanded to ospf_examine_summaries ()
2187 for SUMMARY_LSA and SUMMARY_LSA_ASBR.
2188 (OSPF_EXAMINE_TRANSIT_SUMMARIES_ALL): Macro added.
2189 This macro is expanded to ospf_examine_transit_summaries ()
2190 for SUMMARY_LSA and SUMMARY_LSA_ASBR.
2191
2192 1999-11-11 Toshiaki Takada <takada@zebra.org>
2193
2194 * ospf_lsa.[ch] (ospf_find_self_summary_lsa_by_prefix): Changed to
2195 macro OSPF_SUMMARY_LSA_SELF_FIND_BY_PREFIX.
2196 (ospf_find_self_summary_asbr_lsa_by_prefix): Changed to
2197 macro OSPF_SUMMARY_ASBR_LSA_SELF_FIND_BY_PREFIX.
2198 (ospf_find_self_external_lsa_by_prefix): Changed to
2199 macro OSPF_EXTERNAL_LSA_SELF_FIND_BY_PREFIX.
2200
2201 1999-11-11 Toshiaki Takada <takada@zebra.org>
2202
2203 * ospfd.c (ospf_abr_type): ospf_abr_type_cisco, ospf_abr_type_ibm,
2204 ospf_abr_type_shortcut and ospf_abr_type_standard DEFUNs are
2205 combined.
2206 * ospfd.c (no_ospf_abr_type): no_ospf_abr_type_cisco,
2207 no_ospf_abr_type_ibm and no_ospf_abr_type_shortcut DEFUNS are
2208 combined.
2209
2210 1999-11-10 Toshiaki Takada <takada@zebra.org>
2211
2212 * ospf_route.c (ospf_lookup_int_by_prefix): Move function to
2213 ospf_interface.c and change name to ospf_if_lookup_by_prefix ().
2214
2215 1999-11-01 Alex Zinin <zinin@amt.ru>
2216 * ospf_packet.c
2217 some correction to LSU processing
2218
2219 * ospf_lsa.c ospfd.h
2220 randomize initial LSA refreshment interval
2221 and limit the size of LSA-group to 10
2222 to let randomization work more effectively.
2223
2224 1999-10-31 Alex Zinin <zinin@amt.ru>
2225 * ospf_interface.c
2226 cancel t_network_lsa_self
2227 when freeing int structure
2228
2229 * ospf_abr.c ospf_asbr.c ospf_flood.c ospf_lsa.c
2230 ospf_lsa.h ospf_lsdb.h ospfd.c ospfd.h
2231
2232 Summary and ASE LSA refreshment functions
2233 added---LSA refreshment is paced to 70 LSAs
2234 per sec to avoid link overflow. Refreshment events
2235 are further randomized within a 10 sec interval
2236 to avoid syncing.
2237
2238 Also the sigfault of memcmp() in ospf_lsa_is_different()
2239 is fixed.
2240
2241 1999-10-30 Alex Zinin <zinin@amt.ru>
2242 * ospf_nsm.c
2243 Fix the bug where MAX_AGE LSAs
2244 are included into the DB summary.
2245
2246 * ospf_interface.c
2247 allocate 2*MTU input buffer instead of just MTU
2248 for the cases when the other router mistakenly
2249 sends larger packets thus causing fragmentation, etc.
2250
2251 * ospf_nsm.c
2252 in nsm_reset_nbr() lists should be freed
2253 not when they are empty.
2254
2255 1999-10-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2256
2257 * ospf_zebra.c (ospf_acl_hook): Move OSPF_IS_ASBR and OSPF_IS_ABR
2258 check inside of if (ospf_top).
2259
2260 1999-10-29 Alex Zinin <zinin@amt.ru>
2261 * ospf_lsa.c ospf_lsdb.c :
2262 add assertion in lsa and lsa->data alloc functions,
2263 as well as in lsdb_add for new->data
2264
2265 * ospf_lsdb.c: free hash table correctly
2266
2267 1999-10-28 John Capo <jc@irbs.com>
2268
2269 * ospf_packet.h (OSPF_PACKET_MAX): Correct MAX packet length
2270 calculation
2271
2272 1999-10-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2273
2274 * OSPF-TRAP-MIB.txt: New file added. Edited version of RFC1850.
2275
2276 * OSPF-MIB.txt: New file added. Edited version of RFC1850.
2277
2278 1999-10-27 Alex Zinin <zinin@amt.ru>
2279 * ospfd, ospf_zebra, ospf_abr
2280 "area import-list" command is added.
2281 This command allows to filter the inter-area routes
2282 injected into an area. Access list hook function
2283 extended to invalidate area exp/imp lists.
2284
2285 1999-10-25 Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
2286
2287 * ospfd.c (ospf_interface_run): Enable to detect P2P network
2288 on an OSPF interface.
2289
2290 1999-10-19 Jordan Mendelson <jordy@wserv.com>
2291
2292 * ospf_lsdb.c (ospf_lsdb_add): Fix bug of crash
2293 in ospf_ls_retransmit_lookup ().
2294
2295 1999-10-19 Vladimir B. Grebenschikov <vova@express.ru>
2296
2297 * ospf_route.c: Workaround about installation of OSPF routes into
2298 the zebra daemon. Add checking of existance routes. Free
2299 ospf_top->old_table if it exists.
2300
2301 1999-10-15 Jordan Mendelson <jordy@wserv.com>
2302
2303 * Add support for MD5 authentication.
2304
2305 1999-10-12 Alex Zinin <zinin@amt.ru>
2306 * ospfd.c, ospfd.h, ospf_abr.c:
2307 a new command "area export-list" was added, it allows
2308 the admin. to control which intra-area routes are
2309 announced to other areas by the ABR
2310
2311 1999-10-12 Alex Zinin <zinin@amt.ru>
2312 * ospf_asbr.c (ospf_asbr_check_lsas): Fix bug of coredump
2313 when "no redistribute" is used after a distribute list
2314 denying some networks was used
2315
2316 1999-10-05 Toshiaki Takada <takada@zebra.org>
2317
2318 * ospf_route.c (ospf_path_dup): New function added.
2319
2320 1999-10-05 Toshiaki Takada <takada@zebra.org>
2321
2322 * ospf_interface.[ch]: Some of VL related funciton name changed.
2323
2324 1999-09-27 Alex Zinin <zinin@amt.ru>
2325
2326 * ospf_zebra.c: Distribute-list functionality added
2327
2328 1999-09-27 Toshiaki Takada <takada@zebra.org>
2329
2330 * ospfd.c (show_ip_ospf): Fix bug of segmentation fault when no ospf
2331 instance exists.
2332
2333 1999-09-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2334
2335 * ospfd.c (ospf_interface_down): Fix bug of misusing nextnode()
2336 instead of node->next. Reported by Hiroki Ishibashi
2337 <ishibasi@dcd.abk.nec.co.jp>.
2338
2339 * ospf_route.c (show_ip_ospf_route): Add check for ospf is enabled
2340 or not.
2341
2342 1999-09-23 Alex Zinin <zinin@amt.ru>
2343
2344 * stub area support added
2345
2346 1999-09-23 Alex Zinin <zinin@amt.ru>
2347
2348 * fwd_addr in ASE-LSAs is now set correctly
2349 * ASE routing changed to check the fwd_addr
2350 and skip the route if the addr points to one
2351 of our interfaces to avoid loops.
2352
2353 1999-09-22 Alex Zinin <zinin@amt.ru>
2354
2355 * ospf_interface:
2356 ospf_vls_in_area() added, it returns
2357 the number of VLs configured through the area
2358
2359 * ospf_interface.c ospf_lsa.c ospf_lsdb.c ospfd.c
2360 honor correct mem alloc
2361
2362 1999-09-22 Alex Zinin <zinin@amt.ru>
2363
2364 * memory.[ch]:
2365 Some OSPF mem types added,
2366 plus more info in "show mem"
2367
2368 1999-09-21 Alex Zinin <zinin@amt.ru>
2369
2370 * ospfd.c:
2371 "area range substitute" added.
2372 It can be used on NAT-enabled (IP-masquarade)
2373 routers to announce private networks
2374 from an area as public ones into the outside
2375 world (not in the RFC, btw :)
2376
2377 1999-09-21 Alex Zinin <zinin@amt.ru>
2378
2379 * ospfd.c:
2380 "area range suppress" added.
2381 This command allows to instruct the router
2382 to be silent about specific ranges, i.e.,
2383 it is a method of route filtering on area
2384 borders
2385
2386 1999-09-21 Alex Zinin <zinin@amt.ru>
2387
2388 * ospfd.c VLs removed when "no network area" executed
2389
2390 1999-09-20 Alex Zinin <zinin@amt.ru>
2391
2392 * ospf_ase.c bug fix for not-zero fwd_addr
2393 and directly connected routes.
2394
2395 1999-09-20 Yon Uriarte <yon@plannet.de>
2396
2397 * ospf_packet.c (ospf_make_ls_req): Introduce delta value for
2398 checking the length of OSPF packet exceeds MTU or not.
2399
2400 * ospf_lsa.c (ospf_lsa_different): Apply ntohs for checking
2401 l1->data->length.
2402
2403 1999-09-18 Alex Zinin <zinin@amt.ru>
2404
2405 * ospf_lsa.c bug fix for ospf_network_lsa() to
2406 include itself into the RID list
2407
2408 1999-09-10 Alex Zinin <zinin@amt.ru>
2409
2410 * Alternative ABR behaviors IBM/Cisco/Shortcut
2411 implemented
2412
2413 1999-09-10 Alex Zinin <zinin@amt.ru>
2414
2415 * router and network-LSA origination
2416 changed to honor MinLSInterval
2417
2418 1999-09-08 Alex Zinin <zinin@amt.ru>
2419
2420 * modified ABR behavior to honor VLs and transit
2421 areas
2422
2423 1999-09-07 Alex Zinin <zinin@amt.ru>
2424
2425 * completed VL functionality
2426
2427 1999-09-06 Kunihiro Ishiguro <kunihiro@zebra.org>
2428
2429 * ospf_asbr.c: New file.
2430 ospf_asbr.h: New file.
2431
2432 * ospf_zebra.c (ospf_redistribute_connected): Add redistribute
2433 related stuff.
2434
2435 1999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2436
2437 * ospfd.h (OSPF_FLAG_VIRTUAL_LINK): Change OSPF_FLAG_VEND to
2438 OSPF_FLAG_VIRTUAL_LINK for comprehensiveness.
2439
2440 1999-09-03 Kunihiro Ishiguro <kunihiro@zebra.org>
2441
2442 * ospf_spf.c (ospf_spf_register): Change name from
2443 ospf_spf_route_add() to ospf_spf_register().
2444 Include "ospfd/ospf_abr.h" for ospf_abr_task() prototype.
2445
2446 1999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
2447
2448 * ospf_lsa.c (ospf_external_lsa_install): Change to update
2449 lsa->data rather than install new one, when same id lsa is already
2450 installed.
2451
2452 1999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
2453
2454 * ospf_lsa.c (ospf_router_lsa_install): Return lsa value.
2455 (ospf_network_lsa_install): Likewise.
2456 (ospf_summary_lsa_install): Likewise.
2457 (ospf_summary_asbr_lsa_install): Likewise.
2458 (ospf_external_lsa_install): Likewise.
2459
2460 * ospf_spf.c (ospf_spf_calculate): Comment out debug function
2461 ospf_rtrs_print().
2462
2463 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
2464
2465 * ospf_spf.c (ospf_rtrs_free): Add ospf_spf_calculate() for
2466 freeing rtrs.
2467
2468 1999-08-31 Toshiaki Takada <takada@zebra.org>
2469
2470 * ospf_lsa.c (show_ip_ospf_database_summary),
2471 (show_ip_ospf_database_summary_asbr),
2472 (show_ip_ospf_database_external): New function added.
2473 `show ip ospf database summary',
2474 `show ip ospf database asbr-summary'
2475 `show ip ospf database external' command can be used.
2476
2477 * ospf_lsa.c (ospf_lsa_count_table): New function added.
2478 (show_ip_ospf_database_all): show nothing if a type of LSA
2479 does not exist.
2480
2481 1999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
2482
2483 * ospf_lsa.c (ospf_maxage_lsa_remover): Preserve next pointer when
2484 the node is deleted.
2485
2486 1999-08-31 Toshiaki Takada <takada@zebra.org>
2487
2488 * ospf_flood.c (ospf_ls_retransmit_lookup): change to return
2489 struct ospf_lsa *.
2490 (ospf_ls_request_new), (ospf_ls_request_free),
2491 (ospf_ls_request_add), (ospf_ls_request_delete),
2492 (ospf_ls_request_delete_all), (ospf_ls_request_lookup):
2493 New function added.
2494
2495 * ospf_packet.c (ospf_ls_upd_send_lsa): New function added.
2496
2497 * ospf_lsa.h (LS_AGE): Slightly change macro definition.
2498
2499 * ospf_lsa.c (ospf_lsa_more_recent), (ospf_lsa_diffrent):
2500 Use LS_AGE macro.
2501
2502 1999-08-30 Alex Zinin <zinin@amt.ru>
2503
2504 * ospfd.c
2505 fix a bug with area range config write
2506 added "show ip ospf" command, it will be enhanced later on
2507
2508 1999-08-30 Alex Zinin <zinin@amt.ru>
2509
2510 * ospf_lsa.c
2511 updated ospf_router_lsa() to honor flags (B-bit)
2512
2513 1999-08-30 Alex Zinin <zinin@amt.ru>
2514
2515 * ospf_abr.c
2516 wrote major functions implementing ABR activity
2517
2518 1999-08-30 Alex Zinin <zinin@amt.ru>
2519
2520 * ospf_ia.c ospf_route.c ospf_route.h
2521 fixed the bug with ospf_route.origin field.
2522 Now it holds pointer to lsa_header
2523
2524 1999-08-30 Alex Zinin <zinin@amt.ru>
2525
2526 * ospf_flood.c ospf_flood.h:
2527 transformed ospf_flood_if_select into ospf_flood_through_area()
2528 added new ospf_flood_if_select() and ospf_flood_through_as()
2529
2530 1999-08-30 Toshiaki Takada <takada@zebra.org>
2531
2532 * ospf_flood.[ch]: New file added.
2533
2534 * ospf_packet.c (ospf_lsa_flooding),
2535 (ospf_lsa_flooding_select_if): functions move to ospf_flood.c
2536
2537 * ospf_neighbor.c (ospf_put_lsa_on_retransm_list),
2538 (ospf_remove_lsa_from_retransm_list),
2539 (ospf_nbr_remove_all_lsas_from_retransm_list),
2540 (ospf_lsa_remove_from_ls_retransmit):
2541 (ospf_lsa_retransmit): functions move to
2542 ospf_flood.c, and change function's name:
2543
2544 ospf_put_lsa_on_retransm_list ()
2545 -> ospf_ls_retransmit_add ()
2546 ospf_remove_lsa_from_retransm_list ()
2547 -> ospf_ls_retransmit_delete ()
2548 ospf_nbr_remove_all_lsas_from_retransm_list ()
2549 -> ospf_ls_retransmit_clear ()
2550 ospf_lsa_remove_from_ls_retransmit ()
2551 -> ospf_ls_retransmit_delete_nbr_all ()
2552 ospf_lsa_retransmit ()
2553 -> ospf_ls_retransmit_add_nbr_all ()
2554
2555 * ospf_lsa.c (ospf_lsa_lookup_from_list): function move to
2556 ospf_flood.c, and change name to ospf_ls_retransmit_lookup ().
2557
2558 1999-08-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2559
2560 * ospf_neighbor.c (ospf_nbr_lookup_by_addr): Use
2561 route_node_lookup() instead of route_node_get().
2562
2563 * ospf_packet.c (ospf_ls_upd): Temporary comment out (6) check.
2564
2565 1999-08-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2566
2567 * ospf_route.c (ospf_lookup_int_by_prefix): Add check of
2568 oi->address.
2569
2570 1999-08-29 Alex Zinin <zinin@amt.ru>
2571 * ospf_lsa.c
2572 MaxAge LSA deletion functions added.
2573
2574 1999-08-29 Alex Zinin <zinin@amt.ru>
2575 * ospf_neighbor.c
2576 ospf_nbr_lookup_by_addr(): added route_unlock_node()
2577 when function returns NULL if (rn->info == NULL)
2578
2579 1999-08-29 Alex Zinin <zinin@amt.ru>
2580 * ospfd.c
2581 added a hack for area range deletion
2582
2583 1999-08-29 Alex Zinin <zinin@amt.ru>
2584 * ospf_lsa.h
2585 included lsdb field into struct ospf_lsa, to find
2586 LSDB easier when removing MaxAge LSAs.
2587
2588 1999-08-29 Alex Zinin <zinin@amt.ru>
2589 * ospf_lsa.c ospf_neighbor.c ospf_nsm.c
2590 ospf_packet.c changed to honor new retransmit list
2591 management functions
2592
2593 1999-08-29 Alex Zinin <zinin@amt.ru>
2594 * ospf_neighbor.c , .h added new retransmit list functions.
2595
2596 1999-08-29 Alex Zinin <zinin@amt.ru>
2597 * Makefile.in
2598 added ospf_ase, ospf_abr, ospf_ia
2599
2600 1999-08-29 Alex Zinin <zinin@amt.ru>
2601 * ospf_spf.c:
2602 - changed ospf_next_hop_calculation() to include interface
2603 and nexthop addr for directly connected routers---more informative
2604 and solves problem with route installation into the kernel
2605 - changed ospf_nexthop_out_if_addr() to support routers, not only
2606 transit networks
2607 - added ospf_process_stubs();
2608
2609 1999-08-29 Alex Zinin <zinin@amt.ru>
2610 * ospf_lsa.c:
2611 - changed ospf_router_lsa() to provide correct links
2612 for p-t-p interfaces;
2613 - changed ospf_summary_lsa_install() to support table
2614 of self-originated summary-LSAs;
2615 - added ospf_summary_asbr_lsa_install() and ospf_external_lsa_install()
2616 - changed ospf_lsa_install() accordingly
2617 - changed show_ip_ospf_database_router_links() to support p-t-p
2618
2619 1999-08-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2620
2621 * ospf_packet.c (ospf_make_db_desc): Only master can clear more
2622 flag.
2623
2624 1999-08-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2625
2626 * ospf_packet.c (ospf_read): Add check of IP src address.
2627
2628 1999-08-28 Alex Zinin <zinin@amt.ru>
2629 * ospf_neighbor.h
2630 added ospf_nbr_lookup_by_routerid()
2631
2632 1999-08-28 Alex Zinin <zinin@amt.ru>
2633 * ospfd.h
2634 added ABR/ASBR flag definitions and fields;
2635 added iflist field to area structure;
2636 summary_lsa_self and summary_lsa_asbr_self are changed
2637 to be route tables;
2638 added ranges field---configured area ranges;
2639 A separate Routers RT added;
2640 area range config commands and config write added
2641
2642
2643 1999-08-28 Alex Zinin <zinin@amt.ru>
2644 * ospf_route.c :
2645 ospf_route_free()--added code to free the list of paths;
2646 The following functions added:
2647 ospf_intra_add_router();
2648 ospf_intra_add_transit();
2649 ospf_intra_add_stub();
2650 the last function uses new ospf_int_lookup_by_prefix();
2651 show_ip_ospf_route_cmd()--changed to support new RT structure;
2652 added ospf_cmp_routes()--general route comparision function;
2653 added ospf_route_copy_nexthops() and ospf_route_copy_nexthops_from_vertex()
2654 they are used in ASE and IA routing;
2655 added ospf_subst_route() and ospf_add_route();
2656
2657 1999-08-28 Alex Zinin <zinin@amt.ru>
2658 * ospf_route.h :
2659 changed struct ospf_path to include output interface,
2660 changed struct ospf_route to support IA and ASE routing.
2661 added prototypes of the function used in IA and ASE modules.
2662
2663 1999-08-28 Alex Zinin <zinin@amt.ru>
2664 * ospf_lsa.h ospf_lsa.c :
2665 added ospf_my_lsa(), an interface independent version of
2666 ospf_lsa_is_self_originated(), it will be used in ASE and IA-routing.
2667
2668 1999-08-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2669
2670 * ospf_interface.c (interface_config_write): Add check for
2671 oi->nbr_self.
2672
2673 1999-08-25 Toshiaki Takada <takada@zebra.org>
2674
2675 * ospf_lsa.c (ospf_lsa_dup): New function added.
2676
2677 * ospf_packet.c (ospf_write), (ospf_read): Print send/recv
2678 interface in debug message.
2679
2680 1999-08-25 Toshiaki Takada <takada@zebra.org>
2681
2682 * ospf_packet.c (ospf_ls_ack_send): The name is changed from
2683 `ospf_ls_ack_send'.
2684 (ospf_ls_ack_send_delayed) (ospf_ls_ack_timer): New function added.
2685 Delayed Link State Acknowledgment is scheduled by timer.
2686
2687 1999-08-25 Alex Zinin <zinin@amt.ru>
2688
2689 * ospf_lsa.c (ospf_router_lsa): Incorrectly included link to
2690 a stub network instead of link to a transit network into
2691 originated router-LSA, bug fixed.
2692
2693 1999-08-24 Toshiaki Takada <takada@zebra.org>
2694
2695 * ospfd.c (ospf_update_router_id): New function added.
2696
2697 * ospf_network.c (ospf_write): Create new socket per transmission.
2698 And select outgoing interface whether dst is unicast or multicast.
2699
2700 * ospf_packet.c: LSA flooding will work.
2701
2702 1999-08-24 VOP <vop@unity.net>
2703
2704 * ospf_route.c: Include "sockunion.h"
2705
2706 1999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2707
2708 * ospf_network.c (ospf_serv_sock_init): Enclose
2709 IPTOS_PREC_INTERNETCONTROL setting with #ifdef for OS which does
2710 not have the definition.
2711
2712 1999-08-23 Toshiaki Takada <takada@zebra.org>
2713
2714 * ospf_packet.c: Fix bug of DD processing.
2715
2716 1999-08-18 Toshiaki Takada <takada@zebra.org>
2717
2718 * ospf_lsa.c (show_ip_ospf_database): Show actual `LS age'.
2719
2720 1999-08-17 Toshiaki Takada <takada@zebra.org>
2721
2722 * ospf_lsa.h (OSPF_MAX_LSA): The value of OSPF_MAX_LSA is
2723 corrected. The bug of `mes_lookup' is fixed.
2724 This had been reported by Poul-Henning Kamp <phk@freebsd.org>.
2725
2726 * ospf_lsa.c (ospf_router_lsa_install): The name is changed from
2727 `ospf_add_router_lsa'.
2728 (ospf_network_lsa_install): The name is changed from
2729 `ospf_add_network_lsa'.
2730
2731 * ospf_interface.h (ospf_interface): Add member `nbr_self'.
2732
2733 * ospf_interface.c (ospf_if_is_enable): New function added.
2734
2735 1999-08-16 Toshiaki Takada <takada@zebra.org>
2736
2737 * ospf_lsa.h (struct lsa_header): The name is changed from
2738 `struct ospf_lsa'.
2739 (struct ospf_lsa): New struct added to control each LSA's aging
2740 and timers.
2741
2742 * ospf_lsa.c (ospf_lsa_data_free): The name is change from
2743 `ospf_lsa_free'.
2744 (ospf_lsa_data_new), (ospf_lsa_new), (ospf_lsa_free),
2745 (ospf_lsa_different), (ospf_lsa_install): New function added.
2746
2747 * ospf_packet.c (ospf_ls_upd_list_lsa): New function added.
2748
2749 1999-08-12 Toshiaki Takada <takada@zebra.org>
2750
2751 * ospf_nsm.c (nsm_reset_nbr): New function added.
2752 KillNbr and LLDown neighbor event call this function.
2753
2754 1999-08-10 Toshiaki Takada <takada@zebra.org>
2755
2756 * ospf_packet.c (ospf_ls_retransmit)
2757 (ospf_ls_upd_timer): New function added.
2758 Set retransmission timer for Link State Update.
2759
2760 1999-07-29 Toshiaki Takada <takada@zebra.org>
2761
2762 * ospf_ism.c (ospf_dr_election): Fix bug of DR election.
2763
2764 1999-07-28 Toshiaki Takada <takada@zebra.org>
2765
2766 * ospf_network.c (ospf_serv_sock_init): Set IP precedence field
2767 with IPTOS_PREC_INTERNET_CONTROL.
2768
2769 * ospf_nsm.c (nsm_change_status): Schedule NeighborChange event
2770 if NSM status change.
2771
2772 * ospf_packet.c (ospf_make_hello): Never include a neighbor in
2773 Hello packet, when the neighbor goes down.
2774
2775 1999-07-26 Kunihiro Ishiguro <kunihiro@zebra.org>
2776
2777 * Makefile.am (noinst_HEADERS): Add ospf_route.h.
2778
2779 * ospf_route.c (show_ip_ospf_route): Add `show ip ospf route'
2780 command.
2781
2782 1999-07-25 Toshiaki Takada <takada@zebra.org>
2783
2784 * ospf_lsa.c (ospf_router_lsa): Fix bug of LS sequence number
2785 assignement.
2786
2787 1999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org>
2788
2789 * ospf_route.c (ospf_route_table_free): New function added.
2790
2791 * ospf_spf.c (ospf_spf_next): Free vertex w when cw's and w's
2792 distance is same.
2793
2794 * ospfd.h (struct ospf): Add old_table.
2795
2796 * ospf_main.c (sighup): Call of log_rotate () removed.
2797
2798 * ospf_lsa.c (ospf_lsa_is_self_originated): Fix bug of checking
2799 area->lsa as self LSA. This should be area->lsa_self.
2800
2801 1999-07-24 Kunihiro Ishiguro <kunihiro@zebra.org>
2802
2803 * ospf_zebra.c (ospf_zebra_add): ospf_zebra_add
2804 (),ospf_zebra_delete () added.
2805
2806 * ospf_spf.c (ospf_spf_calculate): Call ospf_intra_route_add ().
2807
2808 1999-07-24 Toshiaki Takada <takada@zebra.org>
2809
2810 * ospf_lsa.c: Change LS sequence number treatment.
2811 (ospf_lsa_is_self_originated): New function added.
2812 (show_ip_ospf_database_self_originated): New DEFUN added.
2813
2814 1999-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
2815
2816 * ospf_interface.c (ospf_if_lookup_by_addr): Add loopback check.
2817
2818 1999-07-22 Toshiaki Takada <takada@zebra.org>
2819
2820 * ospf_spf.c (ospf_nexthop_new), (ospf_nexthop_free),
2821 (ospf_nexthop_dup): function added.
2822 (ospf_nexthop_calculation): function changed.
2823
2824 * ospf_interface.c (ospf_if_lookup_by_addr): function added.
2825
2826 1999-07-21 Toshiaki Takada <takada@zebra.org>
2827
2828 * ospf_spf.c (ospf_spf_closest_vertex): function removed.
2829
2830 1999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
2831
2832 * ospf_spf.c (ospf_spf_next): Apply ntohs for fetching metric.
2833
2834 1999-07-21 Toshiaki Takada <takada@zebra.org>
2835
2836 * ospf_neighbor.c (ospf_nbr_lookup_by_router_id): fundtion removed.
2837
2838 * ospf_lsa.c (show_ip_ospf_database_router): describe each
2839 connected link.
2840
2841 1999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org>
2842
2843 * ospf_spf.c (ospf_spf_next): V is router LSA or network LSA so
2844 change behavior according to LSA type.
2845 (ospf_lsa_has_link): Link check function is added.
2846
2847 1999-07-20 Kunihiro Ishiguro <kunihiro@zebra.org>
2848
2849 * ospf_spf.c (ospf_spf_calculate_schedule): Add new function for
2850 SPF calcultion schedule addtition.
2851 (ospf_spf_calculate_timer_add): Rough 30 sec interval SPF calc
2852 timer is added.
2853 (ospf_spf_next_router): Delete ospf_spf_next_network ().
2854
2855 * ospf_lsa.c (show_ip_ospf_database_all): Network-LSA display
2856 header typo correction. Display of router LSA's #link added.
2857
2858 1999-07-19 Toshiaki Takada <takada@zebra.org>
2859
2860 * ospf_packet.c (ospf_check_network_mask): Added new function for
2861 receiving Raw IP packet on an appropriate interface.
2862
2863 1999-07-16 Toshiaki Takada <takada@zebra.org>
2864
2865 * ospfd.c (ospf_router_id): new DEFUN added.
2866
2867 1999-07-15 Toshiaki Takada <takada@zebra.org>
2868
2869 * ospf_spf.c (ospf_spf_init), (ospf_spf_free),
2870 (ospf_spf_has_vertex), (ospf_vertex_lookup),
2871 (ospf_spf_next_router), (ospf_spf_next_network),
2872 (ospf_spf_closest_vertex), (ospf_spf_calculate):
2873 function added.
2874
2875 1999-07-13 Toshiaki Takada <takada@zebra.org>
2876
2877 * ospf_ism.c: fix bug of DR Election.
2878
2879 * ospf_nsm.c: fix bug of adjacency forming.
2880
2881 1999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org>
2882
2883 * ospfd.c (ospf_init): Change to use install_default.
2884
2885 1999-07-01 Rick Payne <rickp@rossfell.co.uk>
2886
2887 * ospf_zebra.c (zebra_init): Install standard commands to
2888 ZEBRA_NODE.
2889
2890 1999-06-30 Toshiaki Takada <takada@zebra.org>
2891
2892 * ospf_dump.c: Whole debug command is improved.
2893 (ISM|NSM) (events|status|timers) debug option added.
2894 (show_debugging_ospf): new DEFUN added.
2895
2896 1999-06-30 Kunihiro Ishiguro <kunihiro@zebra.org>
2897
2898 * ospf_lsa.c (ospf_lsa_lookup_from_list): Change !IPV4_ADDR_CMP to
2899 IPV4_ADDR_SAME.
2900
2901 1999-06-29 Toshiaki Takada <takada@zebra.org>
2902
2903 * ospf_dump.c (ospf_summary_lsa_dump): Add summary-LSA dump routine.
2904 (ospf_as_external_lsa_dump): Add AS-external-LSA dump routine.
2905
2906 * ospf_nsm.c (nsm_twoway_received): fix condtion of adjacnet.
2907
2908 * ospf_ism.c (ospf_dr_election): fix DR Election.
2909
2910 * ospf_dump.c (ospf_nbr_state_message): fix `show ip ospf neighbor'
2911 command's state.
2912
2913 1999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
2914
2915 * ospf_dump.c (ospf_router_lsa_dump): Add router-LSA dump routine.
2916
2917 1999-06-28 Toshiaki Takada <takada@zebra.org>
2918
2919 * ospf_lsa.c (show_ip_ospf_database_network): fix bug of
2920 `show ip ospf database network' command output.
2921
2922 * ospf_nsm.c (nsm_inactivity_timer): Clear list of Link State
2923 Retransmission, Database Summary and Link State Request.
2924
2925 * ospf_packet.c (ospf_ls_req_timer): New function added.
2926 Set Link State Request retransmission timer.
2927
2928 1999-06-27 Kunihiro Ishiguro <kunihiro@zebra.org>
2929
2930 * ospf_main.c (main): Change default output from ZLOG_SYSLOG to
2931 ZLOG_STDOUT.
2932
2933 * ospfd.c (ospf_init): Register show_ip_ospf_interface_cmd and
2934 show_ip_ospf_neighbor_cmd to VIEW_NODE.
2935
2936 * ospf_lsa.c (ospf_lsa_init): Register show_ip_ospf_database_cmd
2937 and show_ip_ospf_database_type_cmd to VIEW_NODE.
2938
2939 1999-06-25 Toshiaki Takada <takada@zebra.org>
2940
2941 * ospf_packet.c: fix bug of DD making.
2942 fix bug of LS-Update reading.
2943
2944 1999-06-23 Toshiaki Takada <takada@zebra.org>
2945
2946 * ospf_packet.c: All type of packets are changed to use
2947 fifo queue structure.
2948 (ospf_fill_header) function added.
2949
2950 1999-06-22 Toshiaki Takada <takada@zebra.org>
2951
2952 * ospf_packet.c (ospf_packet_new): New function added to handle
2953 sending ospf packet by fifo queue structure.
2954 (ospf_packet_free), (ospf_fifo_new), (ospf_fifo_push),
2955 (ospf_fifo_pop), (ospf_fifo_head), (ospf_fifo_flush),
2956 (ospf_fifo_free): Likewise.
2957
2958 1999-06-21 Toshiaki Takada <takada@zebra.org>
2959
2960 * ospf_nsm.c (ospf_db_desc_timer): function added.
2961 (nsm_timer_set) function added.
2962 * ospf_dump.c (ospf_option_dump): function added.
2963 * ospf_packet.c (ospf_ls_req) (ospf_make_ls_req): function added.
2964
2965 1999-06-20 Toshiaki Takada <takada@zebra.org>
2966
2967 * ospf_lsa.c (ospf_lsa_more_recent): function added.
2968 * ospf_neighbor.h (struct ospf_neighbor): Change member ms_flag
2969 to dd_flags.
2970
2971 1999-06-19 Toshiaki Takada <takada@zebra.org>
2972
2973 * ospf_lsa.c: DEFUN (show_ip_ospf_database) Added.
2974 * ospf_interface.c (if_ospf_cost), (if_ospf_dead_interval),
2975 (if_ospf_hello_interval), (if_ospf_priority),
2976 (if_ospf_retransmit_interval), (if_ospf_transmit_delay)
2977 argument changed from NUMBER to <range>.
2978 DEFUN (if_ospf_network_broadcast),
2979 DEFUN (if_ospf_network_non_broadcast),
2980 DEFUN (if_ospf_network_point_to_multipoint),
2981 DEFUN (if_ospf_network_point_to_point) functions are combined to
2982 DEFUN (if_ospf_network).
2983
2984 1999-06-18 Toshiaki Takada <takada@zebra.org>
2985
2986 * ospf_lsa.c: ospf_add_router_lsa (), ospf_add_network_lsa (),
2987 ospf_lsa_lookup (), ospf_lsa_count () Added.
2988
2989 1999-06-15 Toshiaki Takada <takada@zebra.org>
2990
2991 * DEFUN (ospf_debug_ism), DEFUN (ospf_debug_nsm),
2992 DEFUN (no_ospf_debug_ism), DEFUN (no_ospf_debug_nsm) Added.
2993 `debug ospf ism' command shows debug message.
2994 `debuf ospf nsm' command shows debug message.
2995
2996 1999-06-14 Toshiaki Takada <takada@zebra.org>
2997
2998 * ospf_lsa.c: ospf_network_lsa () Added.
2999 ospf_lsa_checksum () Added.
3000 * DEFUN (ospf_debug_packet), DEFUN (no_ospf_debug_packet) Added.
3001 `debug ospf packet' command shows debug message.
3002
3003 1999-06-13 Toshiaki Takada <takada@zebra.org>
3004
3005 * ospf_packet.h: Remove struct ospf_ls_req {}, ospf_ls_upd {},
3006 ospf_ls_ack {}.
3007
3008 1999-06-11 Toshiaki Takada <takada@zebra.org>
3009
3010 * ospf_dump.c: fix IP packet length treatment.
3011
3012 1999-06-10 Toshiaki Takada <takada@zebra.org>
3013
3014 * ospf_ism.h: Add OSPF_ISM_EVENT_EXECUTE() Macro Added.
3015 * ospf_nsm.h: Add OSPF_NSM_EVENT_EXECUTE() Macro Added.
3016
3017 * ospf_packet.c: ospf_db_desc (), ospf_db_desc_send () Added.
3018 ospf_make_hello (), ospf_make_db_desc () Added.
3019 ospf_db_desc_proc () Added.n
3020
3021 * Database Description packet can be processed.
3022
3023 1999-06-08 Toshiaki Takada <takada@zebra.org>
3024
3025 * ospf_lsa.c: New file.
3026
3027 1999-06-07 Toshiaki Takada <takada@zebra.org>
3028
3029 * ospf_neighbor.c: ospf_fully_adjacent_count () Added.
3030
3031 1999-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
3032
3033 * ospf_spf.[ch]: New file.
3034
3035 1999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
3036
3037 * ospf_zebra.c: Changed to use lib/zclient.c routines.
3038
3039 * ospf_zebra.h (zebra_start): Remove struct zebra.
3040
3041 1999-05-29 Kunihiro Ishiguro <kunihiro@zebra.org>
3042
3043 * ospfd.c (ospf_config_write): Add cast (unsigned long int) to
3044 ntohl for sprintf warning.
3045
3046 1999-05-19 Toshiaki Takada <takada@zebra.org>
3047
3048 * ospf_ism.c (ospf_dr_election): Join AllDRouters Multicast group
3049 if interface state changes to DR or BDR.
3050
3051 1999-05-14 Stephen R. van den Berg <srb@cuci.nl>
3052
3053 * ospf_main.c (signal_init): SIGTERM call sigint.
3054 (sigint): Logging more better message.
3055
3056 1999-05-12 Toshiaki Takada <takada@zebra.org>
3057
3058 * ospfd.c: Fix bug of `no router ospf' statement, it will work.
3059
3060 1999-05-11 Toshiaki Takada <takada@zebra.org>
3061
3062 * ospf_neighbor.c: ospf_nbr_free () Added.
3063
3064 1999-05-10 Toshiaki Takada <takada@zebra.org>
3065
3066 * ospfd.h: struct ospf_area { }, struct ospf_network { } Changed.
3067 * Fix bug of `no network' statement, it will work.
3068
3069 1999-05-07 Toshiaki Takada <takada@zebra.org>
3070
3071 * ospf_interface.c, ospf_zebra.c: Fix bug of last interface is not
3072 updated by ospf_if_update ().
3073
3074 1999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
3075
3076 * Makefile.am (noinst_HEADERS): Add ospf_lsa.h for distribution.
3077
3078 1999-04-25 Toshiaki Takada <takada@zebra.org>
3079
3080 * ospf_interface.c: DEFUN (no_if_ospf_cost),
3081 DEFUN (no_if_ospf_dead_interval),
3082 DEFUN (no_if_ospf_hello_interval),
3083 DEFUN (no_if_ospf_priority),
3084 DEFUN (no_if_ospf_retransmit_interval),
3085 DEFUN (no_if_ospf_transmit_delay) Added.
3086
3087 interface_config_write () suppress showing interface
3088 default values.
3089
3090 1999-04-25 Kunihiro Ishiguro <kunihiro@zebra.org>
3091
3092 * ospf_dump.c (ospf_timer_dump): If thread is NULL return "inactive".
3093
3094 * ospfd.c (ospf_if_update): Fix bug of using ospf_area { } instead
3095 of ospf_network { }. So `router ospf' statement in ospfd.conf
3096 works again.
3097 (ospf_if_update): Call ospf_get_router_id for updating router ID.
3098
3099 1999-04-25 Toshiaki Takada <takada@zebra.org>
3100
3101 * ospf_interface.c: DEFUN (if_ospf_network) deleted.
3102 DEFUN (if_ospf_network_broadcast),
3103 DEFUN (if_ospf_network_non_broadcast),
3104 DEFUN (if_ospf_network_point_to_multipoint),
3105 DEFUN (if_ospf_network_point_to_point),
3106 DEFUN (no_if_ospf_network) Added.
3107
3108 1999-04-23 Toshiaki Takada <takada@zebra.org>
3109
3110 * ospfd.h: struct area { } changed to struct ospf_network { }.
3111 Add struct ospf_area { }.
3112 * ospfd.c: Add ospf_area_lookup_by_area_id (), ospf_network_new (),
3113 and ospf_network_free ().
3114 DEFUN (area_authentication), DEFUN (no_area_authentication) Added.
3115
3116 1999-04-22 Toshiaki Takada <takada@zebra.org>
3117
3118 * ospf_lsa.h: New file.
3119 * ospf_packet.h: LSA related struct definition are moved to
3120 ospf_lsa.h.
3121 * ospf_packet.c: ospf_verify_header () Added.
3122
3123 1999-04-21 Toshiaki Takada <takada@zebra.org>
3124
3125 * ospf_ism.c: ospf_elect_dr () and related function is changed.
3126 DR Election bug fixed.
3127 * ospf_dump.c: ospf_nbr_state_message (), ospf_timer_dump () Added.
3128 * ospfd.c: DEFUN (show_ip_ospf_neighbor) Added.
3129
3130 1999-04-19 Kunihiro Ishiguro <kunihiro@zebra.org>
3131
3132 * ospf_main.c (main): access_list_init () is added for vty
3133 connection filtering.
3134
3135 1999-04-16 Toshiaki Takada <takada@zebra.org>
3136
3137 * ospfd.c: DEFUN (show_ip_ospf_interface) Added.
3138 * ospf_neighbor.c: ospf_nbr_count () Added.
3139
3140 1999-04-15 Toshiaki Takada <takada@zebra.org>
3141
3142 * ospfd.h: struct ospf { } Changed.
3143 * ospfd.c: ospf_lookup_by_process_id () Deleted.
3144 * ospf_ism.c: ospf_wait_timer () Added. WaitTimer will work.
3145
3146 1999-04-14 Toshiaki Takada <takada@zebra.org>
3147
3148 * ospf_ism.c: ospf_elect_dr () Added.
3149 * ospf_network.c: ospf_if_ipmulticast () Added.
3150
3151 1999-04-11 Toshiaki Takada <takada@zebra.org>
3152
3153 * ospf_interface.c: interface_config_write (),
3154 DEFUN (if_ip_ospf_cost),
3155 DEFUN (if_ip_ospf_dead_interval),
3156 DEFUN (if_ip_ospf_hello_interval),
3157 DEFUN (if_ip_ospf_priority),
3158 DEFUN (if_ip_ospf_retransmit_interval) and
3159 DEFUN (if_ip_ospf_transmit_delay) Added.
3160
3161 1999-04-08 Toshiaki Takada <takada@zebra.org>
3162
3163 * ospf_dump.c: ospf_packet_db_desc_dump () Added.
3164 * ospf_neighbor.c: ospf_nbr_bidirectional () Added.
3165 * ospf_nsm.c: nsm_twoway_received () Added.
3166
3167 1999-04-02 Toshiaki Takada <takada@zebra.org>
3168
3169 * ospf_neighbor.c: New file.
3170 * ospf_neighbor.h: New file.
3171 * ospf_nsm.c: New file.
3172 * ospf_nsm.h: New file.
3173 * ospf_packet.c: Add ospf_make_header (), ospf_hello () and
3174 ospf_hello_send (). Now OSPFd can receive Hello and send Hello.
3175
3176 1999-03-27 Kunihiro Ishiguro <kunihiro@zebra.org>
3177
3178 * ospf_packet.c: Add ospf_recv_packet (). Now OSPF Hello can receive.
3179
3180 1999-03-19 Toshiaki Takada <takada@zebra.org>
3181
3182 * ospf_packet.c: New file.
3183 * ospf_packet.h: New file.
3184 * ospf_network.c: New file.
3185 * ospf_network.h: New file.
3186 * ospfd.h: move OSPF message structure has moved to ospf_packet.h.
3187
3188 1999-03-17 Kunihiro Ishiguro <kunihiro@zebra.org>
3189
3190 * ospf_zebra.c (ospf_zebra_get_interface): Fix for IPv6 interface
3191 address.
3192
3193 * Makefile.am (install-sysconfDATA): Overwrite install-sysconfDATA
3194 for install ospfd.conf.sample as owner read only file.
3195
3196 * ospf_main.c (usage): Change to use ZEBRA_BUG_ADDRESS.
3197
3198 1999-03-15 Toshiaki Takada <takada@zebra.org>
3199
3200 * ospf_ism.c: New file.
3201 * ospf_ism.h: New file.
3202 * ospf_dump.c: New file.
3203 * ospf_dump.h: New file.
3204
3205 * ospfd.h: Add (struct ospf), (struct config_network),
3206 (struct message) structure.
3207
3208 * ospf_interface.c: Add ospf_if_match_network ().
3209 * ospf_interface.h (struct ospf_interface): Change struct members.
3210
3211 * ospfd.c: ospf_lookup_by_process_id (), ospf_network_new (),
3212 DEFUN (network_area): Added.
3213
3214 * ospfd.conf.sample: Change sample configuration.
3215
3216 1999-03-05 Toshiaki Takada <takada@zebra.org>
3217
3218 * ospf_interface.c: New file.
3219 * ospf_interface.h: New file.
3220 * ospf_zebra.h: New file.
3221 * ospf_zebra.c: Add interface function for zebra daemon.
3222 * ospfd.c: New file.
3223
3224 1999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org>
3225
3226 * Move IPv6 codes and files to ospf6d directory.
3227
3228 1999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
3229
3230 * syslog support added
3231
3232 1998-12-22 Toshiaki Takada <takada@zebra.org>
3233
3234 * ospfd.h: New file.
3235 * ospf_lsa.h: New file.
3236
3237 1998-12-15 Kunihiro Ishiguro <kunihiro@zebra.org>
3238
3239 * Makefile.am: New file.
3240 * ospf_main.c: New file.
3241