]> git.ipfire.org Git - thirdparty/bird.git/history - proto/bgp/bgp.h
Merge branch 'master' into mq-filter-stack
[thirdparty/bird.git] / proto / bgp / bgp.h
2012-04-26  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird
2012-04-24  Ondrej ZajicekMerge commit 'origin/master'
2012-04-21  Ondrej ZajicekFixes in generalized import limits.
2012-04-15  Ondrej ZajicekImplements generalized import hooks.
2012-04-15  Ondrej ZajicekMerge branch 'master' into rt-accepted
2012-04-15  Ondrej ZajicekImplement RA_ACCEPTED mode of route propagation.
2012-01-08  Ondrej ZajicekImplements support for link-local addresses in BGP.
2011-12-22  Ondrej ZajicekImplements deterministic MED handling.
2011-11-06  Ondrej ZajicekImplements protocol templates.
2011-08-16  Ondrej ZajicekThe generalized TTL security mechanism (RFC 5082) support.
2011-08-14  Ondrej ZajicekBGP Extended communities.
2011-04-29  Ondrej ZajicekMerge commit 'origin/master'
2011-04-22  Ondrej ZajicekAdds BGP option related to MED handling.
2010-07-30  Ondrej ZajicekImplements IGP metric comparison for BGP routes.
2010-07-13  Ondrej ZajicekAdds some options and documentation related to recursiv...
2010-07-12  Ondrej ZajicekImplements proper multihop BGP.
2010-07-05  Ondrej ZajicekImplements hostcache and recursive next hops.
2010-05-31  Ondrej ZajicekDisable BGP protocol when cannot open listening socket.
2010-04-06  Ondrej ZajicekImplements BGP 'show protocols' info details.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-13  Ondrej ZajicekRemoves phantom protocol from the pipe design.
2010-01-28  Ondrej ZajicekMerge commit 'origin/master' into new
2010-01-28  Ondrej ZajicekChanges 'ignore communities' to 'interpret communities'.
2010-01-27  Ondrej ZajicekBetter handling of well-known communities.
2010-01-03  Ondrej ZajicekImplements MRTdump feature.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'ospf3' into new
2009-12-14  Ondrej ZajicekMerge branch 'ospf3' into new
2009-12-14  Ondrej ZajicekRemove bgp_as4_support variable.
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-26  Ondrej ZajicekImplements BGP route refresh.
2009-11-18  Ondrej ZajicekImplements option that controls IPv6 BGP next hops...
2009-11-17  Ondrej ZajicekImplements RFC 5004 - prefer older external routes.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-24  Ondrej ZajicekPassive option.
2009-09-17  Ondrej ZajicekFixes headers for uintptr_t (and build on NetBSD).
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-06  Ondrej ZajicekMinor BGP changes related to error wait time.
2009-06-06  Ondrej ZajicekDifferentiate between error delay and connect/reconnect...
2009-06-04  Ondrej ZajicekImplements import route limits.
2009-05-21  Ondrej ZajicekMerge branch 'master' into dev
2009-04-29  Ondrej ZajicekFixes BGP IPv6 link local next hop handling.
2009-04-28  Ondrej ZajicekFixes handling of 'next hop self' and 'source address...
2009-03-13  Ondrej ZajicekUpdate capability handshake options
2009-03-05  Ondrej ZajicekAdded Cisco and Quagga capability workaround option.
2009-02-26  Ondrej ZajicekRate limit for most abundant log messages
2008-12-24  Ondrej ZajicekAdds support for fallback to capabilityless BGP connect
2008-12-19  Ondrej ZajicekMajor changes to BGP
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
2008-11-01  Ondrej ZajicekImplementation of route server.
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of an option for disabling AS4 support...
2008-10-26  Ondrej ZajicekImplementation of route reflection for BGP
2008-10-26  Ondrej ZajicekImplementation of MD5 authentication of BGP sessions.
2008-10-26  Ondrej ZajicekImplementation of 4B ASN support for BGP
2003-02-22  Martin MaresBetter selection of link-local NLRI addresses, at least...
2000-05-19  Martin MaresBGP now reports originating AS and origin type in get_r...
2000-05-08  Martin MaresThe bgp_list is gone. Incomming connections are now...
2000-05-04  Martin MaresIPv6 BGP support finished. Also simplified the BGP...
2000-05-04  Martin MaresReceive-only IPv6 BGP.
2000-05-02  Martin MaresFull protocol tracing.
2000-04-28  Martin MaresThe `bgp_origin' attribute is now an enum.
2000-04-25  Martin MaresImplemented automatic restart after error with all...
2000-04-25  Martin MaresBetter reporting of both local and remote errors.
2000-04-21  Martin MaresLOCAL_PREF is now always present and exported over...
2000-04-21  Martin MaresIf no NLRI's are present in an UPDATE message, parse...
2000-04-17  Martin MaresHonor standard communities (no_export, no_advertise...
2000-04-17  Martin MaresDon't import/export MED and LOCAL_PREF on external...
2000-04-17  Martin MaresSend and receive communities.
2000-04-17  Martin MaresSending of update messages works!
2000-04-17  Martin MaresCreated nest/a-path.c and a-set.c which should contain...
2000-04-12  Martin MaresMade last Pavel's changes compile.
2000-04-12  Martin MaresReal bucket lists.
2000-04-10  Martin MaresImplemented outgoing attribute cache.
2000-04-10  Martin MaresUse neighbor cache to track direct route to the peer...
2000-04-09  Martin MaresMore BGP progress...
2000-04-01  Martin MaresFormatting of dynamic attributes (except for paths...
2000-03-31  Martin MaresParsing of BGP attributes.
2000-03-30  Martin MaresBasic analysis of UPDATE packets.
2000-03-30  Martin MaresConnection state machine works.
2000-03-30  Martin MaresMore BGP. This time it connects, but the state machine...
2000-03-21  Martin MaresConstruction of BGP packets.
2000-03-20  Martin MaresStarted work on BGP. Wrote main part of the connection...
2000-03-19  Martin MaresBare skeleton of the BGP.