Fix active-backup path selection bug

This commit is contained in:
Joseph Henry 2021-12-09 13:43:52 -08:00
parent 05a0a20197
commit 1f43a736b2
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
2 changed files with 8 additions and 5 deletions

View file

@ -1428,7 +1428,7 @@ class Bond {
// path negotiation
int16_t _localUtility;
int negotiatedPathIdx;
int _negotiatedPathIdx;
uint8_t _numSentPathNegotiationRequests;
bool _allowPathNegotiation;