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. --- sysdep/unix/krt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/krt.c') diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 090c50b..aa9a9c4 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -753,6 +753,7 @@ krt_init(struct proto_config *c) struct krt_proto *p = proto_new(c, sizeof(struct krt_proto)); p->p.rt_notify = krt_notify; + p->p.min_scope = SCOPE_HOST; return &p->p; } -- cgit v1.2.3