diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-03 20:33:54 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-03 20:33:54 +0100 |
commit | b2280748ad5087b5dab54dd4e423053ffe1f2387 (patch) | |
tree | 90997ee7e125ed00a7bc113e68676014f23bd43c /nest/rt-dev.c | |
parent | 84c7e1943f0dbf896b1dd8d02a21120aa00463f4 (diff) | |
download | bird-b2280748ad5087b5dab54dd4e423053ffe1f2387.tar bird-b2280748ad5087b5dab54dd4e423053ffe1f2387.zip |
Introduced protocol priority (all 'normal' protocols should use the
default zero priority). No more "kernel syncer initialized before
device routes" problems.
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r-- | nest/rt-dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c index ebe3a1a..fcaabd8 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -92,6 +92,7 @@ dev_preconfig(struct protocol *x, struct config *c) struct protocol proto_device = { name: "Device", + priority: 100, preconfig: dev_preconfig, init: dev_init, }; |