0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto
Ondrej Zajicek 6e908775cb 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-10-10 14:28:01 +02:00
..
babel Babel: Update RFC references 2023-02-19 15:34:43 +01:00
bfd BFD: Improve incoming packet matching 2023-01-22 23:42:08 +01:00
bgp Conf: Improve handling of keywords 2023-10-10 14:28:01 +02:00
mrt Minor cleanups 2023-01-13 13:32:29 +01:00
ospf VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rip VRF: Fix issues with reconfiguration 2023-01-22 18:21:08 +01:00
rpki Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
static Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00