Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-12-20 | Fixes unnecessary pipe restart during configure. | Ondrej Zajicek | |
2009-12-19 | NEWS and version update. | Ondrej Zajicek | |
2009-12-15 | Merge branch 'ospf3' into new | Ondrej Zajicek | |
2009-12-15 | Fixes export of routes with link-local gw. | Ondrej Zajicek | |
2009-12-14 | Remove bgp_as4_support variable. | Ondrej Zajicek | |
2009-12-14 | Minor doc update. | Ondrej Zajicek | |
2009-12-14 | Implements route reload for OSPF. | Ondrej Zajicek | |
2009-12-14 | Merge branch 'dev' into ospf3 | Ondrej Zajicek | |
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c | |||
2009-12-14 | Minor updates. | Ondrej Zajicek | |
2009-12-14 | Finishes 'route reload' feature. | Ondrej Zajicek | |
2009-12-12 | Minor fixes in OSPF. | Ondrej Zajicek | |