summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_msg_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_msg_read.c')
-rw-r--r--bgpd/bgp_msg_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_msg_read.c b/bgpd/bgp_msg_read.c
index 48227364..b218c5cf 100644
--- a/bgpd/bgp_msg_read.c
+++ b/bgpd/bgp_msg_read.c
@@ -1373,7 +1373,7 @@ bgp_msg_update_receive (bgp_connection connection, bgp_size_t body_size)
++connection->session->stats.update_in ;
connection->session->stats.update_time = time(NULL) ;
- /* PRO TEM: pass raw update message across to Peering Engine */
+ /* PRO TEM: pass raw update message across to Routing Engine */
/* TODO: decode update messages in the BGP Engine. */
bgp_session_update_recv(connection->session, connection->ibuf, body_size);
}