0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-04-27 17:34:38 +00:00
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
..
2023-01-22 23:42:08 +01:00
2023-01-13 13:32:29 +01:00
2023-01-22 18:21:08 +01:00
2023-01-01 20:10:23 +01:00
2023-01-22 18:21:08 +01:00
2023-01-22 18:21:08 +01:00
2023-01-01 20:10:23 +01:00