mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 17:16:11 +00:00
Merge pull request #6121 from ton31337/fix/typo_collision_function
bgpd: Correct two comments typos for bgp_collision_detect()
This commit is contained in:
commit
467e9fdc44
@ -1345,8 +1345,9 @@ static int bgp_open_receive(struct peer *peer, bgp_size_t size)
|
|||||||
peer->afc[AFI_IP6][SAFI_FLOWSPEC];
|
peer->afc[AFI_IP6][SAFI_FLOWSPEC];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* When collision is detected and this peer is closed. Retrun
|
/* When collision is detected and this peer is closed.
|
||||||
immidiately. */
|
* Return immediately.
|
||||||
|
*/
|
||||||
ret = bgp_collision_detect(peer, remote_id);
|
ret = bgp_collision_detect(peer, remote_id);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return BGP_Stop;
|
return BGP_Stop;
|
||||||
|
Loading…
Reference in New Issue
Block a user