Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | Small typos. | Ondrej Filip | |
2009-06-28 | New release 1.1.0! | Ondrej Filip | |
2009-06-27 | Unused file removed. | Ondrej Filip | |
2009-06-26 | Fixes bug on TCP passive socket binding on BSD. | Ondrej Zajicek | |
BGP on BSD was bound to random port. I am surprised that nobody noticed it already. | |||
2009-06-26 | Merge branch 'master' into dev | Ondrej Zajicek | |
2009-06-25 | Minor bugfix. | Ondrej Zajicek | |
2009-06-25 | NEWS and version update. | Ondrej Zajicek | |
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-20 | Fixes bug in scheduling of callback by main loop. | Ondrej Zajicek | |
If other side of a socket is sending data faster than BIRD is processing, BIRD does not schedule any other callbacks (events, timers, rx/tx callbacks). | |||
2009-06-20 | Documentation update | Ondrej Zajicek | |
2009-06-19 | Adds support for soft reconfiguration. | Ondrej Zajicek | |
2009-06-18 | Implements option that changes BGP listening socket parametres. | Ondrej Zajicek | |
2009-06-18 | Minor bugfixes. | Ondrej Zajicek | |
2009-06-11 | Documentation update. | 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 | |
2009-06-06 | Differentiate between error delay and connect/reconnect delay. | Ondrej Zajicek | |
The difference is here to reject incoming connections in the first case. | |||
2009-06-04 | Adds route limit documentation. | Ondrej Zajicek | |
2009-06-04 | Implements import route limits. | Ondrej Zajicek | |
2009-06-04 | Implements route statistics and fixes some minor bugs. | Ondrej Zajicek | |
2009-06-02 | Inlude DESTDIR in install to make life of packagers easier. | Ondrej Filip | |
2009-06-02 | Clean also ipv6 bird.ctl | Ondrej Filip | |
2009-06-02 | Error in test fixed. | Ondrej Filip | |
2009-06-02 | Small change to make BIRD's IPv6 packaging easier | Ondrej Filip | |
2009-06-01 | Escaped debbuging message removed. | Ondrej Zajicek | |
2009-06-01 | Adds support for dynamic pair and bgp mask expressions. | Ondrej Zajicek | |
2009-06-01 | Removes some remnant of '|' bgp path separator. | Ondrej Zajicek | |
2009-06-01 | The pipe cleanup. | Ondrej Zajicek | |
2009-06-01 | Adds opaque/transparent pipe mode selection. | Ondrej Zajicek | |
2009-05-31 | Changes pipes to transfer all routes between routing table, not just optimal ↵ | Ondrej Zajicek | |
routes. | |||
2009-05-30 | Fixes buggy prefix ~ prefix matching. | Ondrej Zajicek | |
2009-05-29 | New type variable 'V' defined in filters. This type is checked | Ondrej Filip | |
only for name, never for value in function filter_same() | |||
2009-05-29 | Function pm_path_compare() checked just length of the bgpmasks | Ondrej Filip | |
2009-05-29 | Typo in warning fixed. | Ondrej Filip | |
2009-05-29 | Implements primary address selection base on 'primary' option. | Ondrej Zajicek | |
2009-05-29 | Fixes problems with rewriting of kernel device routes. | Ondrej Zajicek | |
2009-05-29 | Add 'primary' configuration option. | Ondrej Zajicek | |
2009-05-28 | Merge branch 'dev' into ospf | Ondrej Zajicek | |
2009-05-28 | Missing boolean comparison added. | Ondrej Filip | |
2009-05-26 | Warning for BSD system and TCP-MD5. | Ondrej Filip | |
2009-05-25 | Adds INSTALL file. | Ondrej Zajicek | |
2009-05-24 | Hello packets on PTP networks should have zero netmask. | Ondrej Zajicek | |
This also ensures that misconfigured routers (one side ptp and one side broadcast) do not make adjacency. | |||
2009-05-24 | Ignore Hello packets from different IP network (than primary). | Ondrej Zajicek | |