0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00
bird/proto/bgp
Ondrej Zajicek a8a64ca0fe Conf: Improve handling of keywords
For whatever reason, parser allocated a symbol for every parsed keyword
in each scope. That wasted time and memory. The effect is worsened with
recent changes allowing local scopes, so keywords often promote soft
scopes (with no symbols) to real scopes.

Do not allocate a symbol for a keyword. Take care of keywords that could
be promoted to symbols (kw_sym) and do it explicitly.
2023-04-27 18:41:01 +02:00
..
attrs.c BMP protocol support 2023-04-16 20:05:15 +02:00
bgp.c BMP: Allow build without BMP and disable BMP build by default 2023-04-18 17:21:13 +02:00
bgp.h BMP: Remove duplicate functions for update encoding 2023-04-16 20:06:00 +02:00
config.Y Conf: Improve handling of keywords 2023-04-27 18:41:01 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BMP: Allow build without BMP and disable BMP build by default 2023-04-18 17:21:13 +02:00