1
0
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:
Martin Mares
1999-12-08 14:16:13 +00:00
parent dff1f57917
commit 0da472d7e8
4 changed files with 15 additions and 13 deletions

View File

@@ -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;
}