0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-04-25 16:34:39 +00:00
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
..
2017-02-20 02:26:45 +01:00
2020-05-01 15:19:12 +02:00
2015-11-05 12:48:52 +01:00
2017-03-09 13:47:00 +01:00
2015-06-08 02:24:08 +02:00
2015-06-08 02:24:08 +02:00
2021-03-12 15:35:56 +01:00
2021-03-12 15:35:56 +01:00
2015-05-01 14:40:56 +02:00
2013-09-16 23:57:40 +02:00
2016-11-08 19:27:58 +01:00
2021-05-17 17:50:04 +02:00
2016-12-07 14:20:52 +01:00
2016-11-03 09:53:53 +01:00
2019-11-26 18:39:02 +01:00
2017-12-13 15:27:33 +01:00
2015-11-24 13:52:26 +01:00
2016-11-09 16:36:34 +01:00
2014-06-26 11:58:57 +02:00
2020-04-09 15:37:14 +02:00
2020-04-28 16:21:06 +02:00
2017-12-07 13:53:42 +01:00
2020-04-09 15:37:14 +02:00
2018-11-20 17:45:35 +01:00
2015-06-08 02:24:08 +02:00