0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-12 22:28:44 +00:00
bird/conf
Maria Matejka 17f91f9e6e Explicit definition structures of route attributes
Changes in internal API:

* Every route attribute must be defined as struct ea_class somewhere.
* Registration of route attributes known at startup must be done by
  ea_register_init() from protocol build functions.
* Every attribute has now its symbol registered in a global symbol table
  defined as SYM_ATTRIBUTE
* All attribute ID's are dynamically allocated.
* Attribute value custom formatting hook is defined in the ea_class.
* Attribute names are the same for display and filters, always prefixed
  by protocol name.

Also added some unit testing code for filters with route attributes.
2022-05-04 15:39:19 +02:00
..
cf-lex.l Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
conf.c Conf: Symbols are properly scoped 2022-05-04 15:38:42 +02:00
conf.h Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
confbase.Y Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Flowspec: Label field should use numeric operator and not bitmask operator 2021-05-18 20:23:08 +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