diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-08 13:26:30 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-08 13:26:30 +0000 |
commit | 93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 (patch) | |
tree | 2923c0b80293c2492fa82684c0fb7fca737ff39f /proto/bgp/bgp.h | |
parent | 5d86aefb6c4a8e298ee79dc9cbf7c07196d56b5b (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 38baccdb..397928c4 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 */ |