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
2018-12-14 02:03:42 +01: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
2019-12-17 00:01:53 +01:00
2022-06-27 21:13:32 +02:00
2020-05-02 02:47:18 +02:00
2019-07-02 10:45:53 +02:00
2019-02-26 16:44:24 +01:00
2019-02-26 16:44:24 +01:00
2022-06-27 21:13:32 +02:00
2020-05-02 02:47:18 +02:00
2016-11-16 12:22:01 +01:00
2019-02-20 22:30:54 +01: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