Fix custom policy parsing bug mentioned in issue #1507

This commit is contained in:
Joseph Henry 2021-12-14 11:49:43 -08:00
parent f0e824416b
commit 1c6fd4125d
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
3 changed files with 7 additions and 5 deletions

View file

@ -1000,12 +1000,12 @@ class Bond {
/**
* @param policy Bonding policy for this bond
*/
/*
inline void setPolicy(uint8_t policy)
{
_policy = policy;
}
*/
/**
* @return the current bonding policy
*/