mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
[bgpd] add comment that bgp_capability_receive is exported for unit-tests
This commit is contained in:
parent
8e4c09307d
commit
01b7ce2db3
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user