- Jul 24, 2019
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Protocol can have specified VRF, in such case it is restricted to a set of ifaces associated with the VRF, otherwise it can use all interfaces. The patch allows to specify VRF as 'default', in which case it is restricted to a set of iface not associated with any VRF.
-
- Jul 23, 2019
-
-
Ondřej Zajíček authored
The formatting was broken when too short router-id was used.
-
Ondřej Zajíček authored
-
- Jul 18, 2019
-
-
Ondřej Zajíček authored
Includes patch from Maximilian Eschenbacher
-
Ondřej Zajíček authored
Mismatched types to printf(). The old code coincidentally worked on amd64 due to its calling conventions. Thanks to Maximilian Eschenbacher for the bugreport.
-
- Jul 17, 2019
-
-
Ondřej Zajíček authored
Allow multiple BFD instances in separate VRFs, dispatch BFD requests according to VRFs. Thanks to Alexander Zubkov for notice and patches.
-
- Jul 15, 2019
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
Use route replace netlink op instead of delete+add netlink ops for kernel IPv4 route replace. This avoids some packetloss during route replace. Still use the old behavior for IPv6, as some kernel bugs are hidden in IPv6 ECMP handling.
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
- Jul 10, 2019
-
-
Ondřej Zajíček authored
Per RFC 3101, N-bit signalling NSSA support should be used only in Hello packets, not in DBDES packets. BIRD since 2.0.4 verifies N-bit in neighbor structure, which is learned from DBDES packets, therefore NSSA-LSAs are not propagated to proper implementations of RFC 3101. This patch fixes that. Both removing the check and removing N-bit from DBDES packet. This will fix compatibility issues with proper implementations, but causes compatibility issues with BIRD 2.0.4.
-
Ondřej Zajíček authored
-
Maria Matejka authored
-
Maria Matejka authored
This led in corner cases to undefined buffer content and garbage output.
-
- Jul 09, 2019
-
-
Ondřej Zajíček authored
Most LSA origination is blocked in ospf_update_topology(), this fix blocks LSA origination from ospf_rt_spf().
-
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Ondřej Zajíček authored
When priority is reconfigured locally, we need to trigger DR election. (recommiting, was reset by the previous commit)
-
Ondřej Zajíček authored
We need to flush learned external LSAs a bit later than other LSAs (after first feed after end of the graceful restart) to avoid flap of external routes.
-
- Jul 08, 2019
-
-
Maria Matejka authored
Thanks to Vincent Bernat for reporting this.
-
Maria Matejka authored
-
- Jul 04, 2019
-
-
Ondřej Zajíček authored
When priority is reconfigured locally, we need to trigger DR election.
-
- Jul 03, 2019
-
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
Maria Matejka authored
-
- Jul 02, 2019
-
-
Maria Matejka authored
-
Ondřej Zajíček authored
Nest requires that nexthops are sorted, the kernel protocol have to ensure that for alien routes.
-