summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-02-06Adds some log messages related to configure.Ondrej Zajicek
Also fixes a bug in the previous patch.
2010-02-06Modifies configure to just reload protocols when filters change.Ondrej Zajicek
Before this change, protocols were restarted in that case.
2010-02-03Makes date/time formats configurable.Ondrej Zajicek
2010-02-02Workaround for some broken BGP implementations that skip initial KEEPALIVE.Ondrej Zajicek
2010-02-02Changes 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-28Merge commit 'origin/master' into newOndrej Zajicek
2010-01-28Changes 'ignore communities' to 'interpret communities'.Ondrej Zajicek
2010-01-27Priority for '||' and '&&' fixed.Ondrej Filip
2010-01-27Allow multiple || and && statements.Ondrej Filip
2010-01-27Better 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-13Comment update.Ondrej Zajicek
2010-01-08Merge commit 'origin/master' into newOndrej Zajicek
2010-01-08A partial vlink fix.Ondrej Zajicek
2010-01-08Merge branch 'master' of ssh://git.nic.cz/projects/bird/GIT/birdOndrej Filip
2010-01-08Typo in documentation.Ondrej Filip
2010-01-08A fix for broken multi-area OSPFOndrej Zajicek
2010-01-08Socket table update.Ondrej Zajicek
2010-01-08Cryptographic auth can be used also on virtual links.Ondrej Filip
2010-01-08Small typo.Ondrej Filip
2010-01-07More information about vlinks.Ondrej Filip
2010-01-07Bugfix in DBG call.Ondrej Filip
2010-01-07Be a little bit more verbose on virtual links.Ondrej Filip
2010-01-07A fix of a previous fix.Ondrej Zajicek
2010-01-07Fixes vlinks for OSPFv2.Ondrej Zajicek
2010-01-07Debugging change leaked to repository.Ondrej Zajicek
2010-01-07A minor fix in OSPF.Ondrej Zajicek
2010-01-06BSD compatibility fix.Ondrej Zajicek
2010-01-06NEWS, version and documentation update.Ondrej Zajicek
2010-01-03Implements MRTdump feature.Ondrej Zajicek
2009-12-22Show command cleanups.Ondrej Zajicek
2009-12-22Merge commit 'origin/master' into newOndrej Zajicek
2009-12-21Wrong switch name in configuration example.Ondrej Filip
2009-12-21Change default mode of pipes to transparent.Ondrej Zajicek
Opaque pipes are obsolete and should disappear in the future.
2009-12-21Change default LOCAL_PREF attribute to 100 (suggested value by RFC 4277).Ondrej Zajicek
2009-12-20Merge branch 'ospf3' into newOndrej Zajicek
2009-12-20Merge branch 'dev' into ospf3Ondrej Zajicek
2009-12-20Typo corrected.Ondrej 'Feela' Filip
2009-12-20Fixes a new bug in the pipe protocol soft reconfiguration.Ondrej Zajicek
Also updates route reload for pipes.
2009-12-20Fixes unnecessary pipe restart during configure.Ondrej Zajicek
2009-12-19NEWS and version update.Ondrej Zajicek
2009-12-15Merge branch 'ospf3' into newOndrej Zajicek
2009-12-15Fixes export of routes with link-local gw.Ondrej Zajicek
2009-12-14Remove bgp_as4_support variable.Ondrej Zajicek
2009-12-14Minor doc update.Ondrej Zajicek
2009-12-14Implements route reload for OSPF.Ondrej Zajicek
2009-12-14Merge branch 'dev' into ospf3Ondrej Zajicek
Conflicts: proto/ospf/lsreq.c proto/ospf/lsupd.c proto/ospf/rt.c
2009-12-14Minor updates.Ondrej Zajicek
2009-12-14Finishes 'route reload' feature.Ondrej Zajicek
2009-12-12Minor fixes in OSPF.Ondrej Zajicek
2009-12-11Implements protocol-specific Router ID for OSPF.Ondrej Zajicek
And fixes one minor bug.