Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-06 | Fixes BGP subcode during global shutdown. | Ondrej Zajicek | |
2012-07-24 | Documentation update, | Ondrej Zajicek | |
2012-07-22 | RDNSS and DNSSL documentation for RAdv. | Ondrej Zajicek | |
2012-07-07 | Implements RDNSS and DNSSL support for RAdv. | Ondrej Zajicek | |
2012-05-14 | Real broadcast mode for OSPFv2. | Ondrej Zajicek | |
2012-05-14 | Allows to set instance ID for OSPFv3 interfaces. | Ondrej Zajicek | |
2012-04-29 | Allows some modifications of dest attribute in filters. | Ondrej Zajicek | |
2012-04-28 | Changes keyword 'exceed' to 'action'. | Ondrej Zajicek | |
2012-04-28 | Some fixes in route export limits. | Ondrej Zajicek | |
2012-04-24 | Implements generalized export limits. | Ondrej Zajicek | |
And also fixes some minor bugs in limits. | |||
2012-04-15 | Implements generalized import hooks. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the original patch. | |||
2012-03-25 | Fixes several minor bugs in kernel syncer. | Ondrej Zajicek | |
2012-03-23 | Adds krt_metric linux route attribute. | Ondrej Zajicek | |
2012-03-23 | Adds krt_source route attribute. | Ondrej Zajicek | |
Thanks Jeremie Dimino for the original patch. | |||
2012-03-22 | NEWS and version update. | Ondrej Zajicek | |
2012-03-22 | Some minor changes to CLI. | Ondrej Zajicek | |
2012-03-18 | Route 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-16 | Adds filtering to 'show symbols' command. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for the original patch. | |||
2012-03-16 | Adds filtering to 'show ospf lsadb' command. | Ondrej Zajicek | |
Thanks Alexander V. Chernikov for the original patch. | |||
2012-03-15 | Extends set operations in filters. | Ondrej Zajicek | |
Allows add/filter/delete clist on clist (set algebra on clists). Allows number ~ bgppath match. | |||
2012-03-15 | Fixes documentation - default pipe mode. | Ondrej Zajicek | |
Thanks to Benjamin Cama for the bugreport. | |||
2011-12-22 | Implements deterministic MED handling. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for many suggestions. | |||
2011-11-07 | Implements 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-06 | Use reserved address blocks for documentation (RFC 5737). | Ondrej Zajicek | |
2011-09-24 | Implements static recursive routes. | Ondrej Zajicek | |
2011-09-12 | Removed some completed jobs.v1.3.3 | Ondrej Filip | |
2011-09-11 | Configuration can include other files. | Ondrej Filip | |
2011-09-03 | Fixes for OSPF NSSA handling. | Ondrej Zajicek | |
2011-08-16 | The generalized TTL security mechanism (RFC 5082) support. | Ondrej Zajicek | |
Thanks to Alexander V. Chernikov for the patch. | |||
2011-08-14 | BGP Extended communities documentation. | Ondrej Zajicek | |
2011-08-08 | The documentation update. | Ondrej Zajicek | |
2011-06-26 | Adds filter clist operation. | Ondrej Zajicek | |
2011-05-16 | Documentation update. | Ondrej Zajicek | |
2011-05-15 | Update and document the privilege restriction. | 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 | Adds support for several Linux kernel route attributes. | Ondrej Zajicek | |
2011-04-05 | Minor fixes. | Ondrej Zajicek | |
2011-03-30 | NEWS and version update. | Ondrej Zajicek | |
(and minor changes in documentation) | |||
2011-03-26 | Documentation about previous commit added. | Ondrej Filip | |
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 | |
2010-12-24 | Implements Point-to-MultiPoint interface type for OSPF. | Ondrej Zajicek | |
2010-12-07 | Documentation update (multipath). | Ondrej Zajicek | |
2010-11-19 | Minor finalizations of link state checks. | 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-08-09 | Typo in doc. | Ondrej Filip | |
2010-08-03 | Documentation update and improvement of tests related to expressions in sets. | Ondrej Filip | |
2010-08-03 | Small typo in documentation. | Ondrej Filip | |