summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-16The generalized TTL security mechanism (RFC 5082) support.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the patch.
2011-08-15Fixes some missing tabs.Ondrej Zajicek
They unintentionally disappeared in 1.3.2.
2011-08-15A minor fix in BSD.Ondrej Zajicek
2011-08-14BGP Extended communities documentation.Ondrej Zajicek
2011-08-14BGP Extended communities.Ondrej Zajicek
2011-08-08The documentation update.Ondrej Zajicek
2011-08-08OSPF NSSA support, inter-area LSA translation.Ondrej Zajicek
2011-07-29Handles missing macro.root
2011-07-28Fixes crash on BSD.Ondrej Zajicek
2011-07-22OSPF NSSA translator election.Ondrej Zajicek
2011-07-20OSPF NSSA support, part one.Ondrej Zajicek
2011-07-20Fixes broken multi-area OSPF.Ondrej Zajicek
2011-07-08NEWS and version update.Ondrej Zajicek
2011-07-08Removes timers for stub interfaces. Also fixes some minor bugs.Ondrej Zajicek
2011-07-06Do not open sockets for stub interfaces.Ondrej Zajicek
2011-07-03Fixes LSA checksum computation for larger LSAs.Ondrej Zajicek
2011-07-03Prints full community lists during 'show route all'.Ondrej Zajicek
2011-06-26Fix route types in rta_show().Ondrej Zajicek
2011-06-26Adds filter clist operation.Ondrej Zajicek
2011-06-25Fixes output of BGP timers in 'show protocols all'.Ondrej Zajicek
2011-06-25IPV6_CHECKSUM should not be used on ICMPv6 sockets.Ondrej Zajicek
2011-06-20Fixes a bug related to protocol enabling and reconfigure.Ondrej Zajicek
When a protocol was enabled interactively (but disabled in the config file), then reconfigure in some cases forgets to disable it.
2011-06-20Fixes a bug in OSPF causing DoS by an invalid packet.Ondrej Zajicek
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.