Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-03 | Prints full community lists during 'show route all'. | Ondrej Zajicek | |
2011-06-26 | Fix route types in rta_show(). | Ondrej Zajicek | |
2011-06-20 | Fixes 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-05-21 | Fixes 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-05 | Compilation was failing without OSPF or RIP protocol - FIXED. | Ondrej Filip | |
2011-05-01 | There may be more IP address records with the same IP. | Ondrej Zajicek | |
2011-04-13 | Adds support for several Linux kernel route attributes. | Ondrej Zajicek | |
2011-04-05 | Minor fixes. | Ondrej Zajicek | |
2011-04-01 | Fixes a problem with BGP protocols and implicit router IDs. | Ondrej Zajicek | |
2011-03-29 | Fixes 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-28 | Minor 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-13 | Implements Router Advertisement protocol. | Ondrej Zajicek | |
2011-01-08 | Fixes scope for sticky neighbors. | Ondrej Zajicek | |
2010-12-22 | Remove unnecessary check. | Ondrej Zajicek | |
2010-12-07 | Core multipath support. | Ondrej Zajicek | |
2010-11-19 | Remove some runaway debug messages and typos. | Ondrej Zajicek | |
2010-11-11 | Adds support for iface link check to static protocol. | Ondrej Zajicek | |
2010-11-11 | Implements link state detection. | Ondrej Zajicek | |
Also changes some symbol names (IFF_ADMIN_DOWN -> IFF_SHUTDOWN, IFF_LINK_UP -> IFF_ADMIN_UP). | |||
2010-11-03 | Change default for BGP IPv6 socket to V6ONLY. | Ondrej Zajicek | |
Also add a new option 'dual' for the old behavior. | |||
2010-09-08 | Fixes a one byte buffer overflow. | Ondrej Zajicek | |
2010-08-03 | Do not allow interdependent recursive routes. | Ondrej Zajicek | |
2010-08-02 | Adds igp_metric attribute. | Ondrej Zajicek | |
2010-07-31 | Implements IGP metric comparison for BGP routes. | Ondrej Zajicek | |
2010-07-28 | Use link-local addresses in recursive next hops for IPv6 BGP. | Ondrej Zajicek | |
2010-07-27 | Hostcache should use trie to filter relevant route changes. | Ondrej Zajicek | |
2010-07-26 | For hostentry cache, replace FIB with a hash table using (IP, dep table) as ↵ | Ondrej Zajicek | |
a key. | |||
2010-07-22 | Fixes a buffer overflow in TX code of IPv6 BGP. | Ondrej Zajicek | |
2010-07-05 | Implements hostcache and recursive next hops. | Ondrej Zajicek | |
Hostcache is a structure for monitoring changes in a routing table that is used for routes with dynamic/recursive next hops. This is needed for proper iBGP next hop handling. | |||
2010-06-02 | Implements command that shows memory usage. | Ondrej Zajicek | |
2010-05-14 | Do not add community if it is already in clist. | Ondrej Zajicek | |
2010-04-28 | Better support for /31 networks. | Ondrej Zajicek | |
2010-04-27 | Avoid warning if not compiled with pipes. | Ondrej Filip | |
2010-04-07 | Implements BGP 'show protocols' info details. | Ondrej Zajicek | |
2010-04-04 | Restrict export of device routes to the kernel protocol. | Ondrej Zajicek | |
In usual configuration, such export is already restricted with the aid of the direct protocol but there are some races that can circumvent it. This makes it harder to break kernel device routes. Also adds an option to disable this restriction. | |||
2010-03-26 | Merge branch 'socket2' into new | Ondrej Zajicek | |
2010-03-24 | Update lastmod in 'ignored' case only for RIP routes. | Ondrej Zajicek | |
2010-03-19 | Allow iface pattern matching code to match peer address on ptp links. | Ondrej Zajicek | |
2010-03-17 | Fixes unterminated string for atomic_aggr attribute formatting. | Ondrej Zajicek | |
2010-03-14 | Temporary OSPF commit - sockets. | Ondrej Zajicek | |
2010-03-11 | Merge branch 'new' into socket2 | Ondrej Zajicek | |
2010-03-11 | Temoporary OSPF commit - socket changes. | Ondrej Zajicek | |
2010-02-27 | Better flushing of interfaces. | Ondrej Zajicek | |
When device protocol goes down, interfaces should be flushed asynchronously (in the same way like routes from protocols are flushed), when protocol goes to DOWN/HUNGRY. This fixes the problem with static routes staying in kernel routing table after BIRD shutdown. | |||
2010-02-26 | Fixes signedness in format route attributes. | Ondrej Zajicek | |
2010-02-26 | Many changes in (mainly) kernel syncers. | Ondrej Zajicek | |
- BSD kernel syncer is now self-conscious and can learn alien routes - important bugfix in BSD kernel syncer (crash after protocol restart) - many minor changes and bugfixes in kernel syncers and neighbor cache - direct protocol does not generate host and link local routes - min_scope check is removed, all routes have SCOPE_UNIVERSE by default - also fixes some remaining compiler warnings | |||
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek | |
2010-02-21 | Restricted read-only CLI. | Ondrej Zajicek | |
Also adds support for executing commands using birdc <cmd>. | |||
2010-02-20 | Implements pattern match for 'show protocols' command. | Ondrej Zajicek | |
And generally consolidates protocol commands. | |||
2010-02-13 | Removes phantom protocol from the pipe design. | Ondrej Zajicek | |
It seems that by adding one pipe-specific exception to route announcement code and by adding one argument to rt_notify() callback i could completely eliminate the need for the phantom protocol instance and therefore make the code more straightforward. It will also fix some minor bugs (like ignoring debug flag changes from the command line). | |||
2010-02-13 | Fixes protocol statistics for pipes. | Ondrej Zajicek | |
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. |