0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00
bird/proto
Toke Høiland-Jørgensen 3e7e4a7186 Babel: Fix missing modulo comparison of seqnos
Juliusz noticed there were a couple of places we were doing straight
inequality comparisons of seqnos in Babel. This is wrong because seqnos can
wrap: so we need to use the modulo-64k comparison function for these cases
as well.

Introduce a strict-inequality version of the modulo-comparison for this
purpose.
2023-01-30 23:36:39 +01:00
..
babel Babel: Fix missing modulo comparison of seqnos 2023-01-30 23:36:39 +01:00
bfd BFD: Improve incoming packet matching 2023-01-22 23:42:08 +01:00
bgp BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
mrt Minor cleanups 2023-01-13 13:32:29 +01:00
ospf VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rip VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rpki Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
static Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00