mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Merge commit '946386f2' into thread-next
This commit is contained in:
commit
1f8eb20710
@ -632,7 +632,10 @@ static void
|
|||||||
mrt_table_dump_step(void *_s)
|
mrt_table_dump_step(void *_s)
|
||||||
{
|
{
|
||||||
struct mrt_table_dump_state *s = _s;
|
struct mrt_table_dump_state *s = _s;
|
||||||
struct bgp_write_state bws = { .as4_session = 1 };
|
struct bgp_write_state bws = {
|
||||||
|
.as4_session = 1,
|
||||||
|
.ignore_non_bgp_attrs = 1,
|
||||||
|
};
|
||||||
|
|
||||||
s->max = 2048;
|
s->max = 2048;
|
||||||
s->bws = &bws;
|
s->bws = &bws;
|
||||||
|
Loading…
Reference in New Issue
Block a user