Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-11-24 | Fixes serious bug in core related to route filtering. | Ondrej Zajicek | |
If protocol announces a route, route is accepted by import filter to routing table, and later it announces replacement of that route that is rejected by import filter, old route remains in routing table. | |||
2009-11-20 | Fixes in the documentation. | Ondrej Zajicek | |
2009-11-19 | Added word 'IPv6' to underline, that this problem was not IPv4 related. | Ondrej Filip | |
2009-11-19 | New version. | Ondrej Zajicek | |
2009-11-19 | Implement option to exit after config file parsing. | Ondrej Zajicek | |
2009-11-18 | Implements option that controls IPv6 BGP next hops when lladdr is missing. | Ondrej Zajicek | |
2009-11-17 | Adds some documentation to the description option. | Ondrej Zajicek | |
2009-11-17 | Implement description field of protocol. | Ondrej Zajicek | |
2009-11-17 | Show both IPv6 next hop addresses in BGP. | Ondrej Zajicek | |
2009-11-17 | Implements RFC 5004 - prefer older external routes. | Ondrej Zajicek | |
2009-11-15 | Fixes bug related to reconfiguration with bgp_path first/last operators. | Ondrej Zajicek | |
2009-11-13 | After shutdown, BIRD should have exit code 0. | Ondrej Zajicek | |
2009-11-13 | Fixes BIRD socket unlink. | Ondrej Zajicek | |
2009-11-02 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-11-02 | Fixes build in Debian GNU/kFreeBSD. | Ondrej Zajicek | |
2009-11-02 | Version 1.1.5 | Ondrej 'Feela' Filip | |
2009-10-28 | New version. | Ondrej Zajicek | |
2009-10-27 | Replaces local endianity testing macro with the common one. | Ondrej Zajicek | |
That makes it easier to integrate BIRD to crosscompiling buildsystems. | |||
2009-10-20 | Allows importing 'onlink' routes. | Ondrej Zajicek | |
2009-10-12 | Implements protocol-specific router id and updates documentation. | Ondrej Zajicek | |
2009-10-12 | Rename as_path_get_last/as_path_get_first to be consistent. | Ondrej Zajicek | |
2009-10-11 | Workaround for stupid callback scheduler. | Ondrej Zajicek | |
There is no reak callback scheduler and previous behavior causes bad things during hard congestion (like BGP hold timeouts). Smart callback scheduler is still missing, but main loop was changed such that it first processes all tx callbacks (which are fast enough) (but max 4* per socket) + rx callbacks for CLI, and in the second phase it processes one rx callback per socket up to four sockets (as rx callback can be slow when there are too many protocols, because route redistribution is done synchronously inside rx callback). If there is event callback ready, second phase is skipped in 90% of iterations (to speed up CLI during congestion). | |||
2009-10-08 | First and last accessors to as_paths. | Ondrej Zajicek | |
2009-09-30 | New version. | Ondrej Zajicek | |
2009-09-30 | Fixes one previous commit. | Ondrej Zajicek | |
2009-09-24 | Show bad peer AS number in log in decimal. | Ondrej Zajicek | |
2009-09-24 | Passive option. | Ondrej Zajicek | |
2009-09-24 | Do not allow gateway routes with NULL iface. | Ondrej Zajicek | |
2009-09-18 | Fixes setting of IP addresses to route attributes (NEXT_HOP). | Ondrej Zajicek | |
2009-09-18 | Fixes bug in filter rta copy-on-write. | Ondrej Zajicek | |
Filters should try to copy-on-write just cached rtas. | |||
2009-09-17 | Fixes headers for uintptr_t (and build on NetBSD). | Ondrej Zajicek | |
2009-09-17 | Fixes preference bounds. | Ondrej Zajicek | |
2009-09-17 | Fixes preference in transparent pipes. | Ondrej Zajicek | |
2009-09-11 | New release 1.1.3 | Ondrej Filip | |
2009-09-06 | Update of config.sub & config.guess | Ondrej Filip | |
2009-09-04 | Clear memory allocated by ralloc(). | Ondrej Zajicek | |
This also fixes bug that timer->recurrent was not cleared in tm_new() and unexpected recurrence of startup timer in BGP confused state machine and caused crash. | |||
2009-08-27 | Some cleanups. | Ondrej Zajicek | |
2009-08-25 | Fixes bug related to AS2->AS4 conversion. | Ondrej Zajicek | |
2009-08-23 | Version 1.1.2 | Ondrej Filip | |
2009-08-23 | Version 1.1.2 | Ondrej Filip | |
2009-08-21 | Merge commit 'origin/master' into dev | Ondrej Zajicek | |
2009-08-21 | Allow more kernel routing tables in IPv6. | Ondrej Zajicek | |
2009-08-21 | Fixes bug in eattr binary search. | Ondrej Zajicek | |
2009-08-16 | Ondrej Zajicek add to the team. | Ondrej Filip | |
2009-08-16 | Bugfix - each protocol can be compiled separately. | Ondrej Filip | |
2009-08-12 | NEWS and version update. | Ondrej Zajicek | |
2009-08-12 | Count number of lines (and not messages) in 'more'. | Ondrej Zajicek | |
2009-08-11 | Fixes another bug in rte_recalculate(). | Ondrej Zajicek | |
Previous bugfix revealed another hidden bug here. | |||
2009-08-11 | Replace assert with log. | Ondrej Zajicek | |
Although it is true unless there is a bug in BIRD, this assert is not needed (code below does not require that assumption), so we should not crash. |