From c1f8dc9149d3868e5a0f4e4ad97759fb3b177bec Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 9 Mar 1999 22:27:43 +0000 Subject: Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. --- nest/proto.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index 1715585..4df625f 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -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); -- cgit v1.2.3