summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2010-12-07Core multipath support.Ondrej Zajicek
2010-11-19Remove some runaway debug messages and typos.Ondrej Zajicek
2010-11-19Minor finalizations of link state checks.Ondrej Zajicek
2010-11-19Fixes a typo (in OSPF_MAX_PKT_SIZE value).Ondrej Zajicek
And updates a comment.
2010-11-13Adds support for iface link detection to OSPF.Ondrej Zajicek
2010-11-11Adds support for iface link check to static protocol.Ondrej Zajicek
2010-11-11Implements link state detection.Ondrej Zajicek
Also changes some symbol names (IFF_ADMIN_DOWN -> IFF_SHUTDOWN, IFF_LINK_UP -> IFF_ADMIN_UP).
2010-11-10Fixes a bug related to implicit backbone on ABR.Ondrej Zajicek
2010-11-04OSPF tx buffers should have the same size as rx buffers.Ondrej Zajicek
We should be able to send everything we received.
2010-11-04Fixes a bug in LSA update of large LSAs.Ondrej Zajicek
2010-11-03Fixes a bug in OSPF.Ondrej Zajicek
2010-11-03Change default for BGP IPv6 socket to V6ONLY.Ondrej Zajicek
Also add a new option 'dual' for the old behavior.
2010-10-22Documentation update.Ondrej Zajicek
2010-10-22Fixes some typos.Ondrej Zajicek
2010-10-09Fixes error handling in ASN expressions.Ondrej Zajicek
2010-10-08Fixes syntactic priority of '.' .Ondrej Zajicek
Dot in expressions like net.len definitely should have the highhest priority.
2010-10-04Fixes scope of filter symbols.Ondrej Zajicek
2010-09-20Changes 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-15Fixes a bug in pair sets.Ondrej Zajicek
2010-09-11Fixes a bug in community set delete.Ondrej Zajicek
2010-09-08Fixes a one byte buffer overflow.Ondrej Zajicek
2010-09-03Fixes a crash in RIP during reconfigure.Ondrej Zajicek
2010-09-03Fixes a memory leak in RIP.Ondrej Zajicek
2010-08-22Fixes a bug in NBMA on an iface with multiple IP addresses.Ondrej Zajicek
2010-08-13Change default for handling missing link-local addresses on route servers.Ondrej Zajicek
2010-08-12Supports unique local unicast addresses.Ondrej Zajicek
2010-08-09Typo in doc.Ondrej Filip