summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2010-12-07Documentation update (multipath).Ondrej Zajicek
2010-11-19Minor finalizations of link state checks.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-08-09Typo in doc.Ondrej Filip
2010-08-03Documentation update and improvement of tests related to expressions in sets.Ondrej Filip
2010-08-03Small typo in documentation.Ondrej Filip