summaryrefslogtreecommitdiff
path: root/nest/protocol.h
AgeCommit message (Expand)Author
2016-04-28Add the Babel routing protocol (RFC 6126)Ondrej Zajicek (work)
2015-06-08BGP multipath supportOndrej Zajicek
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2015-03-29BGP: Enhanced route refresh (RFC 7313) supportOndrej Zajicek
2015-02-21Store protocol config size inside protocol structureOndrej Zajicek
2014-04-27Fixes limit verification during reconfiguration.Ondrej Zajicek
2014-03-20BGP graceful restart support.Ondrej Zajicek
2013-11-23Merge branch 'master' into add-pathOndrej Zajicek
2013-09-16BFD work in progress.Ondrej Zajicek
2013-01-10Separate import and receive limits.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-14Implements ADD-PATH extension for BGP.Ondrej Zajicek
2012-08-06Fixes BGP subcode during global shutdown.Ondrej Zajicek
2012-04-28Some fixes in route export limits.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-03-30Merge branch 'soon'Ondrej Zajicek
2012-03-28Fixes responsiveness for protocol shutdown.Ondrej Zajicek
2012-03-15Better support for multitable protocols.Ondrej Zajicek
2012-01-24Assign default protocol preference via proto_config_new().Ondrej Zajicek
2011-12-22Implements deterministic MED handling.Ondrej Zajicek
2011-11-07Implements protocol templates.Ondrej Zajicek
2011-03-13Implements Router Advertisement protocol.Ondrej Zajicek
2010-07-05Implements hostcache and recursive next hops.Ondrej Zajicek
2010-04-07Implements BGP 'show protocols' info details.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2010-02-21Restricted read-only CLI.Ondrej Zajicek
2010-02-20Implements pattern match for 'show protocols' command.Ondrej Zajicek
2010-02-13Removes phantom protocol from the pipe design.Ondrej Zajicek
2010-02-13Fixes protocol statistics for pipes.Ondrej Zajicek
2010-02-11Fixes a tricky bug in the pipe protocol.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-12-14Finishes 'route reload' feature.Ondrej Zajicek
2009-12-02Implements route re-feed.Ondrej Zajicek
2009-11-26Implements BGP route refresh.Ondrej Zajicek
2009-11-17Implement description field of protocol.Ondrej Zajicek
2009-10-12Implements protocol-specific router id and updates documentation.Ondrej Zajicek
2009-06-19Adds support for soft reconfiguration.Ondrej Zajicek
2009-06-04Implements route statistics and fixes some minor bugs.Ondrej Zajicek
2009-05-31Changes pipes to transfer all routes between routing table, not just optimal ...Ondrej Zajicek
2008-11-08Proper format functions for ORIGINATOR_ID, CLUSTER_LISTOndrej Zajicek
2000-05-19Asynchronous feeding of protocols.Martin Mares
2000-05-16Don't log state changes if nothing user-visible has changed.Martin Mares
2000-05-13Changed semantics of the rt_update hook. The attribute list we pass nowMartin Mares
2000-05-06Added commands `show route protocol <p>' and `show route import <p>' whichMartin Mares
2000-05-06When rte_update is called for an identical route, don't announce anything.Martin Mares
2000-04-01Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares
2000-03-19Bare skeleton of the BGP.Martin Mares