1
0
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:
Ondrej Filip
1999-03-09 22:27:43 +00:00
parent 2575593e0f
commit c1f8dc9149
7 changed files with 141 additions and 1 deletions

View File

@@ -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);

View File

@@ -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