⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻
📖 第 1 页 / 共 5 页
字号:
	* bgp_snmp.c: Add BGP peer MIB implementation.2000-07-12  Akihiro Mizutani <mizutani@dml.com>	* bgpd.c (bgp_show_peer): Fix typo.2000-07-11  Akihiro Mizutani <mizutani@dml.com>	* bgp_routemap.c: Add commands for deleting set without argument.2000-07-03  Akihiro Mizutani <mizutani@dml.com>	* bgp_zebra.c: Fix redistribute help strings.2000-07-01  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_show): When bgpd works as vtysh server send all	output to vty at once.2000-06-13  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_mplsvpn.c (no_vpnv4_network): "no network A.B.C.D/M rd WORD	tag WORD" command is added.	* bgp_ecommunity.c (ecommunity_vty_out): New function added.2000-06-12  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_show): Fix total number of prefix count bug.	* bgpd.c (bgp_show_peer): Display VPNv4 unicast configuration and	negotiation result in "show ip bgp neighbors".2000-06-12  Akihiro Mizutani <mizutani@dml.com>	* bgpd.c: Fix help strings.		* bgpd.h: Likewise.	2000-06-11  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_aggregate_unset): Fix bug of checking rn->info	instead of rn.  Reported by Akihiro Mizutani <mizutani@dml.com>.	* bgp_mplsvpn.c (vpnv4_network): For testing purpose, "network	A.B.C.D rd RD" is added to address-family vpnv4 unicast node.	* bgp_route.c (bgp_static_set): Set safi to p.safi.2000-06-10  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_show_prefix_list): Change to use bgp_show().	(bgp_show_regexp): Change to use bgp_show().	(show_adj_route): Change to display header.	* bgpd.c (clear_bgp): Set peer->v_start to default value when peer	is cleared manually.	* bgp_route.c (bgp_show_route): New function which display	specific BGP route.  Divided from bgp_show().	(bgp_static_delete): Delete all static route.2000-06-09  NOGUCHI Kay <kay@v6.access.co.jp>	* bgp_route.c (show_ipv6_bgp): "show ipv6 bgp" is broken with	invalid privious fix.  Now show_ipv6_bgp and show_ipv6_bgp_route	take care of "show ipv6 bgp [X:X::X:X]".  Same change for "show ip	mbgp" and "show ipv6 mbgp".2000-06-07  Akihiro Mizutani <mizutani@dml.com>	* bgp_route.c: Fix help strings and command arguments.2000-06-06  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_ecommunity.c: Include prefix.h2000-06-05  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.h (struct bgp_info_tag): New structure to hold tag	value.	* bgp_route.c (bgp_adj_set): table NULL check is added.	(bgp_adj_unset): Likewise.	(bgp_adj_lookup): Likewise.	(bgp_adj_clear): Likewise.	(route_vty_out): Add SAFI check for nexthop display.	(bgp_withdraw): Add SAFI check for withdraw route.	* Remove all #ifdef MPLS_VPN then include it as default.	* bgpd.c: Temporary disable peer-group command until the	implementation is completed.	* bgp_routemap.c (bgp_route_map_init): Install	route_metric_match_cmd.	(route_match_metric_compile): MED value compile using strtoul.2000-06-05  Akihiro Mizutani <mizutani@dml.com>	* bgp_filter.c: Fix help strings.  Change REGEXP to LINE.  Change	NAME to WORD.	* Change command argument to more comprehensive.	METRIC         -> <0-4294967295>	WEIGHT         -> <0-4294967295>	LOCAL_PREF     -> <0-4294967295>	IP_ADDR        -> A.B.C.D	AS             -> <1-65535>	AS-PATH-NAME   -> WORD	ACCESS_LIST    -> WORD	PREFIX_LIST    -> WORD	COMMUNITY      -> AA:NN	EXT_COMMUNITY  -> ASN:nn_or_IP-address:nn	IPv6_ADDR      -> X:X::X:X	* bgp_clist.c: Fix help strings.2000-06-03  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (peer_active): Add new function for check the peer is	active or not.	(neighbor_activate): New command "neighbor PEER activate" and "no	neighbor PEER activate" are added.	* bgp_packet.c: Include bgpd/bgp_mplsvpn.h.2000-06-02  Akihiro Mizutani <mizutani@dml.com>	* bgp_clist.c: Fix commuity-list help strings.	* bgp_routemap.c: Fix "set community" help strings.  Add #define	SET_STR.  Use (unicast|multicast) argument for "set nlri" command.	2000-06-01  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_routemap.c (route_set_community_none_cmd): "set community	none" command is added to route-map.2000-06-01  Akihiro Mizutani <mizutani@dml.com>	* bgp_debug.c: Change "show debug" to "show debugging".  Now "show	debugging" is not used in VIEW_NODE.2000-05-30  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_fsm.c (bgp_timer_set): Add check for shutdown flag.  This	fix unconditional BGP connection.	* bgpd.c (peer_shutdown): Replace peer_shutdown() with	peer_change_flag_with_reset().2000-05-26  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (no_bgp_default_ipv4_unicast): Add "no bgp default	ipv4-unicast" command.	* bgpd.h (BGP_CONFIG_NO_DEFAULT_IPV4): Add new definition.	* bgp_filter.c (as_list_delete): Free all AS filter.	* bgp_clist.c (community_list_delete): Free all community entry.	* bgp_filter.c (no_ip_as_path_all): New DEFUN for "no ip as-path	access-list NAME".	* bgp_clist.c (no_ip_community_list_all): New DEFUN for "no ip	community-list NAME".2000-05-19  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (ipv6_mbgp_neighbor_routes): Change "show ip bgp PEER	routes" to "show ip bgp PEER received-routes"2000-05-14  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_ecommunity.c (ecommunity_parse): New file for Extended	Communities attribute.	* bgp_ecommunity.h: Likewise.2000-05-11  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_mplsvpn.h: New file for MPLS-VPN.	* bgp_mplsvpn.c: Likewise.	* bgpd.c (bgp_delete): Fix bug of "no router bgp" crush.2000-05-10  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (bgp_bestpath_missing_as_worst): Add "bgp bestpath	missing-as-worst".2000-05-08  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_routemap.c (match_community): Clarify help of "match	community".2000-05-02  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_aspath.c (aspath_cmp_left): Remove debug code.2000-04-27  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_info_cmp): Compare MED only both routes comes	from same neighboring AS.	* bgp_aspath.c (aspath_cmp_left): Compare leftmost AS value.	* bgp_route.c (bgp_info_cmp): Fix misused htonl() to ntohl().2000-04-26  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_output_filter): When distribute-list's	corresponding access-list does not exist, filter all routes.	(bgp_input_filter): Likewise.2000-04-19  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_attr.c (bgp_packet_attribute): Propagate MED to IBGP peer.	* bgp_route.c (bgp_info_cmp): Add evaluation of local preference.2000-04-18  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (bgp_distribute_update): Add struct access_list *	argument.2000-04-17  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_clist.c (community_list_dup_check): Add duplicate insertion	check.	* bgp_filter.c (as_list_dup_check): Add duplicate insertion check.	* bgp_route.c (bgp_show): Fix undeclared write variable.2000-04-13  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_routemap.c: Add "match ip address prefix-list".2000-03-29  Rick Payne <rickp@rossfell.co.uk>	* bgp_aspath.c (aspath_strip_confed): Fix realloc problem.2000-03-16  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_fsm.c (bgp_reconnect): Connect retry timer is expired when	the peer status is Connect.2000-03-03  Kunihiro Ishiguro  <kunihiro@zebra.org>	* Fix bug of rewritten originator-id.2000-01-27  Rick Payne <rickp@rossfell.co.uk>	* bgp_aspath.c (aspath_delimiter_char): New function.  Instead of	directly referencing array, search proper AS path delimiter.	(aspath_strip_confed): Strip the confederation stuff from the	front of an AS path.	(aspath_add_left_confed): New function for adding specified AS to	the leftmost AS_CONFED_SEQUENCE.	* bgp_aspath.h: Change AS_CONFED_SEQUENCE and AS_CONFED_SET value	to Cisco compatible.	* bgpd.c (bgp_confederation_id_set): Confederation configuration.	(bgp_confederation_id_unset): Likewise.	(bgp_confederation_peers_check): Likewise.	(bgp_confederation_peers_add): Likewise.	(bgp_confederation_peers_remove): Likewise.	(bgp_confederation_peers_set): Likewise.	(bgp_confederation_peers_unset): Likewise.	(bgp_confederation_peers_print): Likewise.	2000-01-16  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c: Introduce peer_change_flag_with_reset() fucntion.2000-01-17  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_open.c (bgp_open_option_parse): When there is no common	capability send Unsupported Capability error to the peer.2000-01-14  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_open.c (bgp_capability_mp): Fix bug of mis-negotiation about	IPv6 unicast.	* bgpd.c (bgp_init): Add "soft-reconfiguration inbound" command.	2000-01-12  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (neighbor_strict_capability): Add	"strict-capability-match" command.	* bgp_zebra.c (bgp_if_update): Ignore NET127 determining	router-id.	* bgpd.c (peer_override_capability): Add "override-capability"	command.1999-12-16  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_packet.c (bgp_write): Change status to Idle and set timer	after write failed.1999-12-14  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_zebra.c (bgp_zebra_announce): Add info->selected check.1999-12-12  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (nlri_unfeasible): nlri_unfeasible() is merged with	nlri_parse().1999-12-10  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_fsm.h (BGP_EVENT_DELETE): Macro added.	* bgp_fsm.c (bgp_stop): Clear all event threads of the peer when	the peer is cleared.	* bgp_zebra.c (bgp_nexthop_set): Clear interface index of	link-local address.  This is KAME specific problem.1999-12-06  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_attr.c (bgp_mp_reach_parse): Comment out previous code for a	while.  We don't completely detect the link is shared or not at	this moment.	* bgp_packet.c (bgp_notify_send): Make shortcut call of	bgp_write() and bgp_stop().	* bgp_attr.c (bgp_mp_reach_parse): Fix serious bug when getting	global and link-local address.1999-12-05  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (no_neighbor_port): New command added.	(peer_new): Set send_community.1999-12-04  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.c (show_ip_bgp_summary): Changed to use bgp_show_summary().	(show_ip_mbgp_summary): Likewise.	(show_ipv6_bgp_summary): Likewise.	(show_ipv6_mbgp_summary): Add new command.	(peer_free): Free peer->host.	(peer_lookup_by_su): Delete function.	(ipv6_bgp_neighbor): Changed to use peer_remote_as().	(sockunion_vty_out): Function deleted.	(vty_clear_bgp): Use afi instead of family.	Delete old list bgp_list.  Use struct newlist *bgplist.	(peer_lookup_by_host): Function deleted.1999-12-03  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.h (struct peer_group): New structure added.	(struct peer_conf): New structure added.	(struct	peer): Change all prefix_count to unsigned long.		* bgpd.c: Reconstruct all of VTY commands reflect internal	structure change.	Use bgplist instead of bgp_list.	Use peerlist intstead of peer_list.	* bgp_attr.c (bgp_mp_reach_parse): If nlri_parse return -1, stop	parsing then return immediately.	* bgp_route.c (nlri_parse): When NLRI parse error occured, return	-1.	(nlri_process): Use pcount_v4_{unicast,multicast}.	(nlri_delete): Likewise.1999-11-25  Robert Olsson <Robert.Olsson@data.slu.se>	* bgp_routemap.c (route_match_nlri): `match nlri	unicast|multicast' and `set nlri unicast|multicast' command are	added.1999-11-22  Robert Olsson <Robert.Olsson@data.slu.se>	* bgpd.c: Add translate-update support.	* bgpd.h (TRANSLATE_UPDATE_OFF): Add translate-update definition.1999-11-19  Robert.Olsson@data.slu.se	* bgp_route.c (bgp_peer_delete): Add MBGP peer clear codes.1999-11-14  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_open.c (bgp_capability_mp): Temporary comment out	SAFI_UNICAST_MULTICAST handling until we know the meanings.1999-11-13  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_btoa.c: New file added.1999-11-12  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgpd.h (struct peer): Add dont_capability flag.	(struct peer): Add override_capability flag.	* bgpd.c (neighbor_dont_capability_negotiation): `neighbor PEER	dont-capability-negotiation' added.1999-11-12  Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>	* bgp_attr.c (bgp_mp_reach_parse): Ignore link-local addresses	attribute from non-shared-network peers.1999-11-10  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_snmp.c: New file added.	* BGP4-MIB.txt: Updated to the latest Internet-Draft	draft-ietf-idr-bgp4-mib-04.txt.1999-11-09  Kunihiro Ishiguro  <kunihiro@zebra.org>	* bgp_route.c (bgp_route_init): Add `show ipv6 bgp prefix-list'.	* bgp_attr.c (bgp_mp_unreach_parse): Enclose safi setup with

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -