summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-01-10Separate import and receive limits.Ondrej Zajicek
They have different behavior w.r.t. filtered routes that are kept.
2012-12-27Implements interface masks for choosing router id.Ondrej Zajicek
Router ID could be automatically determined based of subset of ifaces/addresses specified by 'router id from' option. The patch also does some minor changes related to router ID reconfiguration. Thanks to Alexander V. Chernikov for most of the work.
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
Several new configure command variants: configure undo - undo last reconfiguration configure timeout - configure with scheduled undo if not confirmed in timeout configure confirm - confirm last configuration configure check - just parse and validate config file
2012-11-27Changes static route targets drop/reject to blackhole/unreachable.Ondrej Zajicek
To be consistent with rest of BIRD and Linux. Old names are also allowed for compatibility.
2012-11-16Updates the documentation.Ondrej Zajicek
2012-11-15Changes 'rejected' to 'filtered' in one of the last patches.Ondrej Zajicek
2012-11-10Allows rejected routes to be kept and examined.Ondrej Zajicek
When 'import keep rejected' protocol option is activated, routes rejected by the import filter are kept in the routing table, but they are hidden and not propagated to other protocols. It is possible to examine them using 'show route rejected'.
2012-08-06Fixes BGP subcode during global shutdown.Ondrej Zajicek
2012-07-24Documentation update,Ondrej Zajicek
2012-07-22RDNSS and DNSSL documentation for RAdv.Ondrej Zajicek
2012-07-07Implements RDNSS and DNSSL support for RAdv.Ondrej Zajicek
2012-05-14Real broadcast mode for OSPFv2.Ondrej Zajicek
2012-05-14Allows to set instance ID for OSPFv3 interfaces.Ondrej Zajicek
2012-04-29Allows some modifications of dest attribute in filters.Ondrej Zajicek
2012-04-28Changes keyword 'exceed' to 'action'.Ondrej Zajicek
2012-04-28Some fixes in route export limits.Ondrej Zajicek
2012-04-24Implements generalized export limits.Ondrej Zajicek
And also fixes some minor bugs in limits.
2012-04-15Implements generalized import hooks.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the original patch.
2012-03-25Fixes several minor bugs in kernel syncer.Ondrej Zajicek
2012-03-23Adds krt_metric linux route attribute.Ondrej Zajicek
2012-03-23Adds krt_source route attribute.Ondrej Zajicek
Thanks Jeremie Dimino for the original patch.
2012-03-22NEWS and version update.Ondrej Zajicek
2012-03-22Some minor changes to CLI.Ondrej Zajicek
2012-03-18Route Origin Authorization basics.Ondrej Zajicek
- ROA tables, which are used as a basic part for RPKI. - Commands for examining and modifying ROA tables. - Filter operators based on ROA tables consistent with RFC 6483.
2012-03-16Adds filtering to 'show symbols' command.Ondrej Zajicek
Thanks Alexander V. Chernikov for the original patch.
2012-03-16Adds filtering to 'show ospf lsadb' command.Ondrej Zajicek
Thanks Alexander V. Chernikov for the original patch.
2012-03-15Extends set operations in filters.Ondrej Zajicek
Allows add/filter/delete clist on clist (set algebra on clists). Allows number ~ bgppath match.
2012-03-15Fixes documentation - default pipe mode.Ondrej Zajicek
Thanks to Benjamin Cama for the bugreport.
2011-12-22Implements deterministic MED handling.Ondrej Zajicek
Thanks to Alexander V. Chernikov for many suggestions.
2011-11-07Implements protocol templates.Ondrej Zajicek
Based on the patch from Alexander V. Chernikov. Extended to support almost all protocols. Uses 'protocol bgp NAME from TEMPLATE { ... }' syntax.
2011-10-06Use reserved address blocks for documentation (RFC 5737).Ondrej Zajicek
2011-09-24Implements static recursive routes.Ondrej Zajicek
2011-09-12Removed some completed jobs.v1.3.3Ondrej Filip
2011-09-11Configuration can include other files.Ondrej Filip
2011-09-03Fixes for OSPF NSSA handling.Ondrej Zajicek
2011-08-16The generalized TTL security mechanism (RFC 5082) support.Ondrej Zajicek
Thanks to Alexander V. Chernikov for the patch.
2011-08-14BGP Extended communities documentation.Ondrej Zajicek
2011-08-08The documentation update.Ondrej Zajicek
2011-06-26Adds filter clist operation.Ondrej Zajicek
2011-05-16Documentation update.Ondrej Zajicek
2011-05-15Update and document the privilege restriction.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-13Adds support for several Linux kernel route attributes.Ondrej Zajicek
2011-04-05Minor fixes.Ondrej Zajicek
2011-03-30NEWS and version update.Ondrej Zajicek
(and minor changes in documentation)
2011-03-26Documentation about previous commit added.Ondrej Filip
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
2010-12-24Implements Point-to-MultiPoint interface type for OSPF.Ondrej Zajicek