diff options
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c index 937cda2d..95988ce5 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -367,6 +367,9 @@ protos_build(void) #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); proto_flush_event->hook = proto_flush_all; |