0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00
bird/proto/bgp
Ondrej Zajicek f5140d1027 Conf: Allow keywords to be redefined by user symbols
Most syntactic constructs in BIRD configuration (e.g. protocol options)
are defined as keywords, which are distinct from symbols (user-defined
names for protocols, variables, ...). That may cause backwards
compatibility issue when a new feature is added, as it may collide with
existing user names.

We can allow keywords to be shadowed by symbols in almost all cases to
avoid this issue.

This replaces the previous mechanism, where shadowable symbols have to be
explictly added to kw_syms.
2023-08-25 23:50:44 +02:00
..
attrs.c BMP protocol support 2023-04-16 20:05:15 +02:00
bgp.c Merge branch 'bmp' 2023-08-22 15:28:05 +02:00
bgp.h Merge branch 'bmp' 2023-08-22 15:28:05 +02:00
config.Y Conf: Allow keywords to be redefined by user symbols 2023-08-25 23:50:44 +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 Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00