From 0da472d7e867e31c49fccc4ee45df3ef47c29c9b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 8 Dec 1999 14:16:13 +0000 Subject: Except for special protocols (nowadays only the kernel syncer), don't export host and link scope routes. --- nest/proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index ab7de0f..a58c3f7 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -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; } -- cgit v1.2.3