Age | Commit message (Collapse) | Author |
|
|
|
The check for existence of value(s) in config.exists relied solely on
return_value, causing the return of a false negative on multi-valued
nodes; this is corrected. Also, config.exists_effective did no check for
existence of values; this is added.
|
|
|
|
|
|
|
|
|
|
|
|
... by cleaning existing CLI config first
|
|
|
|
smoketest: T4354: Add test for uniq bonding members
|
|
Extend bonding smoketest
Add descriptions to bonding members
We encountered a situation where adding any configuration for
member of bonding interface excludes the interface from bonding
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AttributeError: 'list' object has no attribute 'join'
|
|
|
|
|
|
|
|
|
|
T4327: ignore PermissionError caused by ethtool spee/duplex/autoneg setting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Certain NICs seem to fail to report that they don't support speed/duplex setting,
so they look as if it's supported, but the command fails in practice.
It's probably better to preserve a working config in that case.
|
|
|
|
This reverts commit 77bbf766e8023e73df1c3c1360f607a4d94727fd.
|
|
|
|
|
|
|
|
|