]> git.ipfire.org Git - thirdparty/bird.git/history - nest/route.h
Implements router advertisements activated by received routes.
[thirdparty/bird.git] / nest / route.h
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-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...
1999-04-05  Martin MaresRouting table core changes to support full route filtering:
1999-04-03  Martin MaresMore changes to the kernel syncer.
1999-03-17  Martin MaresImplemented extended route attributes and all related...
1999-03-04  Martin MaresKRT: Implemented asynchronous route / interface state...
1999-03-01  Martin MaresRenamed struct rtattr to struct rta to make things...
1999-02-13  Martin MaresFixed bug in FIB_ITERATE_END: it assumed the control...
1998-12-20  Martin MaresRewrote fib functions to make them insert/delete/asynch...
1998-12-08  Martin MaresAdded source RTS_DUMMY for temporary routes. They shoul...
1998-12-07  Martin MaresMinor rte/rta interface changes:
1998-12-07  Martin MaresKRF_* flags moved to krt.h as they are internal to...
1998-12-06  Martin MaresRemoved protocol-specific data in rte for protocol...
1998-10-20  Pavel MachekRIP now actually talks to itself.
1998-10-20  Martin MaresAdded pointer to network to RTE. The complications...
1998-10-18  Martin Mareso FIB flags now available for FIB users.
1998-10-18  Martin MaresSplit protocol init to building of protocol list and...
1998-10-18  Martin MaresAfter contemplating about RIP route timeouts for a...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-06-04  Martin MaresFIB_WALK and friends are now slightly more friendly.
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
next