diff --git a/addons/bond.py b/addons/bond.py index 0f7c3fa..2e85931 100644 --- a/addons/bond.py +++ b/addons/bond.py @@ -362,8 +362,8 @@ class bond(moduleBase): if not difference: retslave = 0 ifaceobjcurr.update_config_with_status('bond-slaves', - ' '.join(runningslaves) - if runningslaves else 'None', retslave) + ' '.join(slaves) + if slaves else 'None', retslave) def _query_running_attrs(self, bondname): bondattrs = {'bond-mode' :