Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | Nest: Removing separate tmpa from route propagation | Jan Maria Matejka | |
This is a fundamental change of an original (1999) concept of route processing inside BIRD. During import/export, there was a temporary ea_list created which was to be used instead of the another one inside the route itself. This led to some confusion, quirks, and strange filter code that handled extended route attributes. Dropping it now. The protocol interface has changed in an uniform way -- the `struct ea_list *attrs` argument has been removed from store_tmp_attrs(), import_control(), rt_notify() and get_route_info(). | |||
2018-02-07 | Nest: Trivial whitespace cleanup | Ondrej Zajicek (work) | |
2018-01-23 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-12-08 | Nest: Minor formatting changes | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Parse and format functions for microsecond times | Ondrej Zajicek (work) | |
Date/time output (e.g. in logs, show commands) can use %f to specify subsecond time. By default, millisecond precision is used in output. | |||
2017-07-04 | Implement onlink flag for nexthops | Ondrej Zajicek (work) | |
Add proper support for per-nexthop onlink flag in routes to handle next hop addresses that are not covered by interface IP ranges. Supported by kernel and static protocols. Thanks to Vincent Bernat for the idea. | |||
2017-05-15 | Nest: split route show into separate file | Jan Moskyto Matejka | |