Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-22 | OSPF NSSA translator election. | Ondrej Zajicek | |
2011-07-20 | OSPF NSSA support, part one. | Ondrej Zajicek | |
2011-07-20 | Fixes broken multi-area OSPF. | Ondrej Zajicek | |
2011-07-08 | NEWS and version update. | Ondrej Zajicek | |
2011-07-08 | Removes timers for stub interfaces. Also fixes some minor bugs. | Ondrej Zajicek | |
2011-07-06 | Do not open sockets for stub interfaces. | Ondrej Zajicek | |
2011-07-03 | Fixes LSA checksum computation for larger LSAs. | Ondrej Zajicek | |
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-26 | Adds filter clist operation. | Ondrej Zajicek | |
2011-06-25 | Fixes output of BGP timers in 'show protocols all'. | Ondrej Zajicek | |
2011-06-25 | IPV6_CHECKSUM should not be used on ICMPv6 sockets. | 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-06-20 | Fixes a bug in OSPF causing DoS by an invalid packet. | Ondrej Zajicek | |
2011-05-31 | Fixes bug that causes crash with strange BGP updates. | Ondrej Zajicek | |
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-19 | Fixes compatibility with Mikrotik. | Ondrej Zajicek | |
2011-05-16 | Documentation update. | Ondrej Zajicek | |
2011-05-15 | Update and document the privilege restriction. | Ondrej Zajicek | |
2011-05-10 | Allows 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-06 | Merge commit 'origin/master' | Ondrej Zajicek | |
2011-05-06 | Fixes 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-05 | Compilation was failing without OSPF or RIP protocol - FIXED. | Ondrej Filip | |
2011-05-02 | NEWS and version update. | Ondrej Zajicek | |
2011-05-01 | There may be more IP address records with the same IP. | Ondrej Zajicek | |
2011-04-29 | Merge commit 'origin/master' | Ondrej Zajicek | |
2011-04-28 | Use constants from /etc/iproute2/rt_* files. | Ondrej Zajicek | |
2011-04-22 | Adds BGP option related to MED handling. | Ondrej Zajicek | |
Adds option 'med metric' allows to compare MEDs between routes received from different neighbors. | |||
2011-04-13 | Fixed bug FICORA #503685. | Ondrej Filip | |
2011-04-13 | Adds support for several Linux kernel route attributes. | Ondrej Zajicek | |
2011-04-07 | Fixes KRT sync in BSD. | Ondrej Zajicek | |
When buffer is too small (because of change between sysctls()), needed is *not* changed. | |||
2011-04-05 | Minor fixes. | Ondrej Zajicek | |
2011-04-01 | Merge commit 'origin/master' | Ondrej Zajicek | |
2011-04-01 | Fixes a problem with BGP protocols and implicit router IDs. | Ondrej Zajicek | |
2011-04-01 | Fix leaked debug message. | Ondrej Zajicek | |
2011-03-31 | NEWS updated. | Ondrej 'Feela' Filip | |
2011-03-30 | NEWS and version update. | Ondrej Zajicek | |
(and minor changes in documentation) | |||
2011-03-30 | Fixes some problems in BGP error handling. | Ondrej Zajicek | |
2011-03-29 | Hide 6to4 route warnings. | 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-27 | Avoid using stack. | Ondrej Filip | |
2011-03-26 | Added CZ.NIC copyright. | Ondrej Filip | |
2011-03-26 | Documentation about previous commit added. | Ondrej Filip | |
2011-03-26 | This adds (*,x) functionality. | Ondrej Filip | |
2011-03-23 | Added header file. | Ondrej Zajicek | |
2011-03-23 | Convert && and || to shortcut boolean operators. | Ondrej Zajicek | |
2011-03-23 | A 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-19 | Documentation for the router advertisement protocol. | Ondrej Zajicek | |
2011-03-17 | Vastly 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. |