]> git.ipfire.org Git - thirdparty/bird.git/commit - filter/config.Y
Filter: Implement for loops
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 14 Mar 2022 19:36:20 +0000 (20:36 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 27 Jun 2022 19:13:32 +0000 (21:13 +0200)
commitcb339a30677901f2c248de08ff535cf0a9efab3d
tree2811d66304b044bf3c597c1463c2dff76df18df1
parent1ac8e11bba15551ad6473a57a585649757fefa6b
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>
doc/bird.sgml
filter/config.Y
filter/data.c
filter/f-inst.c
filter/test.conf
nest/a-path.c
nest/a-set.c
nest/attrs.h