Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | Fixes a tricky bug in the pipe protocol. | Ondrej Zajicek | |
When uncofiguring the pipe and the peer table, the peer table was unlocked when pipe protocol state changed to down/flushing and not to down/hungry. This leads to the removal of the peer table before the routes from the pipe were flushed. The fix leads to adding some pipe-specific hacks to the nest, but this seems inevitable. | |||
2010-02-11 | Moves errno.h include. | Ondrej Zajicek | |
2010-02-11 | Fixes a crash caused by missing error hook on BGP listening socket. | Ondrej Zajicek | |
Error happened when too many BGP connections arrived in one moment (ECONNABORTED). | |||
2010-02-11 | Temporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-10 | NEWS version update. | Ondrej Filip | |
2010-02-10 | NEWS and version update. | Ondrej Zajicek | |
2010-02-10 | Merge commit 'origin/master' into new | Ondrej Zajicek | |
2010-02-10 | RTF_CLONING is removed in FreeBSD 8. | Ondrej Zajicek | |
2010-02-10 | Define symbols as text between ''. | Ondrej Filip | |
2010-02-08 | Shows source (Router ID) for OSPF routes and adds such attribute. | Ondrej Zajicek | |
A sad thing is that we does not have a 'router_id' filter type, so it must be given as decimal number in filters. | |||
2010-02-08 | Adds asterisk to the primary route in 'show route' cmd. | Ondrej Zajicek | |
And also fixes a minor bug. | |||
2010-02-07 | Unnumbered OSPF interfaces should be always in the point-to-point mode. | Ondrej Zajicek | |
2010-02-06 | Adds some log messages related to configure. | Ondrej Zajicek | |
Also fixes a bug in the previous patch. | |||
2010-02-06 | Modifies configure to just reload protocols when filters change. | Ondrej Zajicek | |
Before this change, protocols were restarted in that case. | |||
2010-02-03 | Makes date/time formats configurable. | Ondrej Zajicek | |
2010-02-02 | Workaround for some broken BGP implementations that skip initial KEEPALIVE. | Ondrej Zajicek | |
2010-02-02 | Changes right-recursion to left-recursion in a filter grammar. | Ondrej Zajicek | |
Because we don't want to have a limit on a function/filter length. | |||
2010-01-28 | Merge commit 'origin/master' into new | Ondrej Zajicek | |
2010-01-28 | Changes 'ignore communities' to 'interpret communities'. | Ondrej Zajicek | |
2010-01-27 | Priority for '||' and '&&' fixed. | Ondrej Filip | |
2010-01-27 | Allow multiple || and && statements. | Ondrej Filip | |
2010-01-27 | Better handling of well-known communities. | Ondrej Zajicek | |
Process well-known communities before the export filter (old behavior is to process these attributes after, which does not allow to send route with such community) and just for routes received from other BGP protocols. Also fixes a bug in next_hop check. | |||
2010-01-13 | Comment update. | Ondrej Zajicek | |
2010-01-08 | Merge commit 'origin/master' into new | Ondrej Zajicek | |
2010-01-08 | A partial vlink fix. | Ondrej Zajicek | |
2010-01-08 | Merge branch 'master' of ssh://git.nic.cz/projects/bird/GIT/bird | Ondrej Filip | |
2010-01-08 | Typo in documentation. | Ondrej Filip | |
2010-01-08 | A fix for broken multi-area OSPF | Ondrej Zajicek | |
2010-01-08 | Socket table update. | Ondrej Zajicek | |
2010-01-08 | Cryptographic auth can be used also on virtual links. | Ondrej Filip | |
2010-01-08 | Small typo. | Ondrej Filip | |
2010-01-07 | More information about vlinks. | Ondrej Filip | |
2010-01-07 | Bugfix in DBG call. | Ondrej Filip | |
2010-01-07 | Be a little bit more verbose on virtual links. | Ondrej Filip | |
2010-01-07 | A fix of a previous fix. | Ondrej Zajicek | |
2010-01-07 | Fixes vlinks for OSPFv2. | Ondrej Zajicek | |
2010-01-07 | Debugging change leaked to repository. | Ondrej Zajicek | |
2010-01-07 | A minor fix in OSPF. | Ondrej Zajicek | |
2010-01-06 | BSD compatibility fix. | Ondrej Zajicek | |
2010-01-06 | NEWS, version and documentation update. | Ondrej Zajicek | |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek | |
2009-12-22 | Show command cleanups. | Ondrej Zajicek | |
2009-12-22 | Merge commit 'origin/master' into new | Ondrej Zajicek | |
2009-12-21 | Wrong switch name in configuration example. | Ondrej Filip | |
2009-12-21 | Change default mode of pipes to transparent. | Ondrej Zajicek | |
Opaque pipes are obsolete and should disappear in the future. | |||
2009-12-21 | Change default LOCAL_PREF attribute to 100 (suggested value by RFC 4277). | Ondrej Zajicek | |
2009-12-20 | Merge branch 'ospf3' into new | Ondrej Zajicek | |
2009-12-20 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
2009-12-20 | Typo corrected. | Ondrej 'Feela' Filip | |
2009-12-20 | Fixes a new bug in the pipe protocol soft reconfiguration. | Ondrej Zajicek | |
Also updates route reload for pipes. |