📄 changelog
字号:
version: 0.8.v2001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_route.c: BUG in AS-External route calculation fixed. It was using OLD LSDB... Version: 0.8.u-2001-04-08 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c, ospf6_neighbor.c, ospf6_neighbor.h, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c: Delete old LSDB function. * ospf6d.h: Version: 0.8.u2001-04-05 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_area.c, ospf6_area.h, ospf6_dbex.c, ospf6_interface.c, ospf6_interface.h, ospf6_lsa.c, ospf6_lsdb.c, ospf6_lsdb.h, ospf6_message.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_route.c, ospf6_spf.c, ospf6_top.c, ospf6_top.h, ospf6d.h: Changed to use New LSDB. Version: 0.8.t2001-04-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_lsa.c: Interface stub check in Intra-Area-Prefix-LSA origination was wrong. - fixed. * ospf6_area.h, ospf6_dbex.c, ospf6_interface.c, ospf6_interface.h, ospf6_lsa.c, ospf6_lsa.h, ospf6_lsdb.c, ospf6_message.c, ospf6_neighbor.c, ospf6_nsm.c, ospf6_redistribute.c, ospf6_top.c, ospf6_top.h, ospf6d.c: New LSDB functions, but not changed to be used. * ospf6d.h: Version: 0.8.s2001-03-28 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_area.c ospf6_area.h ospf6_dbex.c ospf6_dump.c ospf6_interface.c ospf6_interface.h ospf6_lsa.c ospf6_message.c ospf6_redistribute.c ospf6_spf.c ospf6_top.c ospf6_top.h ospf6_zebra.c ospf6d.c ospf6d.h: cleaning.2001-03-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6d.h: version: 0.8.r * ospf6_neighbor.[ch], ospf6_lsa.[ch]: just clean up and log clearify. * ospf6_message.[ch]: Packet receiving function and dumping OSPFv3 packet has been changed simple and clean. * ospf6_dbex.[ch], ospf6_interface.[ch], ospf6_lsdb.[ch], ospf6_neighbor.[ch], ospf6_nsm.[ch]: LSList(i.e. summary list, request list, retrans list, etc) have been rewritten based on new LSDB module. The main LSDB have not yet shifted to this new module, but will shift eventually. This change expected to resolve the problem that the ospf6d keeps on sending redundant LSUpdate/LSAck. * ospf6_interface.c: changed default MTU from 1500 to 1280. It was possible that the ospf6d could not send packet (e.g. LSUpdate in response to LSReq in my case) when the packet size accidentally reached near 1500 (I was forget about IP header :p). It is a bit illegal to set MTU 1280 constantly, but I failed once with I/F MTU from kernel (through zebra), and thinks that 1280 is more stable than kernel variable. Comments will be appriciated.2001-03-15 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_dbex.c, ospf6_interface.c, ospf6_ism.c, ospf6_lsdb.[ch], ospf6_neighbor.c, ospf6_spf.c, ospf6d.c: Fix for crash. ospf6d has ever been crashing when 'no interface' command executed, and when starting up with the configuration which does not include 'router ospf6'. these has been fixed.2001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_lsa.c, ospf6_message.c: LSA summary (exchanged while Adjacency bring up) may expire (may reach MaxAge). Handling this has been added but it's a little bit quick hack. * ospf6_message.c: Thread chain bug fixed. Read network thread chain has been cut when receive packets on not-enabled interface. this was wrong and fixed.2001-02-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_message.c: I/F MTU check part on sending packet had some bug, and it's fixed. Ospf6d has believed a value from zebra as I/F MTU, but from now I/F MTU is set to constant 1500. This is workaround for ATM.2001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org> * zebra-0.91 is released.2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * just code clean up of almost all module. * ospf6_dump.c, ospf6_lsa.c: file dependency. * ospf6_mesg.[ch]: changed filename to ospf6_message.[ch]2001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org> * zebra-0.90 is released.2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_mesg.c,ospf6_lsa.c: doubly cancel thread bug fixed. version 0.8.k CRASHed for this. * ospf6_lsa.c: bug of logging fixed. version: 0.8.l2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_neighbor.c: fix typo when trying to delete MaxAge AS-External LSA. MaxAge LSA remaining bug is expected to be fixed. version: 0.8.k2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_mesg.c: add I/F Mtu check for sending LS Update. * ospf6_dbex.c, ospf6_mesg.c, ospf6_neighbor.c, ospf6_neighbor.h, ospf6_spf.c: Changed type of hisaddr field in ospf6_neighbor structure, from sockaddr_in6 to in6_addr. No protocol/processing changed.2001-01-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_mesg.c, ospf6_neighbor.[ch]: Speed up of Database Exchange. version: 0.8.j Because the LS Request list was checked only when attempt to send (retransmit) LS Request packet, Loading state lasted long (for RxmtInterval) unexpectedly. This was fixed; LS Request packet will be send as soon as one received a LS Update packet.2001-01-01 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6d.h (OSPF6_VTYSH_PATH): Change "/tmp/ospf6d" to /tmp/.ospf6d".2000-12-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_dump.[ch]: simplified.2000-12-19 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_route.c: Fix bug of using unavailable route. version: 0.8.d2000-11-30 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_spf.c: calculate statistics. version: 0.8.d2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_mesg.c, ospf6_nsm.c: LSDB sync bug fixed. version: 0.8.c2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_dbex.c: Start debugging and cleaning. * ospf6_area.c, ospf6_dbex.c, ospf6_interface.c, ospf6_lsa.c, ospf6_proto.c, ospf6_top.c: add some function to clarify codes.2000-11-26 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_spf.c: Delete old garbage (which was enclosed by #if 0) * ospf6_redistribute.c: "redistribute ospf6" was generated in "router ospf6" in config file. It is a bug, and fixed. wrong warning message was deleted. * ospf6_main.c: If daemon mode, ospf6d was silent even if the config file was wrong. It is a bug, and fixed. * ospf6_route.c, ospf6_zebra.c: Zebra syncronization method has been changed. delete garbages. allow nexthop of :: in case of connected route. * ospf6_dbex.c: Delete annoying log messages. * ospf6_lsa.c: Changed string for LSA log.2000-11-21 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_spf.c: some careless bug fixed. * ospf6_route.c: changed not to send garbage route whose nexthop is not linklocal address.2000-11-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_rtable.c: renamed to ospf6_route.c whole functionality has been rewritten as new code. new functions not yet installs routes; the old functions still remains. cleaning log messages. * ospf6_spf.c: whole functionality has been rewritten as new code. new command "show ipv6 ospf6 spf node", "show ipv6 ospf6 spf tree", "show ipv6 ospf6 spf table" has been added. Memory leak was fixed. cleaning log messages. * ospf6d version: 0.7.c2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> * zebra-0.89 is released.2000-09-10 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_lsdb.c (ospf6_lsdb_remove_maxage_lsa): Fix compile warnings.2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> * zebra-0.88 is released.2000-08-06 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_rtable.h (struct ospf6_nexthop): Change ifindex type from unsigned long to unsigned int.2000-04-28 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6d.h: Include some headers for avoid warning. * ospf6_routemap.h: Add newfile.1999-11-21 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_network.c: Respect IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP rather than RFC2133.1999-10-21 Jun-ichiro itojun Hagino <itojun@itojun.org> * ospf6_network.c (ospf6_ipv6_decode_ipv4): Fix bug of conversion from IPv4 Mapped Address to IPv4 address.1999-08-08 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_lsa.c (construct_link_lsa): Enclose KAME specific part by #ifdef/#endif.1999-07-29 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_mesg.c: add new message process function.1999-07-25 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_main.c (sighup): Call of log_rotate() removed.1999-07-24 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> ospf6_dbex.{c,h}: variable "acknowledge" has been deleted.1999-07-22 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * *.{c,h}: lsa data structure has been drastically changed.1999-07-16 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * *.{c,h}: bug of updating LSA's which is self originated has been fixed.1999-07-14 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * *.{c,h} : log clean up.1999-07-05 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6d.c (ospf6_init): Change to use install_default.1999-07-03 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_rtable.c (nexthop_*): added some function that handles new nexthop structure.1999-07-01 Rick Payne <rickp@rossfell.co.uk> * ospf6_zebra.c (ospf6_zebra_init): Install standard commands to ZEBRA_NODE.1999-06-09 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_rtable.h: added for new routing table of ospf6d1999-05-14 Stephen R. van den Berg <srb@cuci.nl> * ospf6_main.c (signal_init): SIGTERM call sigint. (sigint): Loggging more better message.1999-05-13 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> *ospf6_spf.c (get_prefix_lsa_of_vertex): bug fix about network vertex.1999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_network.c (send_linkstate_ack): Check HAVE_SIN6_SCOPE_ID is defined. * ospf6_mesg.c (make_hello): Likewise. * ospf6_lsa.c (lsa_flood): Likewise.1999-05-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_spf.c, etc: Many bug fix. intra-area-prefix-LSA treatment changed. network byte order of neighbor ifid changed.1999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_zebra.h (struct zebra): Add hitory entry to structure.1999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_main.c (main): Add KAME check for binding vty socket. (main): Delete old interface get routine garbage. * ospf6d.c: Change all `show ip6' statement to `show ipv6'. (show_ipv6_ospf6_requestlist): Add description.1999-05-04 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * ospf6_lsa.c, etc: Many bug fix, now two routers on the same segment can become FULL neighbor state each other.1999-05-03 Kunihiro Ishiguro <kunihiro@zebra.org> * Makefile.am: Add file dependency. (depend): Add target.1999-05-02 Yasuhiro Ohara <yasu@sfc.wide.ad.jp> * Clean up and fix have been almost done. This code now testing stage of Intra area routing. * Configuration Vty become more similar to Cisco.1999-04-22 Kunihiro Ishiguro <kunihiro@zebra.org> * Trim training newline from zlog format arguemnt. * ospf6_dump.c (ospf6_err): Commented out ospf6_err and ospf6_warn. Same kind of function should be implemented as zlog_err or zlog_warn or someting. * ospf6d.c: Change OSPF_NODE to OSPF6_NODE. Change OSPF_DEFAULT_CONFIG to OSPF6_DEFAULT_CONFIG. 1999-04-21 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_mesg.c (make_hello): Add check of SIN6_LEN1999-04-16 Kunihiro Ishiguro <kunihiro@zebra.org> * ospf6_neighbor.c: Change list_clear_all to list_delete_all_node. Remove list_delete_all fuction and use lib/linklist.c's one. 1999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org> * mcast_join(),mcast_leave()'s argument socket length is removed.1999-04-08 <kunihiro@zebra.org> * ospf6_zebra.h (ospf_zebra_read): Fix typo. * ospf6_interface.h: Tempolary add struct rt_addrinfo.1999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org> * Merge from ospfd-zebra-990303 codes.1999-02-23 Kunihiro Ishiguro <kunihiro@zebra.org> * Makefile.in: add new file. * Makefile.am: @INCLUDES@ is added for OS/library specific IPv6 directory search. * Import files from Yasuhiro Ohara <yasu@sfc.wide.ad.jp>'s ospfd. Impterted files are: Makefile.am, ospf_area.h, ospf_dump.c, ospf_interface.c, ospf_interface.h, ospf_lsa.c, ospf_lsa.h, ospf_main.c, ospf_mesg.c, ospf_mesg.h, ospf_neighbor.c, ospf_neighbor.h,ospf_network.c, ospf_network.h, ospf_proto.h, ospf_spf.c, ospf_spf.h, ospf_types.h, ospfd.c, ospfd.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -