summaryrefslogtreecommitdiffstats
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-19 23:09:07 +0100
committerMartin Mares <mj@ucw.cz>2000-03-19 23:09:07 +0100
commit2638249d34cc7f600fba25edd29538c00a3aca31 (patch)
tree206aeb113f3822d08385cae49e9b5e1bbe6796fb /nest/protocol.h
parent349e21bb0bb7584fb18c19859d876893c3130947 (diff)
downloadbird-2638249d34cc7f600fba25edd29538c00a3aca31.tar
bird-2638249d34cc7f600fba25edd29538c00a3aca31.zip
Bare skeleton of the BGP.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 9dd32fc..b02ea02 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -61,11 +61,9 @@ extern list protocol_list;
* Known protocols
*/
-extern struct protocol proto_device;
-extern struct protocol proto_rip;
-extern struct protocol proto_static;
-extern struct protocol proto_ospf;
-extern struct protocol proto_pipe;
+extern struct protocol
+ proto_device, proto_rip, proto_static,
+ proto_ospf, proto_pipe, proto_bgp;
/*
* Routing Protocol Instance