[bgpd] add comment that bgp_capability_receive is exported for unit-tests

This commit is contained in:
Paul Jakma 2009-06-18 12:34:43 +01:00
parent 8e4c09307d
commit 01b7ce2db3

View File

@ -2208,7 +2208,10 @@ bgp_capability_msg_parse (struct peer *peer, u_char *pnt, bgp_size_t length)
return 0; return 0;
} }
/* Dynamic Capability is received. */ /* Dynamic Capability is received.
*
* This is exported for unit-test purposes
*/
int int
bgp_capability_receive (struct peer *peer, bgp_size_t size) bgp_capability_receive (struct peer *peer, bgp_size_t size)
{ {