0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00
Ondrej Zajicek (work) cb339a3067 Filter: Implement for loops
For loops allow to iterate over elements in compound data like BGP paths
or community lists. The syntax is:

  for [ <type> ] <variable> in <expr> do <command-body>
2022-06-27 21:13:32 +02:00
..
2022-06-27 21:13:32 +02:00
2022-06-27 21:13:32 +02:00
2022-06-27 21:13:32 +02:00
2020-11-08 15:33:22 +01:00
2015-11-05 12:48:52 +01:00
2018-10-01 15:55:23 +02:00
2020-11-24 03:21:44 +01:00
2018-03-18 02:56:51 +01:00