1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
Files
labs-bird/filter
Ondrej Zajicek (work) dd8481cc1c Flowspec: Do not use comma for bitmask operators
For numeric operators, comma is used for disjunction in expressions like
"10, 20, 30..40". But for bitmask operators, comma is used for
conjunction in a way that does not really make much sense. Use always
explicit logical operators (&& and ||) to connect bitmask operators.

Thanks to Matt Corallo for the bugreport.
2021-05-18 19:54:18 +02:00
..
2021-05-17 17:50:04 +02:00
2019-12-17 00:01:53 +01:00
2020-05-02 02:47:18 +02:00
2020-05-02 02:47:18 +02:00
2021-02-07 19:21:42 +01:00
2020-03-26 03:57:48 +01:00