bird/conf
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
..
cf-lex.l Filter: Fix handling of variables in anonymous filters 2022-10-18 03:58:19 +02:00
conf.c Nest: Improve GC strategy for rtables 2022-06-04 17:34:57 +02:00
conf.h Filter: Fix handling of variables in anonymous filters 2022-10-18 03:58:19 +02:00
confbase.Y Filter: Improve handling of stack frames in filter bytecode 2022-06-27 21:13:32 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y IPv4 flowspec literals should reject IPv6 prefices in a well-behaved way 2022-06-07 10:38:32 +02:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Support for address family constants 2019-11-03 22:25:44 +01:00
gen_parser.m4 Support for address family constants 2019-11-03 22:25:44 +01:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00