summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.c
AgeCommit message (Expand)Author
2013-12-02Fixes problem with source address selection in BGP and BFD.Ondrej Zajicek
2013-11-24Enables multihop mode for IBGP by default.Ondrej Zajicek
2013-11-22Minor fixes.Ondrej Zajicek
2013-11-19BFD protocol, ready for release.Ondrej Zajicek
2013-08-13Fixes a bug related to mixed up neighbor events in BGP.Ondrej Zajicek
2013-07-13Fixes stuck connection during BGP session shutdown.Ondrej Zajicek
2013-05-09Fixes a problem with BGP neighbors, link-local addresses and locking.Ondrej Zajicek
2013-01-10Separate import and receive limits.Ondrej Zajicek
2012-12-27Implements interface masks for choosing router id.Ondrej Zajicek
2012-11-15Changes 'rejected' to 'filtered' in one of the last patches.Ondrej Zajicek
2012-11-10Allows rejected routes to be kept and examined.Ondrej Zajicek
2012-08-06Fixes BGP subcode during global shutdown.Ondrej Zajicek
2012-07-16Merge branch 'rt-accepted'Ondrej Zajicek
2012-07-16Finalize RA_ACCEPTED handling.Ondrej Zajicek
2012-04-24Implements generalized export limits.Ondrej Zajicek
2012-04-21Fixes in generalized import limits.Ondrej Zajicek
2012-04-15Implements generalized import hooks.Ondrej Zajicek
2012-04-15Implement RA_ACCEPTED mode of route propagation.Ondrej Zajicek
2012-03-15Better support for multitable protocols.Ondrej Zajicek
2012-01-24Assign default protocol preference via proto_config_new().Ondrej Zajicek
2012-01-08Implements support for link-local addresses in BGP.Ondrej Zajicek
2012-01-01Allows sticky link-local neighbors.Ondrej Zajicek
2011-12-22Implements deterministic MED handling.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-09-04Minor changes in BGP protocol info.Ondrej Zajicek
2011-08-16The generalized TTL security mechanism (RFC 5082) support.Ondrej Zajicek
2011-06-25Fixes output of BGP timers in 'show protocols all'.Ondrej Zajicek
2011-04-01Fixes a problem with BGP protocols and implicit router IDs.Ondrej Zajicek
2010-11-03Change default for BGP IPv6 socket to V6ONLY.Ondrej Zajicek
2010-08-13Change default for handling missing link-local addresses on route servers.Ondrej Zajicek
2010-07-13Adds some options and documentation related to recursive next hops.Ondrej Zajicek
2010-07-12Implements proper multihop BGP.Ondrej Zajicek
2010-07-05Implements hostcache and recursive next hops.Ondrej Zajicek
2010-05-31Disable BGP protocol when cannot open listening socket.Ondrej Zajicek
2010-05-14Handle EPIPE as a common connection close event.Ondrej Zajicek
2010-04-07Implements BGP 'show protocols' info details.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2010-02-11Moves errno.h include.Ondrej Zajicek
2010-02-11Fixes a crash caused by missing error hook on BGP listening socket.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-12-14Remove bgp_as4_support variable.Ondrej Zajicek
2009-11-26Implements BGP route refresh.Ondrej Zajicek
2009-11-18Implements option that controls IPv6 BGP next hops when lladdr is missing.Ondrej Zajicek
2009-10-12Implements protocol-specific router id and updates documentation.Ondrej Zajicek
2009-10-11Workaround for stupid callback scheduler.Ondrej Zajicek
2009-09-24Passive option.Ondrej Zajicek
2009-07-09Fixed bug related to reconfiguration of BGP with MD5 passwords.Ondrej Zajicek
2009-06-23Replace 'bind' option with 'listen' option.Ondrej Zajicek
2009-06-18Implements option that changes BGP listening socket parametres.Ondrej Zajicek
2009-06-07Minor BGP changes related to error wait time.Ondrej Zajicek