0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-14 18:37:03 +00:00
Ondrej Zajicek e471f9e0fb Filter: Fix handling of variables in anonymous filters
Define scope for anonymous filters, and also explicitly distinguish block
scopes and function/filter scopes instead of using anonymous / named
distinction.

Anonymous filters forgot to push scope, so variables for them were in
fact defined in the top scope and therefore they shared a frame. This got
broken after rework of variables, which assumed that there is a named
scope for every function/filter.
2022-10-18 03:58:19 +02:00
..
2020-05-02 02:47:18 +02:00
2020-05-02 02:47:18 +02:00
2022-02-06 23:27:13 +01:00