]> git.ipfire.org Git - thirdparty/bird.git/history - nest/route.h
Minor changes
[thirdparty/bird.git] / nest / route.h
2015-10-17  Ondrej Zajicek ... Minor changes
2015-06-08  Ondrej ZajicekBGP multipath support
2015-06-08  Ondrej ZajicekMoving of mulipath merging code from OSPF to nest
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-06-08  Pavel Tvrdíkunsgined char -> byte
2015-05-12  Ondrej ZajicekKRT: Add support for plenty of kernel route metrics
2015-05-10  Ondrej ZajicekAdd bitfield route attribute type
2014-10-14  Ondrej ZajicekMerge remote-tracking branch 'origin/master' into soft-int
2014-10-02  Ondrej ZajicekImplements show route noexport option.
2014-03-24  Ondrej ZajicekMerge branch 'bgp-grace'
2014-03-20  Ondrej ZajicekBGP graceful restart support.
2014-02-06  Ondrej ZajicekMerge commit 'origin/master' into socket
2013-12-10  Ondrej ZajicekMerge branch 'add-path'
2013-11-25  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-10-02  Ondrej ZajicekSome fixes in filter code.
2013-07-24  Ondrej ZajicekFixes bug in protocol flushing and rtable pruning.
2013-02-08  Ondrej ZajicekImplements router advertisements activated by received...
2012-11-15  Ondrej ZajicekChanges 'rejected' to 'filtered' in one of the last...
2012-11-10  Ondrej ZajicekAllows rejected routes to be kept and examined.
2012-08-14  Ondrej ZajicekImplements ADD-PATH extension for BGP.
2012-08-07  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird v1.3.8
2012-07-16  Ondrej ZajicekMerge branch 'rt-accepted'
2012-07-16  Ondrej ZajicekMerge commit 'origin/rt-accepted' into rt-accepted
2012-07-15  Ondrej ZajicekFinalize RA_ACCEPTED handling.
2012-04-15  Ondrej ZajicekMerge branch 'master' into rt-accepted
2012-04-15  Ondrej ZajicekMerge commit 'origin/master'
2012-04-15  Ondrej ZajicekImplement RA_ACCEPTED mode of route propagation.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-28  Ondrej ZajicekFixes responsiveness for protocol shutdown.
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2012-03-15  Ondrej ZajicekBetter support for multitable protocols.
2011-12-22  Ondrej ZajicekImplements deterministic MED handling.
2011-10-06  Ondrej ZajicekSignal problems with route installation to kernel tables.
2011-08-14  Ondrej ZajicekBGP Extended communities.
2011-07-03  Ondrej ZajicekPrints full community lists during 'show route all'.
2011-04-13  Ondrej ZajicekAdds support for several Linux kernel route attributes.
2010-12-07  Ondrej ZajicekCore multipath support.
2010-08-02  Ondrej ZajicekAdds igp_metric attribute.
2010-07-30  Ondrej ZajicekImplements IGP metric comparison for BGP routes.
2010-07-28  Ondrej ZajicekUse link-local addresses in recursive next hops for...
2010-07-27  Ondrej ZajicekHostcache should use trie to filter relevant route...
2010-07-26  Ondrej ZajicekFor hostentry cache, replace FIB with a hash table...
2010-07-05  Ondrej ZajicekImplements hostcache and recursive next hops.
2010-02-08  Ondrej ZajicekShows source (Router ID) for OSPF routes and adds such...
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-07  Ondrej ZajicekImplement proper LSA ID generation.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekThe pipe cleanup.
2009-05-31  Ondrej ZajicekChanges pipes to transfer all routes between routing...
2009-05-22  Ondrej ZajicekChange import/preimport to export/preexport to be consi...
2009-05-21  Ondrej ZajicekMerge branch 'master' into dev
2009-05-11  Ondrej Filip'show route protocol <p>' added to CLI.
2004-06-25  Ondrej FilipA lot of changes:
2004-06-11  Ondrej FilipRTS_OSPF_BONDARY is nonsense, RTS_OSPF_IA must have...
2004-05-31  Ondrej FilipAdded RTD_NONE /* Just for internal use */
2000-06-21  Pavel MachekRIP bugfix
2000-06-02  Martin MaresRemoved rta_find() since nobody uses it and it's more...
2000-06-01  Martin MaresFIB documentation.
2000-05-30  Martin MaresRoute attributes for OSPF.
2000-05-30  Ondrej FilipBetter rt dumping.
2000-05-28  Ondrej FilipTo find out a type of route (external, inter/intra...
2000-05-19  Martin MaresFixed a very nasty bug in FIB iterators.
2000-05-19  Martin MaresAsynchronous feeding of protocols.
2000-05-13  Martin MaresAdded fib_route() which does (although very slow) looku...
2000-05-11  Pavel MachekFixed nasty segfault in rip.
2000-05-10  Pavel MachekAdded more convient interface for ea_find.
2000-05-08  Martin MaresSeveral simplifications of the fib iterators.
2000-05-08  Martin MaresUse preferences properly.
2000-05-07  Martin MaresImplemented `show route <...> stats'.
2000-05-06  Martin MaresAdded commands `show route protocol <p>' and `show...
2000-05-04  Martin MaresRemoved RTS_RIP_EXT.
2000-04-17  Martin MaresDefine EAF_ORIGINATED and propagate it properly when...
2000-04-17  Martin MaresPrinting of AS paths and community sets.
2000-04-10  Martin MaresFix comments.
2000-04-10  Pavel MachekAs usuall, most important info was missing.
2000-04-10  Martin MaresExport ea_same() and ea_hash().
2000-04-09  Martin MaresBGP doesn't need any inline attributes.
2000-04-01  Martin MaresChanged initialization of protocol list -- now we call...
2000-03-20  Martin MaresDefine new data types for BGP.
2000-03-04  Martin MaresRenamed EAF_INLINE to EAF_TEMP to make the name reflect...
2000-03-04  Martin MaresGarbage collector events and counters are now per table...
2000-03-04  Martin MaresImplemented real attribute cache.
2000-03-01  Martin MaresRemoved RTF_EXTERIOR and RTF_TAGGED (unused).
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-16  Martin MaresMinor cleanups.
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-11-25  Pavel MachekFix timeouts. Triggered updates are not done, yet.
1999-11-18  Martin MaresAllow EA type to be set to 'undefined' which overrides...
1999-11-18  Martin MaresDEF_PREF_UKR and DEF_PREF_SINK removed.
1999-11-04  Martin MaresRenamed attr->attrs to attr->eattrs.
1999-08-03  Martin MaresImplemented a Table-to-Table protocol a.k.a The Pipe.
1999-08-03  Martin MaresKernel route syncer supports multiple tables.
1999-05-31  Pavel MachekAdded extended attributes for rip.
1999-05-17  Martin MaresFrom now we support multiple tables. The master_table...
1999-04-12  Martin MaresRemoved TOS support. This simplifies many things a...
next