summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-08 15:26:30 +0200
committerMartin Mares <mj@ucw.cz>2000-05-08 15:26:30 +0200
commit93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 (patch)
tree2923c0b80293c2492fa82684c0fb7fca737ff39f /proto/bgp/bgp.h
parent5d86aefb6c4a8e298ee79dc9cbf7c07196d56b5b (diff)
downloadbird-93d6bf38a6c07b8281e11280d5cdbb721d19f7c8.tar
bird-93d6bf38a6c07b8281e11280d5cdbb721d19f7c8.zip
The bgp_list is gone. Incomming connections are now handled in a much
more straightforward manner by scanning the active configuration for matching protocols.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index 38baccd..397928c 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -53,7 +53,6 @@ struct bgp_conn {
struct bgp_proto {
struct proto p;
struct bgp_config *cf; /* Shortcut to BGP configuration */
- node bgp_node; /* Node in global BGP protocol list */
unsigned local_as, remote_as;
int is_internal; /* Internal BGP connection (local_as == remote_as) */
u32 local_id; /* BGP identifier of this router */