📄 changelog
字号:
#ifdef HAVE_MBGPV4.1999-11-08 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_dump.c (no_dump_bgp_all): Add [PATH] and [INTERVAL] to no dump bgp commands. (config_write_bgp_dump): Write interval value to the configuration.1999-11-07 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_zebra.c: Redistribute route-map support is added. * bgp_zebra.h: New file added.1999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_dump.c: BGP packet dump routine compatible with MRT. * bgp_dump.h: BGP packet dump routine compatible with MRT. * bgp_debug.c: Renamed from bgp_dump.c * bgp_debug.h: Renamed from bgp_dump.h1999-10-27 Kunihiro Ishiguro <kunihiro@zebra.org> * BGP4-MIB.txt: New file added. Edited version of RFC1657.1999-10-25 Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> * bgp_route.c (bgp_announce): If we're not on a shared network with the peer and we don't have a link-local next hop, but the inbound next-hop has a link-local address, don't readvertise it to our peer.1999-10-25 Marc Boucher <marc@mbsi.ca> * bgp_zebra.c: Add redistribute kernel command.1999-10-25 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (bgp_reset): New function added. * bgpd.conf.sample2: Add IPv6 configuration sample.1999-10-24 Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> * bgp_route.c (ipv6_aggregate_address): Function added.1999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_packet.c (bgp_update): Unintern aspath, community, cluster list after parsing BGP update packet. * bgp_attr.c (bgp_attr_aspath): Intern parsed aspath. (bgp_attr_community): Intern parsed community. (bgp_attr_cluster_list): Intern parsed cluster list. * bgp_routemap.c: Add `set community-additive' command.1999-10-21 Alexandr D. Kanevskiy <kad@blackcatlinux.com> * bgp_routemap.c (route_set_local_pref): Fix bug of setting attribute flag.1999-10-21 Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us> * bgp_route.c (bgp_announce): Add check of IPv6 default route announcement. * bgp_packet.c (bgp_update_send): Add BGP announcement logging.1999-10-15 Kunihiro Ishiguro <kunihiro@zebra.org> * `show ip[v6] bgp PREFIX' show uptime of the route.1999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (bgp_filter_set): Delete PEER_FAMILY_{IPV4,IPV6}. instead of that use AF_INET and AF_INET6 directly. (vty_clear_bgp): Add new function to support various clear ip bgp method.1999-10-04 Lars Fenneberg <lf@elemental.net> * bgpd.c (clear_ip_bgp): Add `clear ip bgp ASN'.1999-10-03 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c: Add `match ip prefix-list' and `match ipv6 prefix-list'.1999-09-28 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (bgp_collision_detect): Add BGP collision detection function.1999-09-26 Blake Meike <bmeike@adero.com> * bgpd.c (neighbor_port): New command `neighbor PEER port PORT' is added.1999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (no_neighbor_timers_keepalive): Change MIN to min. Add min() macro.1999-08-19 Rick Payne <rickp@rossfell.co.uk> * bgp_packet.c (bgp_open): BGP holdtimer bug is fixed. Make BGP keepalive timer configurable.1999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_zebra.c (bgp_redistribute_set): Fix redistribute bug.1999-08-13 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (bgp_peer_display): show ip bgp neighbors PEER only list the peer not all of them.1999-08-11 Rick Payne <rickp@rossfell.co.uk> * bgp_route.c (bgp_announce): Remove MED if its an EBGP peer - will get overwritten by route-maps.1999-08-08 Rick Payne <rickp@rossfell.co.uk> * bgp_routemap.c: Multi protocol route-map modification.1999-08-01 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c: Set network statement route's origin attribute as igp. * bgp_zebra.c: Set redistribute route's origin attribute as incomplete. * bgp_route.c (bgp_info_cmp): Add attribute existance check, origin attribute check, BGP peer type check.1999-07-30 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (bgp_peer_delete): Reselect of IPv6 route.1999-07-29 Rick Payne <rickp@rossfell.co.uk> * Changed route-maps to behave in a more cisco-like fashion1999-07-27 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_fsm.c (bgp_stop): Very serious bug of bgp_stop () is fixed. When multiple route to the same destination exist, bgpd try to announce the information to stopped peer. Then add orphan write thread is added. This cause many strange behavior of bgpd. Reported by Georg Hitsch <georg@atnet.at>.1999-07-23 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c: Change peer's A.B.C.D to PEER.1999-07-22 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (bgp_announce): Add hack for link-local nexthop. * bgp_zebra.c (bgp_zebra_announce): Fill in nexthop address from local address.1999-07-21 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_packet.c (bgp_open): Holdtime fetch bug is fixed. Reported by Yuji SEKIYA <sekiya@sfc.wide.ad.jp>.1999-07-15 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_fsm.c (fsm_holdtime): Don't close file descriptor in fsm_holdtime ().1999-07-11 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c: Add `set atomic-aggregate' command.1999-07-06 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c (route_set_ip_nexthop_cmd): Change "ip nexthop" to "ip next-hop". 1999-07-02 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (show_ipv6_bgp_regexp): `show ipv6 bgp regexp' added.1999-07-01 Rick Payne <rickp@rossfell.co.uk> * bgp_zebra.c (zebra_init): Install standard commands to ZEBRA_NODE.1999-06-28 Rick Payne <rickp@rossfell.co.uk> * bgpd.c (bgp_delete): bgp peer deletion bug is fixed.1999-06-25 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c: Add neighbor update-source command as ALIAS to neighbor_interface.1999-06-19 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_attr.c (bgp_packet_attribute): Send community attribute when send_community flag is set. * bgpd.h (struct peer): Add send_community flag.1999-06-12 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (router_bgp): router bgp's argument changed from AS_NO to <1-65535>.1999-06-08 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.h (struct bgp_info): Add subtype for BGP route type.1999-06-07 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_community.c (community_merge): Function added.1999-06-04 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_clist.c: New file. * bgp_clist.h: New file. * bgp_community.h (COMMUNITY_LOCAL_AS): Added for Cisco compatibility. (COMMUNITY_NO_ADVERTISE): Fix typo.1999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c: Add `set weight WEIGHT' command. * bgpd.c: Remove all_digit_check function. Instead of that use all_digit function in lib/prefix.c. * bgp_routemap.c (bgp_route_map_init): Install no_set_ipv6_nexthop_global_cmd and no_set_ipv6_nexthop_local_cmd element to the RMAP_NODE.1999-05-28 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_aspath.c (aspath_make_str): Declare aspath_delimiter_char inside aspath_make_str function. (aspath_prepend): New function is added for AS path prepend. (aspath_make_str_count): Renamed from aspath_make_str. AS path count is set to the structure. (aspath_merge): New function.1999-05-22 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_zebra.c (redistribute_bgp): Add new DEFUN. (no_redistribute_bgp): Likewise. (router_zebra): Semantics changed. Now 'router zebra' is default behavior of bgpd.1999-05-14 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c: Add some commands to bgp route-map. match ip next-hop: New command. match metric: New command. set metric: Doc fix. set local-preference: Add DEFUN.1999-05-14 Stephen R. van den Berg <srb@cuci.nl> * bgp_main.c (signal_init): SIGTERM call sigint. (sigint): Loggging more better message.1999-05-12 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_attr.c (bgp_packet_attribute): AS path attribute extended length bit check is added.1999-05-11 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c (bgp_route_map_init): Call route_map_install_set function with route_set_local_pref_cmd argument. (no_match_aspath): Function added. (route_set_metric): Set attribute flag bit. * bgp_attr.c (bgp_packet_attribute): MULTI_EXIT_DISC is now in BGP packet.1999-05-07 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (no_neighbor_timers_holdtime): `no neighbor PEER timers holdtime' command is added. * bgpd.h (BGP_DEFAULT_HOLDTIME_BIG): Delete define. * bgpd.c (bgp_prefix_list_set): New function added. (bgp_prefix_list_unset): Likewise. (bgp_prefix_list_update): Likewise. (show_ip_bgp_neighbors): prefix-list information display.1999-05-06 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (bgp_delete): Function added for `no router bgp'.1999-05-05 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_dump.c (bgp_dump_attr): Add originator_id display. * bgpd.c (bgp_router_id): Even when address is malformed set the value to configuration bug fixed. (no_bgp_router_id): New function. (no_bgp_cluster_id): New function.1999-05-04 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.h (BGP_ATTR_ORIGINATOR_ID): Changed from BGP_ATTR_ORIGINATOR.1999-05-02 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (bgp_announce): Add route reflector check.1999-05-01 Kunihiro Ishiguro <kunihiro@zebra.org> * bgpd.c (bgp_cluster_id): Add function for route reflector. (neighbor_route_reflector_client): Likewise. (no_neighbor_route_reflector_client): Likewise. * bgpd.h (struct bgp ): Add cluster for route reflector. * bgp_route.c (show_ip_bgp_prefix_list): New command is added.1999-04-24 Kunihiro Ishiguro <kunihiro@zebra.org> * Makefile.am (noinst_HEADERS): Add bgp_filter.h * bgp_aspath.c (aspath_undup): Function deleted. aspath_free () has same functionality. * bgp_filter.h: New file. * bgp_aspath.c (aspath_unintern): Rename aspath_free () to aspath_unintern () (aspath_free): New function.1999-04-23 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_aspath.c (aspath_aggregate): Function added. * bgp_aspath.h (aspath_aggregate): Prototype added. * bgp_aspath.c (aspath_empty_aspath): New argument gated_dont_eat_flag is added.1999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c: Add bgp_aggregate_ipv4 and bgp_aggregate_ipv6.1999-04-17 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c (aggregate_address): Function added. * bgp_zebra.c (zebra_read): Change log to zlog.1999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org> * Makefile.am (noninst_HEADERS): Added for make dist.1999-04-09 Kunihiro Ishiguro <kunihiro@zebra.org> * aspath_regex.c: Removed from distribution.1999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_attr.c (bgp_packet_attribute): Old draft-00 packet treatment bug fixed.1999-04-06 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_aspath.c (aspath_add_left): Fix empty aspath bug. Reported by kad@gibson.skif.net. * bgp_regex.[ch]: New file added. 1999-04-05 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_filter.c: New file added.1999-04-01 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_aspath.c (aspath_empty_aspath): Change for peering with gated.1999-03-24 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_main.c (main): Default loggin method changed from syslog to stdout.1999-03-05 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_route.c: Delete obsolete default attribute DEFUN.1999-03-04 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_attr.c: Make attribute structure put into attribute hash.1999-03-02 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_view.c : Delete file.1999-02-25 Kunihiro Ishiguro <kunihiro@zebra.org> * bgp_routemap.c (bgp_apply_route_map): Add prefix argument. * bgp_route.h (struct bgp_info): Add bgp_info structre. I'll replace bgp_route with this. * bgp_routemap.c (route_match_ip_address): Fix bug of passing non prefix value to access_list_apply(). * bgpd.conf.sample: Add route-map sample. D
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -