0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-02 22:30:01 +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:31 +02:00
2022-06-27 21:13:32 +02:00
2019-12-17 00:01:53 +01:00
2020-05-02 02:47:18 +02:00
2022-06-27 21:13:32 +02:00
2020-05-02 02:47:18 +02:00
2021-02-07 19:21:42 +01:00
2022-02-06 23:42:10 +01:00
2022-02-06 23:27:13 +01:00