Fix custom policy parsing bug mentioned in issue #1507
This commit is contained in:
parent
f0e824416b
commit
1c6fd4125d
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue