mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Eattr flags (originated and fresh) get their own struct fields
This commit is contained in:
@@ -1062,7 +1062,7 @@ bgp_use_next_hop(struct bgp_export_state *s, eattr *a)
|
||||
return 1;
|
||||
|
||||
/* Keep it when explicitly set in export filter */
|
||||
if (a->type & EAF_FRESH)
|
||||
if (a->fresh)
|
||||
return 1;
|
||||
|
||||
/* Check for non-matching AF */
|
||||
|
Reference in New Issue
Block a user