diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-30 18:44:23 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-30 18:44:23 +0000 |
commit | 973399ae2c21b41983a35fe71657fb41351d99e6 (patch) | |
tree | 5f61b53e382e301a497fe1481704ba8e0b1bd64c /proto/bgp/bgp.h | |
parent | b552ecc4d7ddb1b960aa26b96ebea95a3af72043 (diff) |
Basic analysis of UPDATE packets.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r-- | proto/bgp/bgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 1631d123..e93b06eb 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); |