mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Merge commit '938742decc6e1d6d3a0375dd012b75172e747bbc' into haugesund
This commit is contained in:
@@ -423,7 +423,7 @@ mrt_rib_table_header(struct mrt_table_dump_state *s, net_addr *n)
|
||||
static void
|
||||
mrt_rib_table_entry_bgp_attrs(struct mrt_table_dump_state *s, rte *r)
|
||||
{
|
||||
struct ea_list *eattrs = r->attrs->eattrs;
|
||||
struct ea_list *eattrs = r->attrs;
|
||||
buffer *b = &s->buf;
|
||||
|
||||
if (!eattrs)
|
||||
|
Reference in New Issue
Block a user