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

@@ -98,6 +98,7 @@ struct proto {
char *name; /* Name of this instance (== cf->name) */
unsigned debug; /* Debugging flags */
unsigned preference; /* Default route preference */
int min_scope; /* Minimal route scope accepted */
unsigned disabled; /* Manually disabled */
unsigned proto_state; /* Protocol state machine (see below) */
unsigned core_state; /* Core state machine (see below) */