Force non-leaf peers into local active-backup bond when multipath is enabled

This commit is contained in:
Joseph Henry 2022-02-17 15:16:33 -08:00
parent 5d4a9a4aa1
commit 1b0c183913
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
3 changed files with 62 additions and 37 deletions

View file

@ -568,6 +568,8 @@ private:
Mutex _paths_m;
Mutex _bond_m;
bool _isLeaf;
Identity _id;
unsigned int _directPathPushCutoffCount;