Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-12 | Revive FIB and kernel MPLS code | Ondrej Zajicek (work) | |
2017-12-11 | NEWS and version update | Ondrej Zajicek (work) | |
2017-12-11 | KRT: Fix bug in multipath handling | Ondrej Zajicek (work) | |
2017-12-10 | Doc: Documentation update | Ondrej Zajicek (work) | |
2017-12-10 | Switchoff for MPLS in kernel. | Maria Jan Matejka | |
2017-12-10 | Lib: Check size of nets | Ondrej Zajicek (work) | |
2017-12-08 | Enable ECMP and Link detection by default | Ondrej Zajicek (work) | |
ECMP is not enabled on BSD, where it is not supported by BIRD. | |||
2017-12-07 | Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-new | Ondrej Zajicek (work) | |
2017-12-07 | Merge commit '98bb80a243b58c43453e9be69d19d0350286549c' into int-new | Ondrej Zajicek (work) | |
2017-12-07 | BSD: Fix in the last commit | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Revert temporary names and remove old timer.h | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Fix TBF and some last remains | Ondrej Zajicek (work) | |
2017-12-07 | Sysdep: Remove old timer code | Ondrej Zajicek (work) | |
2017-12-07 | Nest: Update to new timers | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Add typecast to unit-converting macros | Ondrej Zajicek (work) | |
2017-12-07 | Kernel: Update to new timers | 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-12-07 | Timers: Replace old timers with microsecond timers | Ondrej Zajicek (work) | |
The old timer interface is still kept, but implemented by new timers. The plan is to switch from the old inteface to the new interface, then clean it up. | |||
2017-12-07 | Timers: Integrate microsecond timers to the main loop | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Split microsecond timers from BFD code to lib | Ondrej Zajicek (work) | |
2017-12-07 | BSD: Minor fix of penultimate commit | Ondrej Zajicek (work) | |
2017-12-07 | KRT: Minor fix of last commit | Ondrej Zajicek (work) | |
2017-12-07 | Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses | Ondrej Zajicek (work) | |
Also redesign preferred address selection and update protocols to use appropriate preferred address. Based on a previous work by Jan Maria Matejka. | |||
2017-09-06 | Basic VRF support | Ondrej Zajicek (work) | |
Add basic VRF (virtual routing and forwarding) support. Protocols can be associated with VRFs, such protocols will be restricted to interfaces assigned to the VRF (as reported by Linux kernel) and will use sockets bound to the VRF. E.g., different multihop BGP instances can use diffent kernel routing tables to handle BGP TCP connections. The VRF support is preliminary, currently there are several limitations: - Recent Linux kernels (4.11) do not handle correctly sockets bound to interaces that are part of VRF, so most protocols other than multihop BGP do not work. This will be fixed by future kernel versions. - Neighbor cache ignores VRFs. Breaks config with the same prefix on local interfaces in different VRFs. Not much problem as single hop protocols do not work anyways. - Olock code ignores VRFs. Breaks config with multiple BGP peers with the same IP address in different VRFs. - Incoming BGP connections are not dispatched according to VRFs. Breaks config with multiple BGP peers with the same IP address in different VRFs. Perhaps we would need some kernel API to read VRF of incoming connection? Or probably use multiple listening sockets in int-new branch. - We should handle master VRF interface up/down events and perhaps disable associated protocols when VRF goes down. Or at least disable associated interfaces. - Also we should check if the master iface is really VRF iface and not some other kind of master iface. - BFD session request dispatch should be aware of VRFs. - Perhaps kernel protocol should read default kernel table ID from VRF iface so it is not necessary to configure it. - Perhaps we should have per-VRF default table. | |||
2017-09-05 | KRT: Fix IPv6 ECMP handling with Linux 4.11+ | Ondrej Zajicek (work) | |
Starting from Linux 4.11, IPv6 ECMP routes are now notified using RTA_MULTIPATH, like IPv4 ones. The patch adds support for RTA_MULTIPATH parsing for IPv6 routes. This also enables to parse ECMP alien routes correctly. Thanks to Vincent Bernat for the original patch. | |||
2017-09-04 | BSD: Fix alignment issue | Ondrej Zajicek (work) | |
Incorrect structure alignment breaks kernel routing table updates on FreeBSD/ARM (and perhaps other platforms). Thanks to Eugene Sevastyanov for the original patch. | |||
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-23 | Minor cleanups and fixes | Ondrej Zajicek (work) | |
2017-05-18 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-18 | Fix some forgotten warnings | Ondrej Zajicek (work) | |
2017-05-17 | Merge remote-tracking branch 'origin/int-new' into int-new | Ondrej Zajicek (work) | |
2017-05-16 | Linpool: default allocation size | Jan Moskyto Matejka | |
2017-05-16 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-16 | Remove autoconf macros for time_t and alignment | Ondrej Zajicek (work) | |
Replaced by constant compile-time expressions. CPU_STRUCT_ALIGN is not really correct, but is consistent with the old behavior. | |||
2017-05-16 | Minor autoconf cleanup and documentation update | Ondrej Zajicek (work) | |
2017-05-16 | Some more autoconf cleanups | Ondrej Zajicek (work) | |
Replace integer type width detection with C99 fixed-width types. Also remove some unused or obsolete code. Thanks to Ruben Kerkhof for the patchset. | |||
2017-05-09 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-09 | Minor autoconf cleanup and documentation update | Ondrej Zajicek (work) | |
2017-05-09 | Merge branch 'master' into int-new | Ondrej Zajicek (work) | |
2017-05-09 | Some more autoconf cleanups | Ondrej Zajicek (work) | |
Replace integer type width detection with C99 fixed-width types. Also remove some unused or obsolete code. Thanks to Ruben Kerkhof for the patchset. | |||
2017-05-03 | Device: Fix option 'primary' | Ondrej Zajicek (work) | |
2017-04-29 | NEWS and version update | Ondrej Zajicek (work) | |
2017-04-29 | BSD: Fix address scan on OpenBSD | Ondrej Zajicek (work) | |
2017-04-29 | Minor fixes | Ondrej Zajicek (work) | |
2017-04-12 | Adding also our copy of struct rtvia. | Jan Moskyto Matejka | |
2017-04-12 | Include local lwtunnel.h unless found in system | Jan Moskyto Matejka | |
2017-03-29 | Netlink: Change default kernel metric to 32 | Ondrej Zajicek (work) | |
This avoids collisions with non-BIRD routes in kernel tables. | |||
2017-03-29 | Netlink: Better handling of an error case | Ondrej Zajicek (work) | |
2017-03-28 | Netlink: Fix device route delete | Ondrej Zajicek (work) | |
2017-03-28 | Netlink: Fix bug in RTA_PRIORITY handling | Ondrej Zajicek (work) | |