Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-03-13 | Implements Router Advertisement protocol. | Ondrej Zajicek | |
2011-01-08 | Fixes scope for sticky neighbors. | Ondrej Zajicek | |
2011-01-08 | Some cleanups in krt_read_ifinfo(). | Ondrej Zajicek | |
2011-01-08 | Fixes interface names on BSD systems. | Ondrej Zajicek | |
2010-12-28 | A simplification of the next-hop calculation. | Ondrej Zajicek | |
Thanks to Joakim Tjernlund for the idea. | |||
2010-12-24 | Implements Point-to-MultiPoint interface type for OSPF. | Ondrej Zajicek | |
2010-12-23 | Add some comments. | Ondrej Zajicek | |
2010-12-23 | Fixes a minor memory wasting. | Ondrej Zajicek | |
2010-12-22 | Remove unnecessary check. | Ondrej Zajicek | |
2010-12-13 | Fixes string handling in birdc. | Ondrej Zajicek | |
2010-12-07 | Documentation update (multipath). | Ondrej Zajicek | |
2010-12-07 | Multipath support for linux kernel protocol. | Ondrej Zajicek | |
2010-12-07 | Multipath support for OSPF | Ondrej Zajicek | |
2010-12-07 | Multipath support for static protocol. | Ondrej Zajicek | |
2010-12-07 | Core multipath support. | Ondrej Zajicek | |
2010-11-19 | Remove some runaway debug messages and typos. | Ondrej Zajicek | |
2010-11-19 | Minor finalizations of link state checks. | Ondrej Zajicek | |
2010-11-19 | Fixes a typo (in OSPF_MAX_PKT_SIZE value). | Ondrej Zajicek | |
And updates a comment. | |||
2010-11-13 | Adds support for iface link detection to OSPF. | 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-10 | Fixes a bug related to implicit backbone on ABR. | Ondrej Zajicek | |
2010-11-04 | OSPF tx buffers should have the same size as rx buffers. | Ondrej Zajicek | |
We should be able to send everything we received. | |||
2010-11-04 | Fixes a bug in LSA update of large LSAs. | Ondrej Zajicek | |
2010-11-03 | Fixes a bug in OSPF. | Ondrej Zajicek | |
2010-11-03 | Change default for BGP IPv6 socket to V6ONLY. | Ondrej Zajicek | |
Also add a new option 'dual' for the old behavior. | |||
2010-10-22 | Documentation update. | Ondrej Zajicek | |
2010-10-22 | Fixes some typos. | Ondrej Zajicek | |
2010-10-09 | Fixes error handling in ASN expressions. | Ondrej Zajicek | |
2010-10-08 | Fixes syntactic priority of '.' . | Ondrej Zajicek | |
Dot in expressions like net.len definitely should have the highhest priority. | |||
2010-10-04 | Fixes scope of filter symbols. | Ondrej Zajicek | |
2010-09-20 | Changes print-like filter commands to use a log instead of a stderr. | Ondrej Zajicek | |
And extends the log subsystem to better handle that. | |||
2010-09-15 | Fixes a bug in pair sets. | Ondrej Zajicek | |
2010-09-11 | Fixes a bug in community set delete. | Ondrej Zajicek | |