mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-05 08:31:53 +00:00
Fixed spurious undef of route attributes
This commit is contained in:
parent
98fd158e28
commit
5299fb9db0
@ -737,6 +737,7 @@
|
|||||||
l->attrs[0].type = da.type;
|
l->attrs[0].type = da.type;
|
||||||
l->attrs[0].originated = 1;
|
l->attrs[0].originated = 1;
|
||||||
l->attrs[0].fresh = 1;
|
l->attrs[0].fresh = 1;
|
||||||
|
l->attrs[0].undef = 0;
|
||||||
|
|
||||||
switch (da.type) {
|
switch (da.type) {
|
||||||
case EAF_TYPE_INT:
|
case EAF_TYPE_INT:
|
||||||
|
Loading…
Reference in New Issue
Block a user