From 2638249d34cc7f600fba25edd29538c00a3aca31 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Mar 2000 22:09:07 +0000 Subject: Bare skeleton of the BGP. --- 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 937cda2..95988ce 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -366,6 +366,9 @@ protos_build(void) #endif #ifdef CONFIG_PIPE add_tail(&protocol_list, &proto_pipe.n); +#endif +#ifdef CONFIG_BGP + add_tail(&protocol_list, &proto_bgp.n); #endif proto_pool = rp_new(&root_pool, "Protocols"); proto_flush_event = ev_new(proto_pool); -- cgit v1.2.3