Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-29 | Fixes some crashes in OSPFv2. | Ondrej Zajicek | |
2009-11-29 | Temporary commit. | Ondrej Zajicek | |
2009-11-26 | Implements BGP route refresh. | Ondrej Zajicek | |
2009-11-18 | Implements option that controls IPv6 BGP next hops when lladdr is missing. | 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-17 | Temporary OSPFv3 devel commit | Ondrej Zajicek | |
2009-11-09 | Use IPv6 checksums in OSPFv3. | Ondrej Zajicek | |
2009-11-09 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
2009-10-29 | Implements better checks on incoming packets and LSAs in OSPF. | Ondrej Zajicek | |
2009-10-28 | Fixes some problems related to link-local routes in KRT interface. | Ondrej Zajicek | |
2009-10-25 | Implements proper handling of summary/external LSA IDs. | Ondrej Zajicek | |
2009-10-15 | Implement command to show LSA db. | Ondrej Zajicek | |
2009-10-15 | Reimplements 'show ospf state' for OSPFv3 and fixes some bugs. | 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-07 | Implement proper LSA ID generation. | 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-18 | Fixes setting of IP addresses to route attributes (NEXT_HOP). | Ondrej Zajicek | |
2009-09-17 | Fixes headers for uintptr_t (and build on NetBSD). | Ondrej Zajicek | |
2009-09-17 | Fixes preference in transparent pipes. | Ondrej Zajicek | |
2009-09-17 | Implements proper RID handling in OSPFv3. | Ondrej Zajicek | |
2009-09-08 | Make endianity swapping simpler. | Ondrej Zajicek | |
2009-09-08 | Temporary OSPFv3 development commit. | Ondrej Zajicek | |
Finally, it is working. | |||
2009-09-04 | Temporary OSPFv3 development commit (changing multicast support). | Ondrej Zajicek | |
2009-08-28 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-27 | Some cleanups. | Ondrej Zajicek | |
2009-08-27 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-25 | Fixes bug related to AS2->AS4 conversion. | Ondrej Zajicek | |
2009-08-25 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-21 | Temporary OSPFv3 development commit | Ondrej Zajicek | |
2009-08-16 | Bugfix - each protocol can be compiled separately. | Ondrej Filip | |
2009-08-10 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-07-30 | Symbols PASSWORDS and BROADCAST not declared for OSPF | Ondrej Filip | |
2009-07-23 | Use %R in OSPF when appropriate. | Ondrej Zajicek | |
2009-07-09 | Fixed bug related to reconfiguration of BGP with MD5 passwords. | Ondrej Zajicek | |
2009-07-05 | Another pile of ipa_from_u32() calls. | Ondrej Zajicek | |
2009-07-05 | Fixes OSPF on big-endians. | Ondrej Zajicek | |
Hmm, #ifdef is not very typo-safe. | |||
2009-07-05 | Fixes type mismatch in OSPF printf statements. | Ondrej Zajicek | |
Mixing ip_addr and u32 does bad things on Ultrasparc. Although both have the same size. Fascinating. It was not catched by compiler because of varargs. | |||
2009-06-23 | Replace 'bind' option with 'listen' option. | Ondrej Zajicek | |
To be consistent with other daemons. | |||
2009-06-23 | Fixes bug in ORIGIN check. | Ondrej Zajicek | |
2009-06-23 | Changes handling of AS_PATH_CONFED_* segments in AS_PATH. | Ondrej Zajicek | |
Although standard says that if we receive AS_PATH_CONFED_* (and we are not a part of a confederation) segment, we should drop session, nobody does that and it is unwise to do that. Now we drop session just in case that peer ASN is in AS_PATH_CONFED_* segment (to detect peer that considers BIRD as a part of its confederation). | |||
2009-06-18 | Implements option that changes BGP listening socket parametres. | Ondrej Zajicek | |
2009-06-18 | Minor bugfixes. | Ondrej Zajicek | |
2009-06-11 | Implements an option that allows to change a set of stub networks. | Ondrej Zajicek | |
2009-06-10 | Changes OSPF to generate stub networks for non-primary addresses. | Ondrej Zajicek | |
Also does some reorganization in RT LSA announcement. | |||
2009-06-07 | Minor BGP changes related to error wait time. | Ondrej Zajicek | |
2009-06-06 | Fixes bug related to startup delay change. | Ondrej Zajicek | |