0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/proto/bgp
Maria Matejka 21c1df625a Using ea_lookup_tmp() for temporarily keeping attribute references
To avoid needs for keeping local temporary references for attributes,
now one can use ea_lookup_tmp() to ensure that the attributes are
valid and stored until the task ends. After that, the attributes are
automatically unref'd and also deallocated if needed.
2024-06-24 09:42:03 +02:00
..
attrs.c Table feeds are now lockless 2024-06-24 09:42:03 +02:00
bgp.c Merge commit '44a16bff6cbf3f5ae8db21ffcec602bc51295d0a' into thread-next 2024-03-28 20:03:46 +01:00
bgp.h Using ea_lookup_tmp() for temporarily keeping attribute references 2024-06-24 09:42:03 +02:00
config.Y BGP: Maintain valid route attribute flags even in local tables 2024-02-20 17:39:05 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c Using ea_lookup_tmp() for temporarily keeping attribute references 2024-06-24 09:42:03 +02:00