]> git.ipfire.org Git - thirdparty/bird.git/commit
More attribute types: pointers, strings, btime
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Tue, 15 Oct 2024 08:50:29 +0000 (10:50 +0200)
committerMaria Matejka <mq@ucw.cz>
Sat, 9 Nov 2024 08:55:40 +0000 (09:55 +0100)
commit330c71bd0a580be59f520534e89f7a3452921dcc
treefe10e458f5dd1df79ea5c77cb07ff6d61d09d8df
parent02de88de415d036054d858f8c6fdc09f5b05054b
More attribute types: pointers, strings, btime

For the upcoming rework of protocol state information propagation,
we need some more eattr types to be defined.

These types are probably not defined completely and before using
them for route attributes, you should check that they don't lack
some crucial methods.
filter/data.c
lib/route.h
lib/type.h
nest/rt-attr.c