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/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 3e53c86..39d1cf5 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -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) */ -- cgit v1.2.3