]> git.ipfire.org Git - thirdparty/bird.git/history - nest/rt-attr.c
Doc: Remove some superfluous slashes
[thirdparty/bird.git] / nest / rt-attr.c
2016-11-01  Jan Moskyto MatejkaBuild: switch on -Wextra, get rid of most of the warnings
2016-10-03  Ondrej Zajicek ... BGP: Support for large communities
2016-09-14  Ondrej Zajicek ... Nest: Keep multipath next hops sorted
2016-07-19  Ondrej Zajicek ... Babel: Documentation updates
2016-05-12  Pavel TvrdikProg Doc: Complete several missing parameters
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-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 ZajicekFixes some warnings.
2014-02-06  Ondrej ZajicekMerge branch 'add-path'
2014-02-06  Ondrej ZajicekMerge commit 'origin/master' into socket
2013-12-10  Ondrej ZajicekMerge branch 'add-path'
2013-12-01  Ondrej ZajicekFinishes 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.
2012-08-14  Ondrej ZajicekImplements ADD-PATH extension for BGP.
2011-08-15  Ondrej ZajicekFixes some missing tabs.
2011-08-14  Ondrej ZajicekBGP Extended communities.
2011-07-03  Ondrej ZajicekPrints full community lists during 'show route all'.
2011-06-26  Ondrej ZajicekFix route types in rta_show().
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-05  Ondrej ZajicekImplements hostcache and recursive next hops.
2010-06-02  Ondrej ZajicekImplements command that shows memory usage.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-17  Ondrej ZajicekFixes unterminated string for atomic_aggr attribute...
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-26  Ondrej ZajicekFixes signedness in format route attributes.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-08-25  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-21  Ondrej ZajicekMerge commit 'origin/master' into dev
2009-08-21  Ondrej ZajicekFixes bug in eattr binary search.
2009-08-21  Ondrej ZajicekTemporary OSPFv3 development commit
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-23  Ondrej ZajicekAdds %R printf directive for Router ID.
2009-05-22  Ondrej ZajicekFixes serious bug in route attribute handing.
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
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 FilipGrrr, committing too fast.
2004-05-31  Ondrej FilipUse #include "alloca.h"
2004-05-31  Ondrej Filip#ifdef ALLOCA_H
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-02  Martin MaresDocumentation on routing tables and route attributes.
2000-05-19  Martin MaresFixed freeing of non-embedded extended attributes.
2000-05-10  Pavel MachekAdded more convient interface for ea_find.
2000-05-08  Martin MaresReally free attributes.
2000-05-08  Martin Maresbugs_in_attr_cache_hashing--;
2000-05-07  Martin MaresKilled one more reference to RTS_RIP_EXT.
2000-05-06  Martin MaresAdded commands `show route protocol <p>' and `show...
2000-05-04  Martin MaresRemoved RTS_RIP_EXT.
2000-04-26  Martin MaresBetter formatting of router ID's.
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 MaresExport ea_same() and ea_hash().
2000-04-01  Martin MaresChanged initialization of protocol list -- now we call...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-31  Martin MaresFixed bug in processing of dynamic attributes.
2000-03-04  Martin MaresRenamed EAF_INLINE to EAF_TEMP to make the name reflect...
2000-03-04  Martin MaresImplemented real attribute cache.
2000-03-01  Martin MaresRemoved RTF_EXTERIOR and RTF_TAGGED (unused).
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-11-18  Martin MaresAllow EA type to be set to 'undefined' which overrides...
1999-11-04  Martin MaresRenamed attr->attrs to attr->eattrs.
1999-04-12  Martin MaresRemoved TOS support. This simplifies many things a...
1999-03-17  Martin MaresImplemented extended route attributes and all related...
1999-02-11  Martin Maresstruct proto again contains instance name (a copy of...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1998-12-08  Martin MaresAdded source RTS_DUMMY for temporary routes. They shoul...
1998-12-07  Martin MaresMinor rte/rta interface changes:
1998-07-28  Pavel MachekDo not segfault on iface == NULL.
1998-06-17  Martin MaresUse '%I' instead of dirty address printing hacks.
1998-06-04  Martin MaresDumping of _static_ attributes implemented.
1998-06-03  Martin MaresProtocol hooks. All of them may be NULL.
1998-05-26  Martin MaresResource pools are now named.
1998-05-20  Martin MaresAdded routing table and routing attribute code.