From 93d6bf38a6c07b8281e11280d5cdbb721d19f7c8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 8 May 2000 13:26:30 +0000 Subject: The bgp_list is gone. Incomming connections are now handled in a much more straightforward manner by scanning the active configuration for matching protocols. --- proto/bgp/bgp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/bgp/bgp.h') 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 */ -- cgit v1.2.3