mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Moved initialization of protocol list to proto.c.
Added sysdep configuration hooks.
This commit is contained in:
@@ -155,6 +155,7 @@ protos_preconfig(struct config *c)
|
||||
init_list(&inactive_proto_list);
|
||||
init_list(&initial_proto_list);
|
||||
init_list(&flush_proto_list);
|
||||
init_list(&c->protos);
|
||||
debug("Protocol preconfig:");
|
||||
WALK_LIST(p, protocol_list)
|
||||
{
|
||||
|
Reference in New Issue
Block a user