0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-04-26 00:44:38 +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
..
2000-06-08 12:37:21 +00:00
2020-11-15 16:28:13 +01:00
2022-06-27 21:13:32 +02:00
2021-04-25 02:21:05 +02:00