0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-20 04:15:19 +00:00
bird/proto/bfd
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
..
bfd.c Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
bfd.h Splitting route data structures out to lib 2022-05-04 15:37:41 +02:00
config.Y Show info from multiple protocols when protocol is not specified 2020-06-28 15:38:47 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
io.c Introducing an universal temporary linpool flushed after every task 2022-03-02 12:13:49 +01:00
io.h Timers: Split microsecond timers from BFD code to lib 2017-12-07 13:46:53 +01:00
Makefile Protocols have their own explicit init routines 2022-04-06 18:14:08 +02:00
packets.c BFD: Dispatch sessions also by interface index 2021-01-10 15:29:02 +01:00