summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-31Fixes bug that causes crash with strange BGP updates.Ondrej Zajicek
2011-05-21Fixes a bug with setting preference during show route cmd.Ondrej Zajicek
If show route cmd was used with a filter that changed preference, BIRD crashed.
2011-05-19Fixes compatibility with Mikrotik.Ondrej Zajicek
2011-05-16Documentation update.Ondrej Zajicek
2011-05-15Update and document the privilege restriction.Ondrej Zajicek
2011-05-10Allows run with restricted privileges.Ondrej Zajicek
Adds option -u and -g to specify user and group. When different user (than root) is specified, linux capabilities CAP_NET_* are kept.
2011-05-06Merge commit 'origin/master'Ondrej Zajicek
2011-05-06Fixes several problems in filter syntax.Ondrej Zajicek
- Fixes several conflicts in the grammar. - Fixes a bug in (a..b, c) pair patterns. - Makes pair patterns orthogonal. - Allows term expressions in pair patterns without additional ( ). - Allows several comma separated values in switch cases.
2011-05-05Compilation was failing without OSPF or RIP protocol - FIXED.Ondrej Filip
2011-05-02NEWS and version update.Ondrej Zajicek
2011-05-01There may be more IP address records with the same IP.Ondrej Zajicek
2011-04-29Merge commit 'origin/master'Ondrej Zajicek
2011-04-28Use constants from /etc/iproute2/rt_* files.Ondrej Zajicek
2011-04-22Adds BGP option related to MED handling.Ondrej Zajicek
Adds option 'med metric' allows to compare MEDs between routes received from different neighbors.
2011-04-13Fixed bug FICORA #503685.Ondrej Filip
2011-04-13Adds support for several Linux kernel route attributes.Ondrej Zajicek
2011-04-07Fixes KRT sync in BSD.Ondrej Zajicek
When buffer is too small (because of change between sysctls()), needed is *not* changed.
2011-04-05Minor fixes.Ondrej Zajicek
2011-04-01Merge commit 'origin/master'Ondrej Zajicek
2011-04-01Fixes a problem with BGP protocols and implicit router IDs.Ondrej Zajicek
2011-04-01Fix leaked debug message.Ondrej Zajicek
2011-03-31NEWS updated.Ondrej 'Feela' Filip
2011-03-30NEWS and version update.Ondrej Zajicek
(and minor changes in documentation)
2011-03-30Fixes some problems in BGP error handling.Ondrej Zajicek
2011-03-29Hide 6to4 route warnings.Ondrej Zajicek
2011-03-29Fixes a nasty bug in OSPF.Ondrej Zajicek
Sending malformed network prefixes in LSAs causes OSPF to crash just after the LSA is propagated to the other routers.
2011-03-28Minor changes in addresses.Ondrej Zajicek
Mainly changes IA_UNNUMBERED to IA_PEER and adds IA_HOST. Also do not show broadcast addr in show interfaces. Nobody cares for that.
2011-03-27Avoid using stack.Ondrej Filip
2011-03-26Added CZ.NIC copyright.Ondrej Filip
2011-03-26Documentation about previous commit added.Ondrej Filip
2011-03-26This adds (*,x) functionality.Ondrej Filip
2011-03-23Added header file.Ondrej Zajicek
2011-03-23Convert && and || to shortcut boolean operators.Ondrej Zajicek
2011-03-23A hack to distinguish if..else from else: in case.Ondrej Zajicek
The old BIRD grammar needs two lookaheads to distinguish if..else from else: in case, which caused the parser to fail on some combinations of both expressions. This patch replaces two tokens 'else' ':' by one token 'else:' to fix that.
2011-03-19Documentation for the router advertisement protocol.Ondrej Zajicek
2011-03-17Vastly improved OSPF reconfiguration.Ondrej Zajicek
Now it can handle a change in iface pattern structure. It can add, remove and reconfigure interfaces, vlinks and areas.
2011-03-13Implements Router Advertisement protocol.Ondrej Zajicek
2011-01-08Fixes scope for sticky neighbors.Ondrej Zajicek
2011-01-08Some cleanups in krt_read_ifinfo().Ondrej Zajicek
2011-01-08Fixes interface names on BSD systems.Ondrej Zajicek
2010-12-28A simplification of the next-hop calculation.Ondrej Zajicek
Thanks to Joakim Tjernlund for the idea.
2010-12-24Implements Point-to-MultiPoint interface type for OSPF.Ondrej Zajicek
2010-12-23Add some comments.Ondrej Zajicek
2010-12-23Fixes a minor memory wasting.Ondrej Zajicek
2010-12-22Remove unnecessary check.Ondrej Zajicek
2010-12-13Fixes string handling in birdc.Ondrej Zajicek
2010-12-07Documentation update (multipath).Ondrej Zajicek
2010-12-07Multipath support for linux kernel protocol.Ondrej Zajicek
2010-12-07Multipath support for OSPFOndrej Zajicek
2010-12-07Multipath support for static protocol.Ondrej Zajicek