summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-30 20:44:23 +0200
committerMartin Mares <mj@ucw.cz>2000-03-30 20:44:23 +0200
commit973399ae2c21b41983a35fe71657fb41351d99e6 (patch)
tree5f61b53e382e301a497fe1481704ba8e0b1bd64c /proto/bgp/bgp.h
parentb552ecc4d7ddb1b960aa26b96ebea95a3af72043 (diff)
downloadbird-973399ae2c21b41983a35fe71657fb41351d99e6.tar
bird-973399ae2c21b41983a35fe71657fb41351d99e6.zip
Basic analysis of UPDATE packets.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 1631d12..e93b06e 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -54,6 +54,8 @@ struct bgp_proto {
#define BGP_RX_BUFFER_SIZE 4096
#define BGP_TX_BUFFER_SIZE BGP_MAX_PACKET_LENGTH
+extern struct linpool *bgp_linpool;
+
void bgp_start_timer(struct timer *t, int value);
void bgp_check(struct bgp_config *c);
void bgp_error(struct bgp_conn *c, unsigned code, unsigned subcode, unsigned data, unsigned len);