mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Except for special protocols (nowadays only the kernel syncer), don't
export host and link scope routes.
This commit is contained in:
@@ -91,6 +91,7 @@ proto_new(struct proto_config *c, unsigned size)
|
||||
p->table = c->table->table;
|
||||
p->in_filter = c->in_filter;
|
||||
p->out_filter = c->out_filter;
|
||||
p->min_scope = SCOPE_SITE;
|
||||
c->proto = p;
|
||||
return p;
|
||||
}
|
||||
|
Reference in New Issue
Block a user