0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-18 17:18:42 +00:00
bird/proto
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
..
babel Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
bfd Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
bgp Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
mrt Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
ospf Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
perf Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
pipe Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
radv Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
rip Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
rpki Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
static 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