1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

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).
This commit is contained in:
Martin Mares
2000-01-18 11:01:03 +00:00
parent 54aaa89ada
commit 3ea1ba632b
5 changed files with 3 additions and 25 deletions

View File

@@ -161,7 +161,6 @@ kif_reconfigure(struct proto *p, struct proto_config *new)
struct protocol proto_unix_iface = {
name: "Device",
template: "device%d",
priority: 100,
preconfig: kif_preconfig,
init: kif_init,
start: kif_start,
@@ -801,7 +800,6 @@ krt_reconfigure(struct proto *p, struct proto_config *new)
struct protocol proto_unix_kernel = {
name: "Kernel",
template: "kernel%d",
priority: 80,
preconfig: krt_preconfig,
postconfig: krt_postconfig,
init: krt_init,