0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Fixed spurious undef of route attributes

This commit is contained in:
Alexander Zubkov 2022-05-04 15:37:23 +02:00 committed by Maria Matejka
parent 98fd158e28
commit 5299fb9db0

View File

@ -737,6 +737,7 @@
l->attrs[0].type = da.type;
l->attrs[0].originated = 1;
l->attrs[0].fresh = 1;
l->attrs[0].undef = 0;
switch (da.type) {
case EAF_TYPE_INT: