diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-18 12:01:03 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-18 12:01:03 +0100 |
commit | 3ea1ba632b3cdb5005a9339fd5e74d5f93631a48 (patch) | |
tree | a14df52aecd4a2fad742f47eed0682fb1044c8a2 /nest/rt-dev.c | |
parent | 54aaa89ada2d048c64a5afd58844bc395b1a3cfe (diff) | |
download | bird-3ea1ba632b3cdb5005a9339fd5e74d5f93631a48.tar bird-3ea1ba632b3cdb5005a9339fd5e74d5f93631a48.zip |
Killed protocol->priority. Protocol startup should be clean and hack-free now.
It seems everything still works (except for disable/enable/restart which hangs
sometimes, but it's another story).
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r-- | nest/rt-dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c index 89b2250..b9253cc 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -89,7 +89,6 @@ dev_reconfigure(struct proto *p, struct proto_config *new) struct protocol proto_device = { name: "Direct", template: "direct%d", - priority: 90, init: dev_init, reconfigure: dev_reconfigure }; |