Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | Separate import and receive limits. | Ondrej Zajicek | |
They have different behavior w.r.t. filtered routes that are kept. | |||
2012-12-27 | Implements 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-26 | Implements undo command and optional timeout for configuration | Ondrej 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-27 | Changes 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-16 | Updates the documentation. | Ondrej Zajicek | |
2012-11-15 | Changes 'rejected' to 'filtered' in one of the last patches. | Ondrej Zajicek | |
2012-11-10 | Allows 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-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 | |