1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
Ondrej Zajicek (work) 875cc073b0 Nest: Update handling of temporary attributes
The temporary atttributes are no longer removed by ea_do_prune(), but
they are undefined by store_tmp_attrs() protocol hooks. This fixes
several bugs where temporary attributes were removed when they should
not or not removed when they should be. The flag EAF_TEMP is no longer
needed and was removed.

Update all protocol make_tmp_attrs() / store_tmp_attrs() hooks to use
helper functions and to handle unset attributes properly.

Also fix some related bugs like improper handling of empty eattr list.
2019-03-14 17:31:40 +01:00
..
2018-02-07 17:12:33 +01:00
2018-09-18 14:21:11 +02:00
2018-02-07 17:12:33 +01:00
2018-12-12 14:46:24 +01:00
2018-10-01 15:55:23 +02:00
2018-06-27 16:57:07 +02:00
2018-03-18 02:56:51 +01:00