diff options
Diffstat (limited to 'bgpd/bgp_peer_index.h')
-rw-r--r-- | bgpd/bgp_peer_index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_peer_index.h b/bgpd/bgp_peer_index.h index 38d70907..c99ec710 100644 --- a/bgpd/bgp_peer_index.h +++ b/bgpd/bgp_peer_index.h @@ -40,7 +40,7 @@ typedef unsigned bgp_peer_id_t ; struct bgp_peer_index_entry { - bgp_peer peer ; /* used by Peering Engine */ + bgp_peer peer ; /* used by Routing Engine */ /* The accept pointer is used by the listening socket(s) to find the * session when it is prepared to accept a connection. |