0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/test
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
..
birdtest.c Fixed resource initialization in unit tests 2022-03-09 10:30:42 +01:00
birdtest.h Filter: Add prefix trie benchmarks 2021-09-25 16:06:43 +02:00
bt-utils.c Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
bt-utils.h Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00