mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF.
This commit is contained in:
@@ -263,6 +263,9 @@ protos_build(void)
|
||||
#endif
|
||||
#ifdef CONFIG_STATIC
|
||||
add_tail(&protocol_list, &proto_static.n);
|
||||
#endif
|
||||
#ifdef CONFIG_OSPF
|
||||
add_tail(&protocol_list, &proto_ospf.n);
|
||||
#endif
|
||||
proto_pool = rp_new(&root_pool, "Protocols");
|
||||
proto_flush_event = ev_new(proto_pool);
|
||||
|
@@ -58,6 +58,7 @@ extern list protocol_list;
|
||||
extern struct protocol proto_device;
|
||||
extern struct protocol proto_rip;
|
||||
extern struct protocol proto_static;
|
||||
extern struct protocol proto_ospf;
|
||||
|
||||
/*
|
||||
* Routing Protocol Instance
|
||||
|
Reference in New Issue
Block a user